mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
32930ef6e6
commit
926f3f7375
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue