1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 03:19:02 +00:00

Cleaning up the descriptions for 28 scripts for consistency

This commit is contained in:
fyodor
2012-06-06 20:44:18 +00:00
parent 6ea3969357
commit 60baeb09b0
28 changed files with 57 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ local string = require "string"
local vulns = require "vulns"
description = [[
Detects PHP-CGI installations that are vulnerable to CVE-2012-1823, This vulnerability is critical and it allows attackers to retrieve source code and execute code remotely.
Detects PHP-CGI installations that are vulnerable to CVE-2012-1823, This critical vulnerability allows attackers to retrieve source code and execute code remotely.
The script works by appending "?-s" to the uri to make vulnerable php-cgi handlers return colour syntax highlighted source. We use the pattern "<span style=.*>&lt;?" to detect
vulnerable installations.