1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 11:49:01 +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 = [[ description = [[
Enumerates the installed Drupal modules by using a list of known modules. Enumerates the installed Drupal modules by using a list of known modules.
The script works by requesting /sites/all/modules/MODULE_NAME/LICENSE.txt. The script works by iterating over module names and requesting
If the response status code is 200, it means that the module is installed. MODULES_PATH/MODULE_NAME/LICENSE.txt. MODULES_PATH is either provied by the
By default, the script checks for the top 100 modules (by downloads), given the huge number of existing modules (~10k). 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).
]] ]]
--- ---