diff --git a/scripts/p2p-conficker.nse b/scripts/p2p-conficker.nse index 78274d44e..570777b00 100644 --- a/scripts/p2p-conficker.nse +++ b/scripts/p2p-conficker.nse @@ -30,17 +30,17 @@ out to everybody who contributed! -- -- @usage -- # Default modes: --- nmap --script p2p-conficker.nse -p445 --- sudo nmap -sU -sS --script p2p-conficker.nse -p U:137,T:139 +-- nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns --script-args=safe=1 -T4 -p445 +-- sudo nmap -sU -sS --script p2p-conficker,smb-os-discovery,smb-check-vulns --script-args=safe=1 -T4 -p U:137,T:139 -- --- # Run regardless of which port is open --- nmap --script p2p-conficker.nse -p445 --script-args=checkconficker=1 +-- # Run regardless of which port is open (*recommended*) +-- nmap -sP --script p2p-conficker,smb-os-discovery,smb-check-vulns --script-args=checkconficker=1,safe=1 -T4 -- -- # Check every port (slow!) --- nmap --script p2p-conficker.nse -p- --script-args=checkall=1 +-- nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns -p- --script-args=checkall=1,safe=1 -- -- # Base checks on a different ip address (NATed) --- nmap --script p2p-conficker.nse -p445 --script-args=realip=\"192.168.1.65\" +-- nmap --script p2p-conficker,smb-os-discovery -p445 --script-args=realip=\"192.168.1.65\" -- -- @output -- Clean machine: