28 lines
625 B
YAML
28 lines
625 B
YAML
id: wordpress-bbpress-plugin-listing
|
|
|
|
info:
|
|
name: WordPress bbPress Plugin Directory Listing
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
description: Searches for sensitive directories present in the bbpress wordpress plugin.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6158
|
|
tags: wordpress,listing,plugin,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/bbpress/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of"
|
|
- "/wp-content/plugins/bbpress/"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|