28 lines
565 B
YAML
28 lines
565 B
YAML
|
id: hikvision-detect
|
||
|
|
||
|
info:
|
||
|
name: Hikvision Detection
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
tags: tech,hikvision
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/favicon.ico"
|
||
|
- "{{BaseURL}}/doc/page/login.asp"
|
||
|
- "{{BaseURL}}/doc/script/common.js"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: word
|
||
|
name: footer
|
||
|
words:
|
||
|
- "Hikvision Digital Technology"
|
||
|
|
||
|
- type: dsl
|
||
|
name: favicon
|
||
|
dsl:
|
||
|
- "status_code==200 && ('999357577' == mmh3(base64_py(body)))"
|