From cf326ea74f7ee918e74e6d620cd7222a20726ff1 Mon Sep 17 00:00:00 2001 From: gyani Date: Wed, 10 Feb 2016 20:07:35 +0000 Subject: [PATCH] Corrected a spelling. Had misspelt JSON as J0SON. --- scripts/http-vuln-cve2015-1427.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-vuln-cve2015-1427.nse b/scripts/http-vuln-cve2015-1427.nse index e5ccbc67b..f14cd33c1 100644 --- a/scripts/http-vuln-cve2015-1427.nse +++ b/scripts/http-vuln-cve2015-1427.nse @@ -126,7 +126,7 @@ action = function(host, port) if response.status == 200 and response.body then local status, parsed = json.parse(response.body) if not(status) then - stdnse.debug1('Parsing J0SON failed(version checking). Probably not running Elasticsearch') + stdnse.debug1('Parsing JSON failed(version checking). Probably not running Elasticsearch') return nil else if parsed.version.number then