Hashcat
Usage
#https get - basic auth
hashcat -m 0 -a 0 /root/hashes/hashes.txt /root/rockyou.txt
hashcat64.exe -m 3200 -a 0 C:\Users\user1\Documents\hash.txt C:\Users\user1\Documents\rockyou.txt
#keepass
Hashcat64.exe -m 13400 -a 0 /root/hashes/hashes.txt /root/rockyou.txt
# benchmark tests
hashcat -bsimple dictionary
# MD5, straight mode, simple dictonary attack
hashcat -m 0 -a 0 -D2 example.hash example.dictRule-based attack
# custom.rule
cat custom.rule
l
u
c
r
$1
$2
$3
[
]
^1
# providing custom rule
hashcat -m 0 -a 0 -D2 example.hash example.dict -r custom.ruleMask Attack
Last updated

