50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-contact-form-7-honeypot
|
|
|
|
info:
|
|
name: Honeypot for Contact Form 7 Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/contact-form-7-honeypot/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: contact-form-7-honeypot
|
|
wpscan: https://wpscan.com/plugin/contact-form-7-honeypot
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/contact-form-7-honeypot/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/contact-form-7-honeypot.txt
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
internal: true
|
|
name: internal_detected_version
|
|
group: 1
|
|
regex:
|
|
- '(?i)Stable.tag:\s?([\w.]+)'
|
|
|
|
- type: regex
|
|
part: body
|
|
name: detected_version
|
|
group: 1
|
|
regex:
|
|
- '(?i)Stable.tag:\s?([\w.]+)'
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: dsl
|
|
name: "outdated_version"
|
|
dsl:
|
|
- compare_versions(internal_detected_version, concat("< ", last_version))
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?i)Stable.tag:\s?([\w.]+)'
|
|
# digest: 490a0046304402206e8697b321f3b7c421a92a74e57ca49106c5a2ce40943628f57fbd3d803b390702200d1366d680e462e693ccf5b29f23655ffb2e4244140854c3fb1091cbc53f79c6:922c64590222798bb761d5b6d8e72950 |