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

29 lines
734 B
YAML
Raw Normal View History

2021-07-02 08:25:32 +00:00
id: wp-plugin-1-flashgallery-listing
2021-06-30 16:03:39 +00:00
info:
2021-07-02 08:25:32 +00:00
name: WordPress 1 flash gallery listing
2021-06-30 16:03:39 +00:00
author: pussycat0x
2021-07-23 18:36:13 +00:00
severity: info
2021-06-30 16:03:39 +00:00
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6978
tags: wordpress,listing
2021-07-02 08:25:32 +00:00
2021-06-30 16:03:39 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/1-flash-gallery/"
- "{{BaseURL}}/blog/wp-content/plugins/1-flash-gallery/"
2021-07-02 08:25:32 +00:00
stop-at-first-match: true
2021-06-30 16:03:39 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/1-flash-gallery"
2021-07-02 08:25:32 +00:00
condition: and
2021-06-30 16:03:39 +00:00
- type: status
status:
- 200