Legacy:Hack The Box(Windows)
The nmap scan for this target shows the open ports and if we perform an aggressive scan we get to know that the target is vulnerable to MS17–010 and MS08–067.



We have a github exploit available for MS08–067. In this exploit we just need to change the payload . So we need to first generate the payload using msfvenom.

We just need to copy and paste the payload in the POC.

Now we need to open the netcat listener on our machine and run the exploit.

We got a connection on our machine.
And we can easily get the user flag and root flag.


Happy Hacking!!!!
Comments
Post a Comment