Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Sep 24, 2020 - 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
Implant framework
RAT And C&C Resources. 250+ Open Source Projects, 1200+ RAT/C&C blog/video.
A Golang implant that uses Slack as a command and control server
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
FudgeC2 - a command and control framework designed for team collaboration and post-exploitation activities.
Extensible Red Team Framework
Create a standalone docker container such that a demo instance of the project can be setup using only docker run
A simple, extensible C&C beaconing system.
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
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
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
An open-source, centralized HTTPS botnet
This is the ToRat server, a part of the ToRat Project.
This is the ToRat client, a part of the ToRat Project.
An open-source, centralized HTTPS botnet
Cross-platform C2 with modules for TCP, web, and more soon to come
An open-source, centralized HTTPS botnet
FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
PoC Command and Control Server. Interact with clients through a private web interface, add new users for team sharing and more.
Work In Progress PoC Malware
this project is a smart sniffer made by BlackDOS team
A botnet (C&C) framework that create in bash and using crontab for periodic execute
Seamlessly control multiple servers from one commanding program
Basic c2-matrix analysis enviroment using Suricata + Wazuh + Elastic stack
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.