nuclei-templates/http/technologies/hikvision-detect.yaml

36 lines
699 B
YAML
Raw Normal View History

id: hikvision-detect
2022-09-19 10:51:43 +00:00
info:
2022-11-25 11:01:05 +00:00
name: Hikvision Panel
2022-11-25 10:19:49 +00:00
author: pdteam,its0x08
2022-09-19 10:51:43 +00:00
severity: info
2022-11-25 10:19:49 +00:00
metadata:
max-request: 2
2022-11-25 10:19:49 +00:00
verified: true
shodan-query: http.favicon.hash:999357577
2022-09-19 10:51:43 +00:00
tags: tech,hikvision
http:
2022-09-19 10:51:43 +00:00
- 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:
2022-12-23 09:20:13 +00:00
- "'999357577' == mmh3(base64_py(body))"