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

23 lines
459 B
YAML

id: secui-waf-detect
info:
name: SECUI WAF Detect
author: gy741
severity: info
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)))"