From 3444074ea11733ae7e137cd89e3e430426d8bc5a Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 4 Jun 2012 21:05:36 +0000 Subject: [PATCH] doc typo/consistency fixes --- scripts/http-brute.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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