52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: wordpress-contact-form-cfdb7
|
||
|
||
info:
|
||
name: Contact Form 7 Database Addon – CFDB7 Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/contact-form-cfdb7/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: contact-form-cfdb7
|
||
wpscan: https://wpscan.com/plugin/contact-form-cfdb7
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/contact-form-cfdb7/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/contact-form-cfdb7.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: 4a0a00473045022015827eb32444dabc3e982f280462aa972d4a2d29d620cd6680cb26a14c0daad00221009b3acae9ed8a91df0a1dcfb8381beb8f0dc6461f70968a0e89311fc3313318b2:922c64590222798bb761d5b6d8e72950
|