Create hikvision-panel.yaml

patch-1
0x08 2022-09-19 13:51:43 +03:00 committed by GitHub
parent 4ddf56ac4b
commit 8550ff7c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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))"