Skip to content

WonderCMS Detect

ID: wondercms-detect

Severity: info

Author: pikpikcu

Tags: tech,wondercms

id: wondercms-detect
info:
name: WonderCMS Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
tags: tech,wondercms
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "Set-Cookie: wondercms_"
- type: word
part: body
words:
- "Powered by WonderCMS"
- "https://www.wondercms.com"
condition: and
# digest: 4a0a0047304502205d8470d0f7322d37adcc5d53a785a96b57543f96aeae0e96ee7c49fdeff06b210221009aa133996edfe5021eef4f3ee4d489da4e6ad8ec0251d44da8983fd29c65c7a1: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/wondercms-detect.yaml"

View on Github