Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 19, 2024
1 parent b42e036 commit c02b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/modules/procdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def on_admin_login(self, context, connection):
dump = True
else:
context.log.fail("Process lsass.exe error un dump, try with verbose")
return False
sys.exit(1)

if dump:
regex = r"([A-Za-z0-9-]*.dmp)"
Expand Down

0 comments on commit c02b77d

Please sign in to comment.