mirror of
https://github.com/nickswink/Crystal-Kit-Xenon
synced 2026-06-21 14:02:19 +00:00
6678d148118a0b857bf414ae987c7b307297d29b
Crystal Kit - Mythic Xenon
Rasta Mouse's Crystal Kit with a small tweak for compatibility with Mythic Xenon Agent.
Crystal Kit
This repo is a technical and social experiment to explore whether replacing Cobalt Strike's evasion primitives (Sleepmask/BeaconGate) with a Crystal Palace PICO is feasible (or even desirable) for advanced evasion scenarios.
Usage
- Disable the sleepmask and stage obfuscations in Malleable C2.
stage {
set sleep_mask "false";
set cleanup "true";
transform-obfuscate { }
}
post-ex {
set cleanup "true";
set smartinject "true";
}
- Copy
crystalpalace.jarto your Cobalt Strike client directory. - Load
crystalkit.cna.
Notes
- Tested on Cobalt Strike 4.12.
- Can work with any post-ex DLL capability.
Languages
C
76.5%
Assembly
9.8%
YARA
7%
Ruby
5.3%
Makefile
1.4%