nuclei-templates/technologies/secui-waf-detect.yaml

30 lines
663 B
YAML

id: secui-waf-detect
info:
name: SECUI WAF Panel - Detect
author: gy741
severity: info
description: SECUI WAF panel was detected.
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
reference:
- https://www.secui.com/en/network/bluemaxng
metadata:
verified: true
shodan-query: http.favicon.hash:-1101206929
tags: tech,panel,secui
requests:
- method: GET
path:
- "{{BaseURL}}/static/login/favicon.ico"
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"-1101206929\" == mmh3(base64_py(body)))"
# Enhanced by mp on 2023/01/29