Packages and Binaries:

sliver

Implant framework
This package contains a general purpose cross-platform implant framework that supports C2 over Mutual-TLS, HTTP(S), and DNS. Implants are dynamically compiled with unique X.509 certificates signed by a per-instance certificate authority generated when you first run the binary.

Installed size: 290.89 MB
How to install: sudo apt install sliver

sliver-client
root@kali:~# sliver-client -h
Usage:
  sliver-client [flags]
  sliver-client [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  console     Start the sliver client console
  help        Help about any command
  implant     Implant commands
  import      Import a client configuration file
  mcp         Start the MCP stdio server
  version     Print version and exit

Flags:
  -h, --help        help for sliver-client
      --rc string   path to rc script file

Use "sliver-client [command] --help" for more information about a command.

sliver-server
root@kali:~# sliver-server -h
Usage:
  sliver-server [flags]
  sliver-server [command]

Available Commands:
  builder     Start the process as an external builder
  completion  Generate the autocompletion script for the specified shell
  daemon      Force start server in daemon mode
  export-ca   Export certificate authority
  help        Help about any command
  import-ca   Import certificate authority
  operator    Generate operator configuration files
  unpack      Unpack assets and exit
  version     Print version and exit

Flags:
  -h, --help        help for sliver-server
      --rc string   path to rc script file

Use "sliver-server [command] --help" for more information about a command.



Updated on: 2026-Mar-13