Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "WordPress Plugin Media Gallery Pro Listing" module is designed to detect sensitive directories present in the easy-media-gallery-pro plugin for WordPress. It is a test case used by the Vidoc platform to scan for misconfigurations, vulnerabilities, or software fingerprints. The severity of this module is classified as informative.
This module was authored by pussycat0x.
This module helps identify potential security risks in the easy-media-gallery-pro plugin for WordPress. By detecting sensitive directories, it provides insights into potential misconfigurations or vulnerabilities that could be exploited by attackers.
The "WordPress Plugin Media Gallery Pro Listing" module works by sending an HTTP GET request to the "/wp-content/plugins/easy-media-gallery-pro/" path. It then applies matching conditions to determine if the response indicates the presence of sensitive directories.
Matching conditions:
- The response body contains the words "Index of" and "wp-content/plugins/easy-media-gallery-pro/". - The response status code is 200.If both conditions are met, the module considers the presence of sensitive directories in the easy-media-gallery-pro plugin.
Example HTTP request:
GET /wp-content/plugins/easy-media-gallery-pro/
For more information, refer to the reference.
Metadata:
- Max request: 1