From 9b6460b3152991096ec570f61fe0bfeaa924865f Mon Sep 17 00:00:00 2001 From: Rishi Date: Mon, 5 Aug 2024 07:34:49 +0100 Subject: [PATCH] yardi voyager detection favicon hash --- http/technologies/favicon-detect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/technologies/favicon-detect.yaml b/http/technologies/favicon-detect.yaml index 1084b423c3..d2be1ff9c7 100644 --- a/http/technologies/favicon-detect.yaml +++ b/http/technologies/favicon-detect.yaml @@ -3756,6 +3756,11 @@ http: dsl: - "status_code==200 && (\"307296554\" == mmh3(base64_py(body)))" + - type: dsl + name: "yardi-voyager" + dsl: + - "status_code==200 && (\"697691819\" == mmh3(base64_py(body)))" + extractors: - type: dsl dsl: