Architecture
High Level
There are four major components to the Sliver ecosystem:
1) Server Console
2) Sliver Server
3) Sliver Client
4) Implant
By implementing all functionality over this gRPC interface, and only differing the in-memory/mTLS connection types the client code doesn't "know" if it's running in the server console or the client console. Due to this, a single command implementation will work in both the server console and over the network in multiplayer mode.
Last updated