Passwords
Default passwords
Wordlist
Leaked Passwords
Customized Passwords
Cewl : Create custom passoword by crawling a website.
Custom Wordlists
Generates wordlist
crunch <min> <max> [charset] -o outfile.txt
# eg
crunch 6 6 abcd -o wordlist.txt
# Special chars
# @ - lower case alpha characters
# , - upper case alpha characters
# % - numeric characters
# ^ - special characters including space
Common user password profiler
interactive tool to generated password list based on person.
python3 cupp.py -i
Last updated