1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-27 00:29:03 +00:00

Tweaked the disclosure date in http-vuln-cve2012-1823 for consistency with other scripts that make use of the vulnerability library.

This commit is contained in:
robert
2014-05-04 15:13:57 +00:00
parent 32930ef6e6
commit 926f3f7375

View File

@@ -36,7 +36,7 @@ CHANGELOG:
-- | switches, such as -s, -d or -c to be passed to the php-cgi binary,
-- | which can be exploited to disclose source code and obtain arbitrary
-- | code execution.
-- | Disclosure date: 2012-05-3
-- | Disclosure date: 2012-05-03
-- | Extra information:
-- | Proof of Concept:/index.php?-s
-- | References:
@@ -77,7 +77,7 @@ code execution.]],
'http://ompldr.org/vZGxxaQ',
},
dates = {
disclosure = {year = '2012', month = '05', day = '3'},
disclosure = {year = '2012', month = '05', day = '03'},
},
}
local vuln_report = vulns.Report:new(SCRIPT_NAME, host, port)