Implant Setup With Sliver

Basic Payload Delivery: Sliver

Sliver is an open source C2

Download the latest release and put in your $PATH. We should already have our dependencies installed when we set up the infrastructure.

mkdir ~/bin
wget -O ~/bin/sliver-server_linux https://github.com/BishopFox/sliver/releases/download/v1.5.41/sliver-server_linux
chmod +x ~/bin/sliver-server_linux
Last modified August 31, 2024: better spelling. new post (15bc7a8)