Create wordpress-redirection-listing.yaml
parent
cc37448ab3
commit
dbd72a33e0
|
@ -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
|
Loading…
Reference in New Issue