Packages and Binaries:
sliver
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: 195.80 MB
How to install: sudo apt install sliver
Dependencies:
- libc6
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
help Help about any command
import Import a client configuration file
version Print version and exit
Flags:
-h, --help help for sliver-client
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
Use "sliver-server [command] --help" for more information about a command.
Updated on: 2024-May-23