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:
@@ -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=.*><?" to detect
|
||||
vulnerable installations.
|
||||
|
||||
Reference in New Issue
Block a user