Skip to content

Commit

Permalink
Merge pull request derv82#45 from soaringswine/patch-2
Browse files Browse the repository at this point in the history
Updated hashcat.py to use new 22000 hash format
  • Loading branch information
kimocoder committed Oct 16, 2020
2 parents 3fa74a5 + 727622f commit 0846b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifite/tools/hashcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def crack_handshake(handshake, show_command=False):
command = [
'hashcat',
'--quiet',
'-m', '2500',
'-m', '22000',
hccapx_file,
Configuration.wordlist
]
Expand Down

0 comments on commit 0846b8f

Please sign in to comment.