Rasta Mouse b7458ff2e0 Merge pull request #5 from shogunlab/main
Fix duplicate hook for HeapAlloc in pico.spec
2026-04-03 15:10:01 +01:00
2025-10-12 15:38:03 +01:00
2025-10-12 15:38:03 +01:00
2026-03-05 18:19:17 +00:00
2025-12-03 15:11:21 +00:00
2026-02-21 15:48:35 +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/nickswink/Crystal-Kit-Xenon
Readme MIT 211 KiB
Languages
C 76.5%
Assembly 9.8%
YARA 7%
Ruby 5.3%
Makefile 1.4%