nuclei-templates/http/exposed-panels/c2/mystic-stealer.yaml

24 lines
496 B
YAML
Raw Normal View History

2023-07-07 11:24:31 +00:00
id: mystic-stealer
info:
name: Mystic Stealer Panel - Detect
author: pussycat0x
severity: info
description: |
Mystic Stealer panel were detected.
metadata:
shodan-query: http.title:"Mystic Stealer"
verified: "true"
tags: tech,rat,mystic-stealer,c2,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers:
- type: dsl
dsl:
- "status_code == 200 && contains(body, 'Mystic Stealer')"
condition: and