2021-07-27 06:26:07 +00:00
|
|
|
id: wondercms-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WonderCMS Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
tags: tech,wondercms
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-08-02 07:23:35 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-07-27 06:26:07 +00:00
|
|
|
|
|
|
|
matchers:
|
2022-01-31 07:56:08 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "Set-Cookie: wondercms_"
|
|
|
|
|
2021-07-27 06:26:07 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Powered by WonderCMS"
|
|
|
|
- "https://www.wondercms.com"
|
2021-07-27 08:33:49 +00:00
|
|
|
condition: and
|