mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 04:23:06 +00:00
Merge pull request #3480 from PenguinKeeper7/master
Update exodus2hashcat.py
This commit is contained in:
commit
452408fcaf
@ -21,10 +21,6 @@ if len(sys.argv) != 2 :
|
|||||||
print("Error, usage exodus2hashcat.py <path to exodus seed.seco file>")
|
print("Error, usage exodus2hashcat.py <path to exodus seed.seco file>")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if os.path.basename(sys.argv[1])!= 'seed.seco':
|
|
||||||
print("Error, usage exodus2hashcat.py <path to exodus seed.seco file>")
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
with open(sys.argv[1],'rb') as fd:
|
with open(sys.argv[1],'rb') as fd:
|
||||||
seedBuffer = fd.read()
|
seedBuffer = fd.read()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user