nuclei-templates/technologies/wuzhicms-detect.yaml

25 lines
353 B
YAML
Raw Normal View History

2021-09-17 13:31:36 +00:00
id: wuzhicms-detect
info:
name: Wuzhicms Detect
author: pikpikcu
severity: info
tags: tech,wuzhicms
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Powered by wuzhicms"
- type: status
status:
- 200