From 7478937a50ed60a2a131c227dfdb67b5d9977042 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 22 May 2024 12:12:06 +0530 Subject: [PATCH] Update meilisearch-detect.yaml --- http/technologies/meilisearch-detect.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/http/technologies/meilisearch-detect.yaml b/http/technologies/meilisearch-detect.yaml index e92e1c09cb..fd36779bbc 100644 --- a/http/technologies/meilisearch-detect.yaml +++ b/http/technologies/meilisearch-detect.yaml @@ -24,11 +24,5 @@ http: - type: dsl dsl: - 'status_code == 200' - - 'contains(content_type, "application/json")' + - 'contains(body, "Meilisearch is running")' condition: and - - - type: word - part: body - encoding: hex - words: - - "7B22737461747573223A224D65696C697365617263682069732072756E6E696E67227D"