mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Clarify some @usage, fix double --script-args in telnet-brute
This commit is contained in:
@@ -20,15 +20,15 @@ requests using a given subnet.
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sU -p 53 --script dns-client-subnet-scan --script-args \
|
||||
-- dns-client-subnet-scan.domain=www.example.com, \
|
||||
-- 'dns-client-subnet-scan.domain=www.example.com, \
|
||||
-- dns-client-subnet-scan.address=192.168.0.1 \
|
||||
-- [,dns-client-subnet.nameserver=8.8.8.8] \
|
||||
-- [,dns-client-subnet.mask=24] <target>
|
||||
-- [,dns-client-subnet.mask=24]' <target>
|
||||
-- nmap --script dns-client-subnet-scan --script-args \
|
||||
-- dns-client-subnet-scan.domain=www.example.com, \
|
||||
-- 'dns-client-subnet-scan.domain=www.example.com, \
|
||||
-- dns-client-subnet-scan.address=192.168.0.1 \
|
||||
-- dns-client-subnet.nameserver=8.8.8.8, \
|
||||
-- [,dns-client-subnet.mask=24]
|
||||
-- [,dns-client-subnet.mask=24]'
|
||||
--
|
||||
-- @output
|
||||
-- 53/udp open domain udp-response
|
||||
|
||||
@@ -32,8 +32,7 @@ This script uses some AD-specific support and optimizations:
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -p 389 --script ldap-brute --script-args \
|
||||
-- ldap.base='"cn=users,dc=cqure,dc=net"' <host>
|
||||
-- nmap -p 389 --script ldap-brute --script-args ldap.base='"cn=users,dc=cqure,dc=net"' <host>
|
||||
--
|
||||
-- @output
|
||||
-- 389/tcp open ldap
|
||||
|
||||
@@ -22,7 +22,7 @@ http://grutztopia.jingojango.net/2012/10/hph3c-and-huawei-snmp-weak-access-to.ht
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sU -p 161 --script snmp-hh3c-logins --script-args --script-args snmpcommunity=<community> <target>
|
||||
-- nmap -sU -p 161 --script snmp-hh3c-logins --script-args snmpcommunity=<community> <target>
|
||||
--
|
||||
-- @output
|
||||
-- | snmp-hh3c-logins:
|
||||
|
||||
@@ -14,10 +14,7 @@ Performs brute-force password auditing against telnet servers.
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -p 23 --script telnet-brute \
|
||||
-- --script-args userdb=myusers.lst,passdb=mypwds.lst \
|
||||
-- --script-args telnet-brute.timeout=8s \
|
||||
-- <target>
|
||||
-- nmap -p 23 --script telnet-brute --script-args userdb=myusers.lst,passdb=mypwds.lst,telnet-brute.timeout=8s <target>
|
||||
--
|
||||
-- @output
|
||||
-- 23/tcp open telnet
|
||||
|
||||
Reference in New Issue
Block a user