commit
396a72352b
|
@ -0,0 +1,22 @@
|
|||
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)))"
|
Loading…
Reference in New Issue