mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove redundant "Daytime: " from the output of daytime.nse. It looked like
|_ daytime: Daytime: Mon Jan 19 17:43:18 MST 2009
This commit is contained in:
parent
1f76d5cc0b
commit
0844aa18af
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ action = function(host, port)
|
|||
local status, result = comm.exchange(host, port, "dummy", {lines=1, proto=port.proto})
|
||||
|
||||
if status then
|
||||
return "Daytime: " .. result
|
||||
return result
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue