PDA

View Full Version : Custom Wordlist Generator



St0ner1995
2016-12-08, 09:43
Hello all,

i an trying to write a custom word list generator (generators that already exist are nice but lack a feature i need)

does anyone know a good way of generating a word list but in a way where i can set min/max length and min/max letters/numbers (independently, so i could say max 5 letters and a max of 8 numbers for example) while also defining what characters to use? C++ code would be nice for those who know it, but if you don't know C++, any code will help.

mmusket33
2016-12-08, 13:53
To St0ner1995

Download the essidprobe program open it with leafpad and see how MTeams did something similiar

We used crunch. Write your eight number length wordlist. Then embed letters around each string. using the @ variable in crunch.

But each string has many permutations

@@@@@11111111
11111111@@@@@
@@@@11111111@
@11111111@@@@

etc etc

See

https://forums.kali.org/showthread.php?24473-Finding-WPA-Keys-Broadcast-In-Clear&highlight=essidprobe

See also

https://forums.kali.org/showthread.php?31701-Targeted-Personalized-Dictionary-List-Generator

MTeams