Skip to content

WordPress Redirection Plugin Directory Listing

ID: wordpress-redirection-plugin-listing

Severity: info

Author: dhiyaneshDk

Tags: wordpress,listing,plugin,edb

Searches for sensitive directories present in the redirection plugin.

id: wordpress-redirection-plugin-listing
info:
name: WordPress Redirection Plugin Directory Listing
author: dhiyaneshDk
severity: info
description: Searches for sensitive directories present in the redirection plugin.
reference:
- https://www.exploit-db.com/ghdb/6436
metadata:
max-request: 1
tags: wordpress,listing,plugin,edb
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/redirection/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/redirection/"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100ab03e57826efbb4af97694371dffd58a70b40b5cdca518fa9aa8aee1d505cac60221008b3d0a328062a9726074152b9d30221d40a4c6ac4e22efe18150f06b1320a83f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wordpress-redirection-plugin-listing.yaml"

View on Github