Hack$Notes
Search
⌃
K
Hack$Notes
Enumeration
Transferring Files
Metasploit Framework
Reverse Shells
Buffer Overflow
Spawning a Shell
Password Attacks
Passing the Hash
SAM/SYSTEM
Passwords
Hydra
Medusa
Ncrack
Unshadow
Hashcat
John The Ripper
fcrackzip
Privilege Escalation
Port Forwarding
Tools / Techniques
Resources
Powered By
GitBook
Unshadow
Unshadow
Unshadow
If you have found the passwd and shadow files under linux you can combine them on a file using
unshadow
command and then crack them using
John
.
unshadow passwd.txt shadow.txt
unshadow passwd.txt shadow.txt > unshadow.txt
john --rules --wordlist=/usr/share/wordlists/rockyou.txt unshadow.txt
Previous
Ncrack
Next
Hashcat
Last modified
4yr ago