Skip to content

0x13f8/sliver

This branch is 5 commits ahead of, 2194 commits behind BishopFox/sliver:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
null
Jun 21, 2022
094349d · Jun 21, 2022
Apr 4, 2022
Jun 20, 2022
May 19, 2022
Jun 21, 2022
Apr 28, 2022
Jun 21, 2022
Jun 21, 2022
May 26, 2022
Aug 19, 2021
Jan 27, 2022
Sep 25, 2021
Jun 9, 2022
Jun 11, 2019
Apr 26, 2022
Feb 13, 2022
Oct 25, 2019
Oct 31, 2019
Jun 9, 2022
Dec 26, 2021
May 26, 2022
May 26, 2022

Repository files navigation

Sliver

Sliver is an open source cross-platform adversary emulation/red team framework, it can be used by organizations of all sizes to perform security testing. Sliver's implants support C2 over Mutual TLS (mTLS), WireGuard, HTTP(S), and DNS and are dynamically compiled with per-binary asymmetric encryption keys.

The server and client support MacOS, Windows, and Linux. Implants are supported on MacOS, Windows, and Linux (and possibly every Golang compiler target but we've not tested them all).

Go Go Report Card License: GPL v3

Features

  • Dynamic code generation
  • Compile-time obfuscation
  • Multiplayer-mode
  • Staged and Stageless payloads
  • Procedurally generated C2 over HTTP(S)
  • DNS canary blue team detection
  • Secure C2 over mTLS, WireGuard, HTTP(S), and DNS
  • Fully scriptable using JavaScript/TypeScript or Python
  • Windows process migration, process injection, user token manipulation, etc.
  • Let's Encrypt integration
  • In-memory .NET assembly execution
  • COFF/BOF in-memory loader
  • TCP and named pipe pivots
  • Much more!

Getting Started

Download the latest release and see the Sliver wiki for a quick tutorial on basic setup and usage. To get the very latest and greatest compile from source.

Linux One Liner

curl https://sliver.sh/install|sudo bash and then run sliver

Help!

Please checkout the wiki, or start a GitHub discussion. We also tend to hang out in the #golang Slack channel on the Bloodhound Gang server.

Compile From Source

See the wiki.

Feedback

Please take a moment and fill out our survey

License - GPLv3

Sliver is licensed under GPLv3, some sub-components may have separate licenses. See their respective subdirectories in this project for details.

About

Adversary Emulation Framework

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.9%
  • Other 1.1%