nuclei-templates/http/vulnerabilities/wordpress/wp-plugin-1-flashgallery-li...

31 lines
731 B
YAML

id: wp-plugin-1-flashgallery-listing
info:
name: WordPress 1 flash gallery listing
author: pussycat0x
severity: info
description: Searches for sensitive directories present in the 1-flash-gallery plugin.
reference: https://www.exploit-db.com/ghdb/6978
tags: wordpress,listing
metadata:
max-request: 2
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/1-flash-gallery/"
- "{{BaseURL}}/blog/wp-content/plugins/1-flash-gallery/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/1-flash-gallery"
condition: and
- type: status
status:
- 200