Mystic Stealer Panel
parent
cb26083079
commit
5b6c47b74e
|
@ -0,0 +1,24 @@
|
||||||
|
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
|
Loading…
Reference in New Issue