Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Sep 13, 2021 - Go
{{ message }}
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
ipsets dynamically updated with firehol's update-ipsets.sh script
Adversary Emulation Framework
RAT And C&C Resources. 250+ Open Source Projects, 1200+ RAT/C&C blog/video.
C2/post-exploitation framework
Kubesploit is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in Golang, focused on containerized environments.
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
A Golang implant that uses Slack as a command and control server
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
FudgeC2 - a command and control framework designed for team collaboration and post-exploitation activities.
link is a command and control framework written in rust
Create a standalone docker container such that a demo instance of the project can be setup using only docker run
Extensible Red Team Framework
A simple, extensible C&C beaconing system.
An open-source, centralized HTTPS botnet
PickleC2 is a post-exploitation and lateral movements framework
NekRos is an Open-Source Ransomeware, with advanced Features, Which Looks Like Wannacry and Has C&C Server which can be Used to Retrive KEY
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
VS Code's Clipboard API provides read/write capability and applies to the system clipboard, so we can make this work the way Apfell's clipboard command does: https://code.visualstudio.com/api/references/vscode-api#Clipboard
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
An open-source, centralized HTTPS botnet
Bifrost C2. Open-source post-exploitation using Discord API
An open-source, centralized HTTPS botnet
A cross-platform C2/teamserver supporting multiple transport protocols, written in Go.
This is the ToRat server, a part of the ToRat Project.
This is the ToRat client, a part of the ToRat Project.
PoC Command and Control Server. Interact with clients through a private web interface, add new users for team sharing and more.
Add a description, image, and links to the command-and-control topic page so that developers can more easily learn about it.
To associate your repository with the command-and-control topic, visit your repo's landing page and select "manage topics."
Current implementation of
proclistplugin useswin32_ps_list_procs()php function on Windows host.Therefore, linux implementation is a simple
system("ps -a"), which is OPSEC unsafe, an would probably trigger EDR alerts.A better implementation should avoid relying on system command execution.