Here are
63 public repositories
matching this topic...
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
Updated
Feb 14, 2021
Shell
RAT And C&C Resources. 250+ Open Source Projects, 1200+ RAT/C&C blog/video.
🕳 godoh - A DNS-over-HTTPS C2
A Golang implant that uses Slack as a command and control server
Updated
Oct 10, 2019
Python
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.
Updated
Feb 10, 2021
Python
C2/post-exploitation framework
Updated
Feb 14, 2021
Python
Extensible Red Team Framework
Updated
Dec 2, 2019
Python
A simple, extensible C&C beaconing system.
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
Updated
Jan 10, 2021
Python
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
An open-source, centralized HTTPS botnet
A Visual Studio Code Extension agent for Mythic C2
Updated
Feb 12, 2021
Python
👥 😈 Infect a pc with badusb and establish a connection through telegram.
Updated
Dec 20, 2019
PowerShell
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
Updated
Jun 7, 2020
Python
An open-source, centralized HTTPS botnet
Updated
Apr 14, 2020
Pascal
This is the ToRat server, a part of the ToRat Project.
An open-source, centralized HTTPS botnet
Updated
Nov 7, 2020
JavaScript
This is the ToRat client, a part of the ToRat Project.
A cross-platform C2/teamserver supporting multiple transport protocols, written in Go.
PoC Command and Control Server. Interact with clients through a private web interface, add new users for team sharing and more.
Updated
May 9, 2019
Python
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.
A botnet (C&C) framework that create in bash and using crontab for periodic execute
Updated
Aug 17, 2017
Shell
Work In Progress PoC Malware
this project is a smart sniffer made by BlackDOS team
Updated
Jun 14, 2017
Python
Basic c2-matrix analysis enviroment using Suricata + Wazuh + Elastic stack
Updated
Apr 18, 2020
Shell
Improve this page
Add a description, image, and links to the
command-and-control
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
command-and-control
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Current implementation of
proclist
plugin 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.