Skip to content

sudo-su-FDEL/Crumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Crumble

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.

Features

  • Create wordlist from scratch
  • Merge two or three wordlists
  • Replace characters in a wordlist
  • Swap
  • Permute
  • Wordlist Analysis
  • And more

Usage Linux

  1. Download the files git clone https://github.com/sudo-su-FDEL/Crumble/
  2. Compile the Source code g++ Source.cpp -o crumble
  3. Run the program ./crumble
  4. Type letters according to menu

Usage Windows

  1. Download Zip
  2. Extract File
  3. Compile the source
  4. 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.

Screenshots

menu

wordlist

example

example2

analysis