From 0d1e3464fa68b8f09c645f139a79c538213db93f Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:13:11 +0530 Subject: [PATCH] Update hubble-detect.yaml --- http/technologies/hubble-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/hubble-detect.yaml b/http/technologies/hubble-detect.yaml index 0d913eae57..1ac253e019 100644 --- a/http/technologies/hubble-detect.yaml +++ b/http/technologies/hubble-detect.yaml @@ -25,5 +25,5 @@ http: - type: dsl dsl: - 'status_code == 200' - - 'contains_any(to_lower(body), "hubble ui enterprise", "hubble ui")' + - 'contains_any(to_lower(body), "hubble ui enterprise", "<title>hubble ui")' condition: and