50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-creame-whatsapp-me
|
|
|
|
info:
|
|
name: Joinchat Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/creame-whatsapp-me/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: creame-whatsapp-me
|
|
wpscan: https://wpscan.com/plugin/creame-whatsapp-me
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/creame-whatsapp-me/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/creame-whatsapp-me.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: 490a0046304402206689a480a3c68b34b7a0677a829884109ffc3e8127df9803524ef95038c41f8802204bacde901edc5d3569856d6fe787651ddf36e48b0c363871e3c1e2d7e8b8def3:922c64590222798bb761d5b6d8e72950 |