Favorite Tools
-
duplicut -- quickly dedupe massive wordlists:
https://github.com/nil0x42/duplicutgramify -- Create n-grams of wordlists:
https://github.com/0xVavaldi/gramifyhashgen -- hash generator and wordlist processor:
https://github.com/cyclone-github/hashgenpipal -- the password analyser:
https://github.com/digininja/pipalPACK -- Password Analysis and Cracking Kit:
https://github.com/Hydraze/packrling -- wordlist sorting and/or dedupe:
https://github.com/Cynosureprime/rling -
duplicut
- dedupes a single wordlist without changing its order:./duplicut wordlist.txt -o dedup_wordlist.txt
rling
- similar capability to duplicut:./rling wordlist.txt dedup_wordlist.txt
- but also can remove dups from multiple files and save the dedup output to file like the example below from the GitHub page:
./rling big-file.txt new-file.txt /path/to/old-file.txt /path/to/others/*