mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Change example usage since multiple --script-args arguments apparently don't work (reported by Eric Thomas)
This commit is contained in:
parent
9aea64a655
commit
57461ac06b
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ Performs brute-force password guessing against ssh servers.
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst \
|
||||
-- --script-args ssh-brute.timeout=4s <target>
|
||||
-- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst,ssh-brute.timeout=4s <target>
|
||||
--
|
||||
-- @output
|
||||
-- 22/ssh open ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue