Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackndo committed Dec 9, 2019
1 parent 41585a2 commit 0a4abd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lsassy/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ def __init__(self, pypydump):
self.credentials = []

def _parse(self, raw=False):
"""
This code was shamelessly taken from project Spraykatz by @lydericlefebvre
https://github.com/aas-n/spraykatz/blob/master/core/ParseDump.py
"""
ssps = ['msv_creds', 'wdigest_creds', 'ssp_creds', 'livessp_creds', 'kerberos_creds', 'credman_creds', 'tspkg_creds']
for luid in self.pypydump.logon_sessions:

Expand Down

0 comments on commit 0a4abd9

Please sign in to comment.