1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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
-- 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