From a2314b20414e3a0e333a06a0a419aaee54c67ba4 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 18 Jul 2011 16:29:37 +0000 Subject: [PATCH] Add port 9050, tor-socks, to the portrule for socks-open-proxy.nse. --- scripts/socks-open-proxy.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "