1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove trailing whitespace

This commit is contained in:
dmiller
2016-08-29 20:30:26 +00:00
parent 59d9e31ab2
commit 92f52de958
23 changed files with 176 additions and 176 deletions

View File

@@ -20,7 +20,7 @@ versions of Microsoft IIS, but affects other web servers as well.
--
-- @output
-- 80/tcp open http syn-ack
-- | http-internal-ip-disclosure:
-- | http-internal-ip-disclosure:
-- |_ Internal IP Leaked: 10.0.0.2
--
-- @xmloutput
@@ -29,7 +29,7 @@ versions of Microsoft IIS, but affects other web servers as well.
author = "Josh Amishav-Zlatin"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = { "vuln", "discovery", "safe" }
categories = { "vuln", "discovery", "safe" }
portrule = shortport.http
@@ -81,7 +81,7 @@ action = function(host, port)
end
if IP then
output["Internal IP Leaked"] = IP
output["Internal IP Leaked"] = IP
return output
end
end