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/*
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login