1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Edit some script descriptions for better line breaks when rendered as

PDF. Some long URLs were replaced by short redirects under
http://nmap.org/r/.
This commit is contained in:
david
2010-07-17 16:47:31 +00:00
parent 204c2ba4b0
commit bccb8ead89
8 changed files with 16 additions and 13 deletions

View File

@@ -1,12 +1,11 @@
description = [[
Attempts to retrieve the PHP version from a web server. PHP has a number
of magic queries that return images or text that can vary with the PHP
version. A list of these is at http://www.0php.com/php_easter_egg.php.
This script uses the following queries:
version. This script uses the following queries:
* <code>/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42</code>: gets a GIF logo, which changes on April Fool's Day.
* <code>/?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000</code>: gets an HTML credits page.
A list of magic queries is at http://www.0php.com/php_easter_egg.php.
The script also checks if any header field value starts with
<code>"PHP"</code> and reports that value if found.
]]