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 -
Main difference(s) betwen duplicut vs rling ?
I see rling awesome but when using to dedupe a very large file against a small one, if there are zero deduped lines, and zero removed lines, rling still writes a new file. Why ?!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/*