Password cracking
Identify hash
# https://github.com/noraj/haiti
haiti [hash]Dictionary creation
# Pydictor
# https://www.github.com/landgrey/pydictor.git
pydictor.py -extend TERM --leet 0 1 2 11 21 --len 4 20
# Username generator
# https://github.com/benbusby/namebuster
namebuster https://example.com
namebuster "term1, term2"Examples
# Numeric dictionary length 4
python3 pydictor.py -base d --len 4 4
# Capital letters dictionary length 4
python3 pydictor.py -base c --len 4 4
# Prepend word + digits 5 length
python3 pydictor.py --len 5 5 --head raj -base d
# Append word after digits 5 length
python3 pydictor.py --len 5 5 --tail raj -base d
# Permute chars in word
python3 pydictor.py -char raj
# Multiple permutations
python3 pydictor.py -chunk abc ABC 666 . _ @ "'"
# Dictionary based in word, added complexity 4 and fixed length
python pydictor.py -extend raj --level 4 --len 1 6
# Interactive mode
python3 pydictor.py --sedbOptions
jtr
Hashcat
Wiki
Hashes
Examples
Useful hashes
Linux Hashes - /etc/shadow
ID
Description
Windows Hashes
ID
Description
Common Hashes
ID
Description
Type
Common Files with password
ID
Description
Database Hashes
ID
Description
Type
Example Hash
Kerberos Hashes
ID
Type
Example
Files
Last updated