50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-wpcf7-recaptcha
|
|
|
|
info:
|
|
name: ReCaptcha v2 for Contact Form 7 Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/wpcf7-recaptcha/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: wpcf7-recaptcha
|
|
wpscan: https://wpscan.com/plugin/wpcf7-recaptcha
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/wpcf7-recaptcha/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/wpcf7-recaptcha.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: 4a0a00473045022100a2015ec7e03fd01b58f7ebc7146dcba340fe656f8f230c4cd851e7732338043f02206b287592a222be351c30f2192f15cb6acab5092847c4a3957bcd816bb894979f:922c64590222798bb761d5b6d8e72950 |