From f9cebc095f34944e50bf7384bfd840cd20321081 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 26 Feb 2024 13:47:19 +0530 Subject: [PATCH] Update meduza-stealer.yaml --- http/exposed-panels/c2/meduza-stealer.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/c2/meduza-stealer.yaml b/http/exposed-panels/c2/meduza-stealer.yaml index ab8bc95594..2a9a2291db 100644 --- a/http/exposed-panels/c2/meduza-stealer.yaml +++ b/http/exposed-panels/c2/meduza-stealer.yaml @@ -16,13 +16,16 @@ http: - method: GET path: - "{{BaseURL}}" + host-redirects: true - matchers-condition: true + + matchers-condition: and matchers: - - type: status - status: - - 200 - type: xpath part: body xpath: - "/html/head/title[contains(text(), 'Meduza Stealer')]" + + - type: status + status: + - 200