📝Wordlists

All
Usernames
# Get usernames wordlist
wget https://raw.githubusercontent.com/jeanphorn/wordlist/master/usernames.txt -o /usr/share/wordlists/usernames.txt
Passwords
# Install SecLists
git clone https://github.com/danielmiessler/SecLists
sudo apt install seclists -y
Personalized
Generate passwords based on your knowledge of the victim (names, dates...)
python3 cupp.py -h
Last updated
Was this helpful?