mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 14:39:02 +00:00
remove line continuation chars which confuse some people
This commit is contained in:
@@ -45,11 +45,11 @@ o New Conficker versions eliminate the loophole we were using to
|
|||||||
o smb-check-vulns now defaults to using basic login rather than
|
o smb-check-vulns now defaults to using basic login rather than
|
||||||
extended logins as this seems to work better on some
|
extended logins as this seems to work better on some
|
||||||
machines. [Ron]
|
machines. [Ron]
|
||||||
o Recommended command for a fast Conficker scan:
|
o Recommended command for a fast Conficker scan (combine into 1 line):
|
||||||
nmap -p139,445 --script p2p-conficker,smb-os-discovery,smb-check-vulns \
|
nmap -p139,445 --script p2p-conficker,smb-os-discovery,smb-check-vulns
|
||||||
--script-args checkconficker=1,safe=1 -T4 [target networks]
|
--script-args checkconficker=1,safe=1 -T4 [target networks]
|
||||||
o Recommended command for a more comprehensive (but slower) scan:
|
o Recommended command for a more comprehensive (but slower) scan:
|
||||||
nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns -p- \
|
nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns -p-
|
||||||
--script-args checkall=1,safe=1 -T4 [target networks]
|
--script-args checkall=1,safe=1 -T4 [target networks]
|
||||||
|
|
||||||
o [NSE] The Nmap Script Engine core (C++) was rewritten in Lua for
|
o [NSE] The Nmap Script Engine core (C++) was rewritten in Lua for
|
||||||
|
|||||||
Reference in New Issue
Block a user