mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 04:31:30 +00:00
Added py3 and py2 compatibility + many bugfix
This commit is contained in:
@@ -25,7 +25,7 @@ import sys
|
||||
from framework.win32.hashdump import dump_file_hashes
|
||||
|
||||
if len(sys.argv) < 3:
|
||||
print "usage: %s bootkey SAM_File" % sys.argv[0]
|
||||
print("usage: %s <system hive> <SAM hive>" % sys.argv[0])
|
||||
sys.exit(1)
|
||||
|
||||
dump_file_hashes(sys.argv[1].decode("hex"), sys.argv[2])
|
||||
dump_file_hashes(sys.argv[1], sys.argv[2])
|
||||
|
||||
Reference in New Issue
Block a user