百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

shad0w

> DevOps
开源

一个用于在受到严密监控的环境中秘密运行的后渗透框架

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于在受到严密监控的环境中秘密运行的后渗透框架

[]() # SHAD0W

SHAD0W is a modular C2 framework designed to successfully operate on mature environments. It uses a range of methods to evade EDR and AV while allowing the operator to continue using tooling and tradecraft they are familiar with. Its powered by Python 3.8 and C, and uses [Donut](https://github.com/TheWover/donut) for payload generation. By using Donut along with the process injection capabilities of SHAD0W, it provides the operator the ability to execute .NET assemblies, DLLs, EXEs, JS, VBS or XSLs fully inside memory. Dynamically resolved syscalls are heavily used to avoid userland API hooking, anti DLL injection to make it harder for EDR to load code into the beacons and official Microsoft mitigation methods to protect spawn processes. See the wiki for installation and usage instructions. Main features of SHAD0W C2: - **Built for Docker** - Runs fully inside of Docker allowing cross platform usage - **Extremely modular** - Easy to create new modules to interact and task beacons - **HTTPS C2 communication** - All traffic between beacons and the C2 are encrypted and transmitted over HTTPS - **JSON based protocol** - Custom beacons are able to be built and used with an easy to implement protocol - **Live proxy and mirror** - The C2 server is able to mirror any website in real time, relaying all non C2 traffic to that site, making it look less subject when viewed in a web browser - **Modern CLI** - The CLI is built on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) Main features of SHAD0W beacons: - **EXE, PowerShell, shellcode and more** - Beacons can be generated and used in many different formats - **Process injection** - Allows the operator to `dllinject`, `migrate`, `shinject` and more - **Bypass AV** - Payloads are frequently updated to evade common Anti-Virus products - **Highly configurable** - Custom jitters, user agents and more - **HTTPS C2 communication** - Traffic to and from the C2 is encrypted via HTTPS - **Proxy aware** - All callbacks can use the current system proxy Current Modules: - **Elevate** - Built in PrivEsc exploits - **Ghost in the Logs** - Disable ETW & Sysmon, more info can be found [here](https://blog.dylan.codes/evading-sysmon-and-windows-event-logging/) - **GhostPack** - Binaries compiled nightly via an Azure pipeline. Thanks to [@Flangvik](https://twitter.com/Flangvik) - **Mimikatz** - For all your credential theft needs - **SharpCollection** - A ton of .NET offensive tools, more info can be found [here](https://github.com/Flangvik/SharpCollection) - **SharpSocks** - Reverse SOCKS proxy over HTTPS - **StdAPI** - Common commands to interact with the file system - **Unmanaged PowerShell** - Contains built in AMSI bypass - **Upload and Download** - Easy data exfiltration ## Official Discord

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Ccc2dockerdotnet

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理