From 5071a66330e796097ba1bc2072d52df9435dbebd Mon Sep 17 00:00:00 2001 From: paulino Date: Mon, 10 Sep 2012 23:33:14 +0000 Subject: [PATCH] Fixes typo in output. --- scripts/http-open-proxy.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http-open-proxy.nse b/scripts/http-open-proxy.nse index 91bb442f4..863b2691c 100644 --- a/scripts/http-open-proxy.nse +++ b/scripts/http-open-proxy.nse @@ -21,7 +21,7 @@ the target to retrieve a web page from www.google.com. -- PORT STATE SERVICE -- 8080/tcp open http-proxy -- | proxy-open-http: Potentially OPEN proxy. --- |_ Methods succesfully tested: GET HEAD CONNECT +-- |_ Methods successfully tested: GET HEAD CONNECT -- Arturo 'Buanzo' Busleiman / www.buanzo.com.ar / linux-consulting.buanzo.com.ar -- Changelog: Added explode() function. Header-only matching now works. @@ -190,7 +190,7 @@ end portrule = shortport.port_or_service({8123,3128,8000,8080},{'polipo','squid-http','http-proxy'}) action = function(host, port) - local supported_methods = "\nMethods succesfully tested: " + local supported_methods = "\nMethods successfully tested: " local fstatus = false local def_test = true local test_url, pattern