diff --git a/scripts/socks-open-proxy.nse b/scripts/socks-open-proxy.nse index f720ce1e4..bf32dc748 100644 --- a/scripts/socks-open-proxy.nse +++ b/scripts/socks-open-proxy.nse @@ -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: "