49 lines
1.3 KiB
YAML
49 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:
|
|
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: 490a004630440220787d93691737e0d77dda07b5b4291512101a1a80422d4e8de5b23f3670763f1f02203122635c07e96165160884c18e926c0b20ab8949d09529a29a6bb132254fddc3:922c64590222798bb761d5b6d8e72950 |