S1n1st3r ec438f41d5 feat: Added hooks - Added strreps - update gitignore - fixed code size (#5)
* update gitignore

* Fixed code size issue and added all hooks

* Add hooking for HttpSendRequestA - add multiple modules to do stack spoofing with call instructions before gadget - update cna strreps
2026-01-15 18:25:58 -06:00
2025-10-12 15:38:03 +01:00
2025-12-03 15:11:21 +00:00
2025-10-30 14:12:00 +00:00
2025-12-03 15:11:21 +00:00
2025-12-03 15:11:21 +00:00

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.
S
Description
Automated archival mirror of github.com/PhantomSecurityGroup/Crystal-Kit
Readme MIT 218 KiB
Languages
C 84.3%
Assembly 9.2%
Ruby 5%
Makefile 1.3%
Python 0.2%