29 lines
781 B
YAML
29 lines
781 B
YAML
id: wp-123contactform-plugin-listing
|
|
|
|
info:
|
|
name: WordPress 123ContactForm Plugin Directory Listing
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Searches for sensitive directories present in the 123contactform-for-wordpress 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,plugin,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/123contactform-for-wordpress/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of"
|
|
- "/123contactform-for-wordpress"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|