mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add port 9050, tor-socks, to the portrule for socks-open-proxy.nse.
This commit is contained in:
parent
01f4cdd83e
commit
a2314b2041
1 changed files with 1 additions and 1 deletions
|
|
@ -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: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue