Replies: 7 comments
|
Recover the PSK and generate hashcat out file and hashcat pot file: |
0 replies
|
Verify hashcat pot file and show content (hexified if necessary): |
0 replies
|
Generate hashcat pot file from hashcat out file: |
0 replies
|
Convert hashcat pot file to hash mode 12000 hash file: Verify converted hashes: |
0 replies
|
Convert hashes to john hash file format: Verify converted hashes: |
0 replies
|
Recover the PSK and generate john pot file: |
0 replies
|
It is also possible to convert a john (pbkdf2) pot file to a hashcat potfile: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Like all the other hcxtools, hcxpottool is a pre-processor to hashcat an john.
hcxpottool is a tool
To reproduce, get these example hashes from here:
22000 WPA-PBKDF2-PMKID+EAPOL
22000 WPA-PBKDF2-PMKID+EAPOL
Add them to a hc22000 hash file:
Convert the hc22000 hash file to a format accepted by john (hcxpottool is working on hashcat an john files):
Get an actual word list (C-nets) from here and decompress it:
Now you should have these three files:
All reactions