nuclei-templates/vulnerabilities/wordpress/wp-popup-listing.yaml

26 lines
579 B
YAML

id: wordpress-popup-listing
info:
name: WordPress Popup Plugin Directory Listing
author: aashiq
severity: info
description: Searches for sensitive directories present in the wordpress-popup plugin.
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wordpress-popup/views/admin/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Index of"
- "/wp-content/plugins/wordpress-popup/views/admin"
condition: and