diff --git a/scripts/socks-open-proxy.nse b/scripts/socks-open-proxy.nse index bf32dc748..0f91fcbc8 100644 --- a/scripts/socks-open-proxy.nse +++ b/scripts/socks-open-proxy.nse @@ -135,7 +135,8 @@ local function default_test(host, port) 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) local supported_versions = "\nVersions succesfully tested: "