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

28 lines
625 B
YAML
Raw Normal View History

2021-06-21 12:39:16 +00:00
id: wordpress-bbpress-plugin-listing
2021-06-21 08:20:11 +00:00
info:
name: WordPress bbPress Plugin Directory Listing
author: dhiyaneshDK
2021-07-23 18:36:13 +00:00
severity: info
2021-06-21 08:20:11 +00:00
description: Searches for sensitive directories present in the bbpress wordpress plugin.
reference:
- https://www.exploit-db.com/ghdb/6158
tags: wordpress,listing,plugin,edb
2021-06-21 08:20:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/bbpress/"
2021-07-23 18:36:13 +00:00
2021-06-21 08:20:11 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/bbpress/"
2021-06-21 12:39:16 +00:00
condition: and
2021-06-21 08:20:11 +00:00
- type: status
status:
- 200