en Home Smtp Sometimes I fall in love with code jgdb A Gopher named Gophy Encode/Decode Golang data to Gob files GoWatch Cfg File Access and Create Time Go Snippets Ping Citadel vCard Sync Your Everyday Go Tools Cases Conv Go jkl Encode/Decode between struct and byte slice Crypt HDKeys Recover

HDKeys Wordlist

Creates a wordlist for bruteforce password recovery

This cli command was created for hdkeys_recover but could be used otherwise hence the reason it is seperate.

Wordlist will create a password list from provided words by combining them in every which way possible.

  1. copy the testdata folder anywhere you like.
  2. modify the words.txt file with words you may have used to create your password. One word per line.
  3. modify the setup.sh file (more about setup.sh below)
  4. run hdkeys_wordlist
  5. run hdkeys_recover
  6. add more words to the list if it was unsuccessful
  7. run hdkeys_wordlist again (This will create a history file, designed to not check the same phrases over and over)
  8. GOTO 5 until hdkeys_recover finds your password. (Good Luck)

setup.sh

hdkeys repo


First Created: 2026-04-23 14:01:45
Last Modified: 2026-04-23 19:05