mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fixes typo in output.
This commit is contained in:
@@ -21,7 +21,7 @@ the target to retrieve a web page from www.google.com.
|
|||||||
-- PORT STATE SERVICE
|
-- PORT STATE SERVICE
|
||||||
-- 8080/tcp open http-proxy
|
-- 8080/tcp open http-proxy
|
||||||
-- | proxy-open-http: Potentially OPEN proxy.
|
-- | proxy-open-http: Potentially OPEN proxy.
|
||||||
-- |_ Methods succesfully tested: GET HEAD CONNECT
|
-- |_ Methods successfully tested: GET HEAD CONNECT
|
||||||
|
|
||||||
-- Arturo 'Buanzo' Busleiman <buanzo@buanzo.com.ar> / www.buanzo.com.ar / linux-consulting.buanzo.com.ar
|
-- Arturo 'Buanzo' Busleiman <buanzo@buanzo.com.ar> / www.buanzo.com.ar / linux-consulting.buanzo.com.ar
|
||||||
-- Changelog: Added explode() function. Header-only matching now works.
|
-- 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'})
|
portrule = shortport.port_or_service({8123,3128,8000,8080},{'polipo','squid-http','http-proxy'})
|
||||||
|
|
||||||
action = function(host, port)
|
action = function(host, port)
|
||||||
local supported_methods = "\nMethods succesfully tested: "
|
local supported_methods = "\nMethods successfully tested: "
|
||||||
local fstatus = false
|
local fstatus = false
|
||||||
local def_test = true
|
local def_test = true
|
||||||
local test_url, pattern
|
local test_url, pattern
|
||||||
|
|||||||
Reference in New Issue
Block a user