mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Fixing ripeQuery.nse output: it was printing "IP belongs to: " with nothing after it if the returned string was unacceptable (no role or suggested seeing www.iana.org); now it just returns since it didn't give any information anyway.
This commit is contained in:
parent
217be2aa2b
commit
aa80ac4b40
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ action = function(host, port)
|
|||
end
|
||||
|
||||
if (value == nil) then
|
||||
value = ""
|
||||
return
|
||||
end
|
||||
|
||||
return "IP belongs to: " .. value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue