35 lines
684 B
YAML
35 lines
684 B
YAML
id: hikvision-detect
|
|
|
|
info:
|
|
name: Hikvision Panel
|
|
author: pdteam,its0x08
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:999357577
|
|
tags: tech,hikvision
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/favicon.ico"
|
|
- "{{BaseURL}}/doc/page/login.asp"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Hikvision Digital Technology"
|
|
|
|
- type: word
|
|
name: server
|
|
part: header
|
|
words:
|
|
- "Hikvision-Webs"
|
|
|
|
- type: dsl
|
|
name: favicon
|
|
dsl:
|
|
- "'999357577' == mmh3(base64_py(body))" |