From 18348ef5ef7a0e972ec490c0c29be3d8adba8325 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 30 Mar 2009 19:39:47 +0000 Subject: [PATCH] note -n option --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 36bd7e973..2fa28c2b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,8 @@ Nmap 4.85BETA5 o Ron (in just a few hours of furious coding) added remote detection of the Conficker worm to smb-check-vulns. It is based on new research by Tillmann Werner and Felix Leder. You can scan your - network for Conficker with a command like: nmap -PN -T4 -p139,445 - --script=smb-check-vulns --script-args safe=1 [targetnetworks] + network for Conficker with a command like: nmap -PN -T4 -p139,445 -n + -v --script=smb-check-vulns --script-args safe=1 [targetnetworks] o Ndiff now includes service (version detection) and OS detection differences. [David]