mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
parent
64fb5b3482
commit
d36c08dcf5
137 changed files with 3977 additions and 3977 deletions
|
|
@ -30,8 +30,8 @@ categories = {"default", "discovery", "safe"}
|
|||
portrule = shortport.port_or_service(79, "finger")
|
||||
|
||||
action = function(host, port)
|
||||
local try = nmap.new_try()
|
||||
local try = nmap.new_try()
|
||||
|
||||
return try(comm.exchange(host, port, "\r\n",
|
||||
{lines=100, proto=port.protocol, timeout=5000}))
|
||||
return try(comm.exchange(host, port, "\r\n",
|
||||
{lines=100, proto=port.protocol, timeout=5000}))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue