diff --git a/scripts/ssh-brute.nse b/scripts/ssh-brute.nse index d5f26a0a0..f3d37357e 100644 --- a/scripts/ssh-brute.nse +++ b/scripts/ssh-brute.nse @@ -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 +-- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst,ssh-brute.timeout=4s -- -- @output -- 22/ssh open ssh