50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-click-to-chat-for-whatsapp
|
||
|
||
info:
|
||
name: Click to Chat – HoliThemes Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/click-to-chat-for-whatsapp/
|
||
metadata:
|
||
plugin_namespace: click-to-chat-for-whatsapp
|
||
wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/click-to-chat-for-whatsapp/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/click-to-chat-for-whatsapp.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: 490a00463044022059176291ca6e091c427af872fc97f727eaf6e1afeafc57d3a3eaaf680b182e6902203b3187a63cf0814433a0b781ed82d916fc692601e866ddf48f85afe665f4c171:922c64590222798bb761d5b6d8e72950 |