Firewall and Anti-virus concepts - Metasploit Part 4
Firewall and Antivirus Concepts Hey folks back again witht the series and here we are going to learn how to disable firewall and antivirus on the target windows xp machine I strongly recommend you to go throught the previous blog posts inorder to understand what we about to discuss . So Considering that fact that we have already exploited the target machine and now its time to disable the firewall on the target windows xp machine but before that lets perfrom an nmap firewall detection scan on it Command : sudo nmap -sA [target ip] --reason -T4 Fig : 1.1 So in Fig : 1.1 we can see that we are able to get responses only from ports 139 and 445 cause the file and printer sharing is enabled on the target system but what if we want to scan and exploit ports under firewall ? we have no option but to turn off the firewall right ? so lets do it through the meterpreter sessions Command : netsh firewall set opmode mode=DISABLE Fig ...