Added hikvision detection template

patch-1
sandeep 2021-10-29 14:19:30 +05:30
parent 8f4a90f33a
commit f6576aa657
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: hikvision-detection
info:
name: Hikvision Detection
author: pdteam
severity: info
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
words:
- "Hikvision Digital Technology"
- type: dsl
name: favicon
dsl:
- "status_code==200 && ('999357577' == mmh3(base64_py(body)))"