Skip to content

Commit 730b572

Browse files
fix(hash_spider): update calling lsassy Parser since it was changed 4 months ago
1 parent 9824499 commit 730b572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/hash_spider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def run_lsassy(self, context, connection, cursor): # copied and pasted from lsa
202202
if file is None:
203203
context.log.fail("Unable to dump lsass")
204204
return False
205-
credentials, tickets, masterkeys = Parser(file).parse()
205+
credentials, tickets, masterkeys = Parser(host, file).parse()
206206
file.close()
207207
ImpacketFile.delete(session, file.get_file_path())
208208
if credentials is None:

0 commit comments

Comments
 (0)