Exploiting Windows Xp using Metasploit Part-2
Exploiting Windows xp using metasploit Note : Before we move on I would recommend you to go through this blog which covers all the basics of metasploit , well kind of prequel to this . Being that said we are going to particularly exploit a vulneribility called ms08_067_netapi , to know more about the vulneribility click here. Though we know we are going to exploit windows xp machine , let's pretent that we have no idea regarding what operating system the target machine is using which gives us a close enough experience of real world pentest. In the upcomming learnings if you have any trouble using smb scanner or exploiting the remote machine, then you must add the file sharing option in the firewall exception rules Hoping that you have gone through the prequel of this blog , let's move on.............. To know what operating systems the remote hosts Command : db_nmap -A <your subnet> Fig : 1.0 In Fig : 1.0 we have performed an aggres...