A menu driven wordlist generator for pentesting/auditing passwords using different password techniques. Made this program to specifically complement other password cracking tools such as hashcat and john the ripper. Another reason I made this is because other programs did not have what I was looking for were, outdated and did not want to memorize commands. In other words I wanted to make specific changes while trying to keep it simple.
- Create wordlist from scratch
- Merge two or three wordlists
- Replace characters in a wordlist
- Swap
- Permute
- Wordlist Analysis
- And more
- Download the files
git clone https://github.com/sudo-su-FDEL/Crumble/
- Compile the Source code
g++ Source.cpp -o crumble
- Run the program
./crumble
- Type letters according to menu
- Download Zip
- Extract File
- Compile the source
- Run on your preferred IDE
Alternative option Download EXE file, only do this if you trust the program and you have looked at the source code
When adding files,you may drag and drop on to the terminal or if you have any issues with drag and drop, you may type in the name of the file(for windows, include ".txt"). Just make sure that the program is in the same folder or directory. Your output files will also appear where the program is located.