nuclei-templates/vulnerabilities/wordpress/wp-123contactform-plugin-li...

29 lines
790 B
YAML
Raw Normal View History

2021-06-23 19:40:33 +00:00
id: wp-123contactform-plugin-listing
2021-06-23 15:57:43 +00:00
info:
2021-06-23 19:40:33 +00:00
name: WordPress 123ContactForm Plugin Directory Listing
2021-06-23 15:57:43 +00:00
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: |
- https://blog.sucuri.net/2021/01/critical-vulnerabilities-in-123contactform-for-wordpress-wordpress-plugin.html
- https://www.exploit-db.com/ghdb/6979
tags: wordpress,listing
2021-06-23 19:40:33 +00:00
2021-06-23 15:57:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/123contactform-for-wordpress/"
2021-06-23 19:40:33 +00:00
2021-06-23 15:57:43 +00:00
matchers-condition: and
2021-06-23 16:01:03 +00:00
matchers:
2021-06-23 15:57:43 +00:00
- type: word
2021-06-23 19:41:14 +00:00
words:
2021-06-23 15:57:43 +00:00
- "Index of"
- "/123contactform-for-wordpress"
2021-06-23 19:40:33 +00:00
condition: and
2021-06-23 15:57:43 +00:00
- type: status
status:
- 200