mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Add port 9050, tor-socks, to the portrule for socks-open-proxy.nse.
This commit is contained in:
@@ -135,7 +135,7 @@ local function default_test(host, port)
|
|||||||
|
|
||||||
end
|
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)
|
action = function(host, port)
|
||||||
local supported_versions = "\nVersions succesfully tested: "
|
local supported_versions = "\nVersions succesfully tested: "
|
||||||
|
|||||||
Reference in New Issue
Block a user