Create wordpress-redirection-listing.yaml

patch-1
Dhiyaneshwaran 2021-06-20 22:26:23 +05:30 committed by GitHub
parent cc37448ab3
commit dbd72a33e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: wordpress-redirection-listing
info:
name: WordPress Redirection Plugin Directory Listing
author: dhiyaneshDk
severity: low
description: Searches for sensitive directories present in the wordpress-redirection plugin.
reference: https://www.exploit-db.com/ghdb/6436
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/redirection/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/redirection/"
- type: status
status:
- 200