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_linuxImporting Operator Profile
Import the .cfg profile generated by the server:
./sliver-client_linux import /<path>/<operator_name>_<listening_IP>.cfgStart the client:
./sliver-client_linuxArmory 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.