mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Formatting.
This commit is contained in:
parent
a2314b2041
commit
6d371adee8
1 changed files with 2 additions and 1 deletions
|
|
@ -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: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue