Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RogueSliver — A suite of tools to disrupt campaigns using the Sliver C2 framework. | Kitploit
Tools/GitHubGitHub/ace-responder/roguesliver
ExploitationPenetration TestingCommand and ControlLearning & EducationRed Teaming
GitHubace-responder/roguesliver

RogueSliver

A suite of tools to disrupt campaigns using the Sliver C2 framework.

View Repository
2852113 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RogueSliver

A suite of tools to disrupt campaigns using the Sliver C2 framework.

This tool, its uses, and how it was created will be covered in depth on ACEResponder.com

This tool is for educational purposes only.

ExtractCerts.pyExtract mtls certificates and private keys from a minidump of an infected process. Also extracts the implant ID and mtls endpoints.
CrashSliverServer.pyTakes advantage of a resource exhaustion vulnerability in the Sliver mtls endpoint. Running this with mtls certs will crash a remote Sliver server.
BeaconFlood.pyFlood a Sliver C2 server with beacon and session registrations. Requires mtls certificates.
HijackBeacon.pyHijack a beacon with a valid implant ID and certificates. Log your attacker's requests and send them some memes. Can also create a new false beacon with just an mtls cert.

Installation

root@kitploit:~
python -m pip install -r requirements.txt

ExtractCerts

root@kitploit:~
./ExtractCerts.py sliver.DMP

CrashSliverServer.py

root@kitploit:~
./CrashSliverServer.py 127.0.0.1 8888

BeaconFlood.py

root@kitploit:~
./BeaconFlood.py 127.0.0.1 8888

HijackBeacon

root@kitploit:~
./HijackBeacon.py 2aa18069-652a-4484-8ebe-abae87ebc73e 127.0.0.1 8888 -r

Download Tool