Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

WordPress Plugin Media Gallery Pro Listing

By kannthu

Informative
Vidoc logoVidoc Module
#wordpress#listing#wp-plugin
Description

What is the "WordPress Plugin Media Gallery Pro Listing?"

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.

Impact

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.

How does the module work?

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

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/wp-content/plugins/...
Matching conditions
word: Index of, wp-content/plugins/easy-media-...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability