mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 12:29:03 +00:00
Clarify some @usage, fix double --script-args in telnet-brute
This commit is contained in:
@@ -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