Skip to content

Commit

Permalink
Update lsassy.py
Browse files Browse the repository at this point in the history
it's breaking since update to 3.1.9

Signed-off-by: mpgn <[email protected]>
  • Loading branch information
mpgn committed Apr 18, 2024
1 parent 4e98f7b commit cd363e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/modules/lsassy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def on_admin_login(self, context, connection):
context.log.fail("Unable to dump lsass")
return False

parsed = Parser(file).parse()
parsed = Parser(host, file).parse()
if parsed is None:
context.log.fail("Unable to parse lsass dump")
return False
Expand Down

0 comments on commit cd363e9

Please sign in to comment.