Password Attacks
Last updated
Was this helpful?
Last updated
Was this helpful?
This page is were I'll store all of my password attacking commands and tips. For local hash cracking I'll usually default to Hashcat. Hashcat is going to work best when running on your host machine rather than inside of a VM, especially if your host machine has a video card installed. When utilizing a graphics card Hashcat can be much faster than john the ripper, but there are still some cases where we'll use the tools provided by john
.
apt install wordlists
/usr/share/wordlists/rockyou.txt.gz
This is going to be one of the few times where we use john
.