Password attacks
Online Brute force
Hydra
Brute forcing SSH
Password spraying RDP
Brute forcing website login form
Brute forcing basic authentication
Offline Brute force
John the ripper
Perform offline hash crack:
Hashcat
Find hash types:
Perform offline hash crack:
Password Manager
In case the foothold is achieved and the victims uses KeePass is possible to offline crack the master password.
Finding the database file on target machine:
Creating a crackable hash using keepass2john
:
Cracking the hash using hashcat:
Identify the hash
Hash-Identifier
Hashid
Wordlists
Modify wordlists according to target password policy using Hashcat
and a rule
file:
More rule functions:
There are commonly rule files in the Hashcat
directory:
Create and print the new rule based wordlist
Hashcat
Crack using the new rule based wordlist
John
Create rule file for example:
Append the rule file into /etc/john/john.conf
:
Crack using the new rule based wordlist
Last updated