Wordlist

Wordlist

Seclists

Crunch

Generate a wordlist based on specific criteria

man crunch

In the following example we generate 2 caracters per line with the mentinned letteers and numbers -t starts with lowercase (@) and ends with number (%)

Here is a Bash command used to generate a custom wordlist using the crunch tool:

Crunch 2 2 abcdefghijklmnop1234566 -t @% > word

Last updated