Update meduza-stealer.yaml

patch-1
Dhiyaneshwaran 2024-02-26 13:47:19 +05:30 committed by GitHub
parent ff7aa5c7b3
commit f9cebc095f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 4 deletions

View File

@ -16,13 +16,16 @@ http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
host-redirects: true host-redirects: true
matchers-condition: true
matchers-condition: and
matchers: matchers:
- type: status
status:
- 200
- type: xpath - type: xpath
part: body part: body
xpath: xpath:
- "/html/head/title[contains(text(), 'Meduza Stealer')]" - "/html/head/title[contains(text(), 'Meduza Stealer')]"
- type: status
status:
- 200