Creating Custom wordlists

CeWL

cewl https://www.inlanefreight.com -d 4 -m 6 --lowercase -w inlane.wordlist

crunch

Creating custom Usernames

git clone https://github.com/urbanadventurer/username-anarchy.git
cd username-anarchy/
./username-anarchy nathaniel fernandes

You know the username format and names of users

./username-anarchy --input-file ./test-names.txt  --select-format first.last
andrew.horton
jim.vongrippenvud
peter.otoole

Hashcat

Generating Rule-based Wordlist

cupp

  • build custom wordlist for that person

sudo apt install cupp
cupp -i

Last updated