1
0
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:
fyodor
2023-02-13 22:44:54 +00:00
parent 9aea64a655
commit 57461ac06b

View File

@@ -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