Cracking a Hash from Shadow file using John the Ripper:
w1r3s:$6$xe/eyoTx$gttdIYrxrstpJP97hWqttvc5cGzDNyMb0vSuppux4f2CcBv3FwOt2P1GFLjZdNqjwRuP3eUjkgb/io7x9q1iP.:17567:0:99999:7::: >unshadow
john unshadow --format=sha512crypt
john --show unshadow
Cracking a Hash from Shadow file using John the Ripper:
unshadow /etc/passwd /etc/shadow > unshadowed /copy the shadow file
John unshadowed -wordlist =rockyou.txt
Cracking a Hash from Shadow file using Hashcat:
copy the hashes into hashes.txt
example hash:
$6$Lv8rcvK8$la/ms1mYal7QDxbXUYiD7LAADl.yE4H7mUGF6eTlYaZ2DVPi9z1bDIzqGZFwWrPkRrB9G/kbd72poeAnyJL4c1
hashcat64.exe -m 1800 -a 0 -o cracked.txt hashes.txt rock.txt --force
hashcat --help
w1r3s:$6$xe/eyoTx$gttdIYrxrstpJP97hWqttvc5cGzDNyMb0vSuppux4f2CcBv3FwOt2P1GFLjZdNqjwRuP3eUjkgb/io7x9q1iP.:17567:0:99999:7::: >unshadow
john unshadow --format=sha512crypt
john --show unshadow
Cracking a Hash from Shadow file using John the Ripper:
unshadow /etc/passwd /etc/shadow > unshadowed /copy the shadow file
John unshadowed -wordlist =rockyou.txt
Cracking a Hash from Shadow file using Hashcat:
copy the hashes into hashes.txt
example hash:
$6$Lv8rcvK8$la/ms1mYal7QDxbXUYiD7LAADl.yE4H7mUGF6eTlYaZ2DVPi9z1bDIzqGZFwWrPkRrB9G/kbd72poeAnyJL4c1
hashcat64.exe -m 1800 -a 0 -o cracked.txt hashes.txt rock.txt --force
hashcat --help
Comments
Post a Comment