Skip to content

PhantomSecurityGroup/Crystal-Kit

 
 

Repository files navigation

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

  1. 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";
}
  1. Copy crystalpalace.jar to your Cobalt Strike client directory.
  2. Load crystalkit.cna.

Notes

  • Tested on Cobalt Strike 4.12.
  • Can work with any post-ex DLL capability.

About

Evasion kit for Cobalt Strike

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.6%
  • Assembly 10.6%
  • Ruby 5.1%
  • Makefile 1.5%
  • Python 0.2%