1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Add port 9050, tor-socks, to the portrule for socks-open-proxy.nse.

This commit is contained in:
david
2011-07-18 16:29:37 +00:00
parent 01f4cdd83e
commit a2314b2041

View File

@@ -135,7 +135,7 @@ local function default_test(host, port)
end
portrule = shortport.port_or_service({1080},{"socks","socks4","socks5"})
portrule = shortport.port_or_service({1080,9050},{"socks","socks4","socks5","tor-socks"})
action = function(host, port)
local supported_versions = "\nVersions succesfully tested: "