From fffe597eceb39a0ba625defdfe8375760b2eb16e Mon Sep 17 00:00:00 2001 From: david Date: Mon, 13 Dec 2010 18:16:06 +0000 Subject: [PATCH] Typo fix. --- scripts/http-brute.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-brute.nse b/scripts/http-brute.nse index 025a6658a..7660d5c2d 100644 --- a/scripts/http-brute.nse +++ b/scripts/http-brute.nse @@ -115,7 +115,7 @@ action = function( host, port ) local response = http.generic_request( host, port, method, path, { no_cache = true } ) if ( response.status ~= 401 ) then - return (" \n Path \"%s\" does not require autentication"):format(path) + return (" \n Path \"%s\" does not require authentication"):format(path) end