WordPress bbPress Plugin Directory Listing
ID: wordpress-bbpress-plugin-listing
Severity: info
Author: dhiyaneshDK
Tags: wordpress,listing,plugin,edb
Description
Section titled “Description”Searches for sensitive directories present in the bbpress wordpress plugin.
YAML Source
Section titled “YAML Source”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 metadata: max-request: 1 tags: wordpress,listing,plugin,edb
http: - 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# digest: 490a00463044022064a00eabbe022cffbb73f3c7b1f5f7d22ded2a43c3dbde691fbc6976cd36f6bd02202ace469f5cbcb428d376a164ba5ff9fc0c7df5a6efaa9f25373b3ebc3e93bcd3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wordpress-bbpress-plugin-listing.yaml"