From 926f3f737536714001b5c5039a3d7fddea4745bf Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 4 May 2014 15:13:57 +0000 Subject: [PATCH] Tweaked the disclosure date in http-vuln-cve2012-1823 for consistency with other scripts that make use of the vulnerability library. --- scripts/http-vuln-cve2012-1823.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http-vuln-cve2012-1823.nse b/scripts/http-vuln-cve2012-1823.nse index d02109489..3a540a0bd 100644 --- a/scripts/http-vuln-cve2012-1823.nse +++ b/scripts/http-vuln-cve2012-1823.nse @@ -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)