nuclei-templates/technologies/wuzhicms-detect.yaml

32 lines
683 B
YAML
Raw Normal View History

2021-09-17 13:31:36 +00:00
id: wuzhicms-detect
2021-09-17 13:31:36 +00:00
info:
name: Wuzhicms Detected
2021-09-17 13:31:36 +00:00
author: pikpikcu
severity: info
description: Wuzhicms was detected.
reference:
- https://www.cvedetails.com/vendor/17848/Wuzhicms.html
classification:
cwe-id: CWE-200
remediation: Ensure you are using the latest version and that all security patches have been applied.
tags: tech,wuzhicms
2021-09-17 13:31:36 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Powered by wuzhicms"
- "五指CMS"
condition: or
2021-09-17 13:31:36 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/02/10