diff --git a/scripts/http-brute.nse b/scripts/http-brute.nse index 3606601d8..23d7163bd 100644 --- a/scripts/http-brute.nse +++ b/scripts/http-brute.nse @@ -33,9 +33,9 @@ Performs brute force password auditing against http basic authentication. -- x The Driver class contains the driver implementation used by the brute -- library -- --- @args http-brute.path points to the path protected by authentication (default: /. +-- @args http-brute.path points to the path protected by authentication (default: /) -- @args http-brute.hostname sets the host header in case of virtual hosting --- @args http-brute.method sets the HTTP method to use (default GET) +-- @args http-brute.method sets the HTTP method to use (default: GET) -- -- Version 0.1