-
Updated
Apr 2, 2022 - Go
#
command-and-control
Here are 97 public repositories matching this topic...
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
Adversary Emulation Framework
dns
golang
http
gplv3
dns-server
sliver
red-team
security-tools
c2
red-team-engagement
command-and-control
implant
adversarial-attacks
red-teaming
adversary-simulation
-
Updated
Apr 7, 2022 - Go
ipsets dynamically updated with firehol's update-ipsets.sh script
-
Updated
Apr 11, 2022 - Shell
to be documented
stealth
impacts stealthness and evasion capabilities
good first issue
issue is good for first-time contributors
RAT And C&C Resources. 250+ Open Source Projects, 1200+ RAT/C&C blog/video.
rat
malware-analysis
c2
command-and-control
remote-access-tool
remote-administration-tool
command-control
rat-analysis
rat-malware
-
Updated
Feb 17, 2020
Kubesploit is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in Golang, focused on containerized environments.
agent
kubernetes
golang
security
containers
http2
post-exploitation
security-tools
c2
penetration-testing-framework
command-and-control
red-teams
penetration-testing-tools
redteam-tools
-
Updated
Feb 9, 2022 - Go
C2/post-exploitation framework
python
pyqt5
python3
spyware
post-exploitation
pentest
offensive-security
red-team
security-tools
pentest-tool
command-and-control
qtframework
-
Updated
Jul 28, 2021 - Python
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
windows
linux
golang
reverse-shell
cross-platform
persistence
tor
rpc
transport
rat
keylogger
post-exploitation
payload
privilege-escalation
remote-admin-tool
uac-bypass
command-and-control
shell-reverse
reverse-shells
uacbypass
-
Updated
Mar 28, 2022 - Go
-
Updated
Mar 1, 2022 - Go
A Golang implant that uses Slack as a command and control server
python
golang
penetration-testing
pentest
red-team
remote-admin-tool
c2
command-and-control
penetration-testing-tools
-
Updated
Apr 7, 2021 - Python
link is a command and control framework written in rust
-
Updated
Aug 18, 2021 - Rust
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
python
grammars
voice
voice-commands
coding
speech-recognition
speech-to-text
kaldi
voice-control
dictation
command-and-control
kaldi-asr
voice-coding
kaldi-grammar
-
Updated
Nov 24, 2021 - Python
FudgeC2 - a command and control framework designed for team collaboration and post-exploitation activities.
security
powershell
python3
cybersecurity
post-exploitation
offensive-security
security-tools
c2
command-and-control
redteam
implant
purpleteam
readteaming
-
Updated
Mar 25, 2021 - Python
Open
Standalone Docker
KCarretto
commented
Apr 22, 2020
Create a standalone docker container such that a demo instance of the project can be setup using only docker run
GC2 is a Command and Control application that allows an attacker to execute commands on the target machine using Google Sheet and exfiltrate data using Google Drive.
-
Updated
Nov 15, 2021 - Go
C# C2 Framework centered around Stage 1 operations
-
Updated
Apr 4, 2022 - C#
Windows Remote Administration Tool that uses Discord as C2
-
Updated
Mar 8, 2022 - Python
Extensible Red Team Framework
-
Updated
Dec 2, 2019 - Python
An open-source, centralized HTTPS botnet
-
Updated
Apr 14, 2020 - C#
Youtube as covert-channel - Control systems remotely and execute commands by uploading videos to Youtube
-
Updated
Oct 31, 2021 - Python
A simple, extensible C&C beaconing system.
-
Updated
Feb 13, 2018 - Go
arduino
twitch
streaming
remote-control
twitter
telegram
botnet
powershell
hacking
infosec
keylogger
atmega32u4
whatsapp-web
badusb
command-and-control
-
Updated
Dec 20, 2019 - PowerShell
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
python
windows
fast
open-source
gui
server
python3
kali-linux
database-manager
command-and-control
wannacry
ransomeware
technowlogy
pushpender
pushpender-singh
nekros
parratsec
ransomeware-generator
uncrackable-key
-
Updated
Jan 10, 2021 - Python
PickleC2 is a post-exploitation and lateral movements framework
-
Updated
Jul 26, 2021 - PowerShell
AV-evading Pythonic Reverse Shell with Dynamic Adaption Capabilities
python
encoding
obfuscation
encryption
hacking
penetration-testing
rat
pentesting
reverseshell
oscp
c2
command-and-control
oscp-tools
-
Updated
Sep 9, 2021 - Python
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
-
Updated
Jun 26, 2021 - Ruby
An open-source, centralized HTTPS botnet
nodejs
database
bots
botnet
server
xml
logging
hosting
tor
https-server
tor-hidden-services
command-and-control
-
Updated
Apr 2, 2021 - JavaScript
Google Drive, OneDrive and Youtube as covert-channels - Control systems remotely by uploading files to Google Drive, OneDrive, Youtube or Telegram
-
Updated
Oct 31, 2021 - Python
mattreduce
commented
Aug 12, 2021
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
good first issue
Good for newcomers
An open-source, centralized HTTPS botnet
-
Updated
Apr 14, 2020 - Pascal
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.
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."
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.