50 lines
1.3 KiB
YAML
50 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: 4b0a004830460221008095b45970924dcd86c5713312c4cc871e25423016575d6b53382c6694b22e0a022100c6c3bc8a1f6367dc99be184bc4e0abd77a5209f8ca788dae994bf48f96f34a6e:922c64590222798bb761d5b6d8e72950 |