Skip to content

SECUI WAF Panel - Detect

ID: secui-waf-detect

Severity: info

Author: gy741

Tags: tech,panel,secui

SECUI WAF panel was detected.

id: secui-waf-detect
info:
name: SECUI WAF Panel - Detect
author: gy741
severity: info
description: SECUI WAF panel was detected.
reference:
- https://www.secui.com/en/network/bluemaxng
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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1101206929
tags: tech,panel,secui
http:
- method: GET
path:
- "{{BaseURL}}/static/login/favicon.ico"
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"-1101206929\" == mmh3(base64_py(body)))"
# digest: 4a0a004730450220478a9591267de1686903d56089b5f959a87e806277d0438d7f86f276c8813990022100a0ec53bbc2e03d62826cde758f082a0e5dd4b58e4f4a298e0a5ecd5e0814d0fa:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/secui-waf-detect.yaml"

View on Github