Sliver Client Setup

Connect to an existing Sliver server and install the armory toolset.


Installation

# Download client binary
wget -q https://github.com/BishopFox/sliver/releases/latest/download/sliver-client_linux
chmod +x ./sliver-client_linux

Importing Operator Profile

Import the .cfg profile generated by the server:

./sliver-client_linux import /<path>/<operator_name>_<listening_IP>.cfg

Start the client:

./sliver-client_linux

Armory Setup

Armory provides pre-compiled .NET binaries, BOFs, and extensions for post-exploitation.

# Install everything
sliver > armory install all
 
? Install 21 aliases and 140 extensions? Yes
[*] Installing alias 'SharPersist' (v0.0.2) ... done!

See also: 5. Armory Reference for grouped command reference.