Skip to content

crunch - A dictionary generator

Crunch generates combinations of words and manglings to be used later off as attacking dictionaries.

Installation

Preinstalled in kali linux. To install:

sudo apt install crunch

Basic commands

# Generates words from <number1> to <number2> with the specified characters.
crunch <number1> <number2> <characters> -o file.txt
# <number1>: minimum of characters that password has
# <number2>: maximum of characters that password has
# <characters>: those characters included in the set
# -o: Send output to file.txt
# There exists more flags

Resources

Last update: 2023-04-11
Created: January 18, 2023 23:33:16