Add documentation for auxiliary scanner modules#21149
Open
Adithyadspawar wants to merge 2 commits intorapid7:masterfrom
Open
Add documentation for auxiliary scanner modules#21149Adithyadspawar wants to merge 2 commits intorapid7:masterfrom
Adithyadspawar wants to merge 2 commits intorapid7:masterfrom
Conversation
Add module documentation for: - auxiliary/scanner/http/apache_activemq_traversal - auxiliary/scanner/http/drupal_views_user_enum - auxiliary/scanner/http/coldfusion_version - auxiliary/scanner/http/elasticsearch_traversal - auxiliary/scanner/ftp/bison_ftp_traversal Fixes rapid7#12389
h00die
suggested changes
Mar 19, 2026
|
|
||
| ### Setup | ||
|
|
||
| 1. Download BisonWare BisonFTP Server 3.5 (the installer can be found on exploit-db or |
Contributor
There was a problem hiding this comment.
link in the docs would be a good idea
Author
There was a problem hiding this comment.
i have made all the required changes
documentation/modules/auxiliary/scanner/http/apache_activemq_traversal.md
Show resolved
Hide resolved
|
|
||
| ## Options | ||
|
|
||
| This module uses the standard `RHOSTS`, `RPORT`, `SSL`, and `THREADS` scanner options. |
Contributor
There was a problem hiding this comment.
you can remove these lines. Just have an empty Options area.
| [*] Usernames stored in: /root/.msf4/loot/20250319120000_default_192.168.1.50_drupal_user_123456.txt | ||
| [*] Scanned 1 of 1 hosts (100% complete) | ||
| [*] Auxiliary module execution completed | ||
| ``` |
Contributor
There was a problem hiding this comment.
newline at end of file please
Author
|
made changes @h00die |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds module documentation for the following auxiliary scanner modules that are currently missing docs, as noted in #12389:
Each documentation file follows the module_doc_template.md format and includes Vulnerable Application, Verification Steps, Options, and Scenarios sections.
Verification