Create hikvision-panel.yaml
parent
4ddf56ac4b
commit
8550ff7c54
|
@ -0,0 +1,36 @@
|
||||||
|
id: hikvision-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Hikvision panel
|
||||||
|
author: pdteam, its0x08
|
||||||
|
severity: info
|
||||||
|
tags: tech,hikvision
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}/favicon.ico"
|
||||||
|
- "{{BaseURL}}/doc/page/login.asp"
|
||||||
|
- "{{BaseURL}}/doc/script/common.js"
|
||||||
|
- "{{BaseURL}}/doc/xml/Languages.xml"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
matchers-condition: or
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Hikvision Digital Technology"
|
||||||
|
- '<?xml version="1.0" encoding="utf-8"?>'
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
name: server
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "Hikvision-Webs"
|
||||||
|
|
||||||
|
- type: dsl
|
||||||
|
name: favicon
|
||||||
|
dsl:
|
||||||
|
- "'999357577' == mmh3(base64_py(body))"
|
Loading…
Reference in New Issue