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:
@@ -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).
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user