Password attacks
usr/share/wordlists
usr/share/wordlists
Medusa
Brute force basic http authorizations.
Hydra
Can be used to brute force numerous services.
** Brute force http-post login forms
John the Ripper
SSH keys
To crack SSH key passwords convert the key to a hash, then crack using John.
Hashcat
Check for mode on wiki page https://hashcat.net/wiki/doku.php?id=example_hashes
Passing the hash (Windows)
Create environment variable SMBHASH, containing hash we want to pass
export SMBHASH=hashvalue
Use pth-winexe to authenticate: pth-winexe -U administrator% //10.11.0.1.76.cmd
Last updated