From f6576aa657c5541c5ba7005707a7dc83d22cb0f7 Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 29 Oct 2021 14:19:30 +0530 Subject: [PATCH] Added hikvision detection template --- technologies/hikvision-detection.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 technologies/hikvision-detection.yaml diff --git a/technologies/hikvision-detection.yaml b/technologies/hikvision-detection.yaml new file mode 100644 index 0000000000..7c6f18dda0 --- /dev/null +++ b/technologies/hikvision-detection.yaml @@ -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)))" \ No newline at end of file