nmap conficker detector


/ Published in: Other
Save to your folder(s)

To scan you network quickly for Conficker infections before the next
variant breaks this new techinque, we recommend this command:

nmap -p139,445 --script p2p-conficker,smb-os-discovery,smb-check-vulns --script-args checkconficker=1,safe=1 -T4 [target networks]

If you have time for a slower but more comprehensive scan, use this instead:

nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns -p- --script-args checkall=1,safe=1 -T4 [target networks]


Copy this code and paste it in your HTML
  1. nmap -p139,445 --script p2p-conficker,smb-os-discovery,smb-check-vulns --script-args checkconficker=1,safe=1 -T4 192.168.1.*

URL: http://seclists.org/nmap-dev/2009/q2/0161.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.