The Wayback Machine - https://web.archive.org/web/20211008045033/https://github.com/topics/c2
Here are
111 public repositories
matching this topic...
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
Covenant is a collaborative .NET C2 framework for red teamers.
Empire is a PowerShell and Python 3.x post-exploitation framework.
Updated
Oct 4, 2021
PowerShell
Adversary Emulation Framework
A post exploitation framework designed to operate covertly on heavily monitored environments
Free,Open-Source,Cross-platform agent and Post-exploiton tool written in Golang and C++.
A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
Updated
Sep 16, 2021
PowerShell
RAT And C&C Resources. 250+ Open Source Projects, 1200+ RAT/C&C blog/video.
Starkiller is a Frontend for PowerShell Empire.
Kubesploit is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in Golang, focused on containerized environments.
the c2 programming language
DeimosC2 is a Golang command and control framework for post-exploitation.
Open source pre-operation C2 server based on python and powershell
Updated
Jul 6, 2021
Python
🕳 godoh - A DNS-over-HTTPS C2
Some notes and examples for cobalt strike's functionality
A Golang implant that uses Slack as a command and control server
Updated
Apr 7, 2021
Python
Small and convenient C2 tool for Windows targets
[Draft]Awesome Cyber Security Resource Collection. Currently contains 8000+ open source repositories, and not very well classified. For each repository, extra info included: star count, commit count, last update time. This is the DRAFT version.
FudgeC2 - a command and control framework designed for team collaboration and post-exploitation activities.
Updated
Mar 25, 2021
Python
link is a command and control framework written in rust
Updated
Aug 18, 2021
Rust
Cloud C2 Framework, which at the moment offers reconnaissance, enumeration, exploitation, post exploitation on AWS, but still working to allow testing other Cloud Providers and DevOps Components.
Updated
Sep 3, 2021
Python
CredPhish is a PowerShell script designed to invoke legitimate credential prompts and exfiltrate passwords over DNS.
Updated
Jul 27, 2021
PowerShell
Responsive Command and Control System
Updated
Sep 27, 2021
HTML
Shadow Workers is a free and open source C2 and proxy designed for penetration testers to help in the exploitation of XSS and malicious Service Workers (SW)
Updated
Aug 12, 2020
JavaScript
PickleC2 is a post-exploitation and lateral movements framework
Updated
Jul 26, 2021
PowerShell
Cyberdelia, a Collection of Command and Control frameworks
Updated
Oct 16, 2019
Shell
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
Updated
Sep 9, 2021
Python
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
Updated
Jun 26, 2021
Ruby
Improve this page
Add a description, image, and links to the
c2
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
c2
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
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.