Skip to content

Joinchat Detection

ID: wordpress-creame-whatsapp-me

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-100,top-200

id: wordpress-creame-whatsapp-me
info:
name: Joinchat Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/creame-whatsapp-me/
metadata:
plugin_namespace: creame-whatsapp-me
wpscan: https://wpscan.com/plugin/creame-whatsapp-me
tags: tech,wordpress,wp-plugin,top-100,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: 490a0046304402205b01b7f5d838eb20cd30e94dc8b0e9355138f372176365574ec70e358ec9882f02207a70d8b3748415290d55d67dc63d5508e2a0b2d2f62a4c94fbf83df134c7604f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/creame-whatsapp-me.yaml"

View on Github