52 lines
1.4 KiB
YAML
52 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: 4a0a00473045022100a852df1dfafd502b14497618d81c5a1e1f770b3585bdae8f10ee379d991c8b0502204665d05ab3f5dfebc5c4e0e73428c9c6c33fbab7f2ad61e7900c737589d7f00c:922c64590222798bb761d5b6d8e72950
|