mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 08:56:34 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -26,12 +26,12 @@ categories = {"malware", "safe"}
|
||||
portrule = shortport.port_or_service(113, "auth")
|
||||
|
||||
action = function(host, port)
|
||||
local status, owner = comm.get_banner(host, port, {lines=1})
|
||||
local status, owner = comm.get_banner(host, port, {lines=1})
|
||||
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
return "Spoofed reply: " .. owner
|
||||
return "Spoofed reply: " .. owner
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user