mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
update ripeQuery.nse to not print extraneous beginning whitespace
This commit is contained in:
parent
9186e84358
commit
60924c7308
2 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ o Reformat Nmap COPYING file (e.g. remove C comment markers, reduce
|
|||
when presented by the Windows executable (NSIS) installer. Thanks
|
||||
to Jah for the patch (which was modified slightly by Fyodor).
|
||||
|
||||
o Updated ripeQuery.nse to not print extraneous whitespace. [Kris]
|
||||
|
||||
Nmap 4.60
|
||||
|
||||
o Nmap has moved. Everything at http://insecure.org/nmap/ can now be
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@ action = function(host, port)
|
|||
return
|
||||
end
|
||||
|
||||
return "IP belongs to: " .. value
|
||||
return "IP belongs to: " .. value:gsub("^%s*", "")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue