mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 19:39:07 +00:00
update ripeQuery.nse to not print extraneous beginning whitespace
This commit is contained in:
@@ -41,5 +41,5 @@ action = function(host, port)
|
||||
return
|
||||
end
|
||||
|
||||
return "IP belongs to: " .. value
|
||||
return "IP belongs to: " .. value:gsub("^%s*", "")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user