mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 06:29:02 +00:00
Change example usage since multiple --script-args arguments apparently don't work (reported by Eric Thomas)
This commit is contained in:
@@ -11,8 +11,7 @@ Performs brute-force password guessing against ssh servers.
|
|||||||
|
|
||||||
---
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst \
|
-- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst,ssh-brute.timeout=4s <target>
|
||||||
-- --script-args ssh-brute.timeout=4s <target>
|
|
||||||
--
|
--
|
||||||
-- @output
|
-- @output
|
||||||
-- 22/ssh open ssh
|
-- 22/ssh open ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user