1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Updated http-drupal-modules documentation.

This commit is contained in:
kroosec
2012-08-25 17:31:53 +00:00
parent e3db186435
commit 2f21e49cfb

View File

@@ -10,9 +10,12 @@ local table = require "table"
description = [[
Enumerates the installed Drupal modules by using a list of known modules.
The script works by requesting /sites/all/modules/MODULE_NAME/LICENSE.txt.
If the response status code is 200, it means that the module is installed.
By default, the script checks for the top 100 modules (by downloads), given the huge number of existing modules (~10k).
The script works by iterating over module names and requesting
MODULES_PATH/MODULE_NAME/LICENSE.txt. MODULES_PATH is either provied by the
user, grepped for in the html body or defaulting to sites/all/modules/. If the
response status code is 200, it means that the module is installed. By
default, the script checks for the top 100 modules (by downloads), given the
huge number of existing modules (~10k).
]]
---