1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Formatting.

This commit is contained in:
david
2011-07-18 16:29:38 +00:00
parent a2314b2041
commit 6d371adee8

View File

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