- Fill prefixes and suffixes sets in code with predicted strings, order matters (mostly used first)
- Download jumbo version of John from https://www.openwall.com/john/
- Generate wordlist using wordlist.py. Make sure generated file has LF as EOL.
- For SSH, use
ssh2john.py ~/.ssh/key > ssh.hashto convert private key to john's hash format - If hash file is generated with 2 lines of data, remove first one (some old scripts do that). Do not delete anything if it's only newline.
- Start john from
runfolder -.\john.exe --format=ssh --session=ssh -wordlist=C:\wordlist-generated.txt ssh.hash
alkuzad/john-wordlist-generator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|