nuclei-templates/vulnerabilities/wordpress/wordpress-bbpress-plugin-li...

27 lines
608 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
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