Enhancement: technologies/wuzhicms-detect.yaml by mp
parent
1e02b4859a
commit
572b89c1d9
|
@ -1,25 +1,30 @@
|
|||
id: wuzhicms-detect
|
||||
|
||||
info:
|
||||
name: Wuzhicms Detect
|
||||
name: Wuzhicms Detected
|
||||
description: Wuzhicms was detected.
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,wuzhicms
|
||||
|
||||
remediation: Ensure you are using the latest version and that all security patches have been applied.
|
||||
reference:
|
||||
- https://www.cvedetails.com/vendor/17848/Wuzhicms.html
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Powered by wuzhicms"
|
||||
- "五指CMS"
|
||||
- "äºæCMS"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
# Enhanced by mp on 2022/02/10
|
||||
|
|
Loading…
Reference in New Issue