umutcamliyurt/PingRAT

GitHub: umutcamliyurt/PingRAT

PingRAT 利用 ICMP 载荷隐蔽传输 C2 流量以穿透防火墙,适用于红队渗透测试中的网络绕过验证。

Stars: 467 | Forks: 58

# PingRAT ## PingRAT 使用 ICMP payload 隐秘地将 C2 流量穿透防火墙。 ## 功能: - 使用 ICMP 进行命令与控制 - 无法被大多数 AV/EDR 解决方案检测 - 使用 Go 编写 ## 安装: [下载](https://github.com/umutcamliyurt/PingRAT/releases) 二进制文件 或者构建二进制文件,你就可以开始了: ``` $ git clone https://github.com/umutcamliyurt/PingRAT.git $ go build client.go $ go build server.go ``` ## 用法: ### Server: ``` ./server -h Usage of ./server: -d string Destination IP address -i string Listener (virtual) Network Interface (e.g. eth0) ``` ### Client: ``` ./client -h Usage of ./client: -d string Destination IP address -i string (Virtual) Network Interface (e.g., eth0) ``` ## 截图: ![截图](https://raw.githubusercontent.com/umutcamliyurt/PingRAT/main/screenshot.png)
标签:C2框架, EVTX分析, Go语言, ICMP隧道, 命令与控制, 安全学习资源, 日志审计, 流量隐蔽, 程序破解, 网络信息收集, 网络安全, 隐私保护