nuclei-templates/vulnerabilities/wordpress/easy-wp-smtp-listing.yaml

21 lines
471 B
YAML
Raw Normal View History

2020-12-13 20:05:21 +00:00
id: easy-wp-smtp-listing
info:
name: SMTP WP Plugin Directory listing enabled
author: PR3R00T
2020-12-14 13:34:51 +00:00
severity: high
2020-12-13 20:05:21 +00:00
reference: "https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/"
2021-02-16 17:02:57 +00:00
tags: wordpress,wp-plugin
2020-12-13 20:05:21 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/easy-wp-smtp/"
matchers:
- type: word
words:
- "debug"
- "log"
- "Index of"
condition: and