From c835a70d4aede7ce465cc34f4f21d4128df8c686 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 04:37:06 +0000 Subject: [PATCH] Add Rockxy HTTP debugging proxy tool to README tools section Agent-Logs-Url: https://github.com/Mr-xn/Penetration_Testing_POC/sessions/7da8555d-83bb-47ad-ac93-df1b012e7562 Co-authored-by: Mr-xn <18260135+Mr-xn@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f74a2a9..9e14b1e 100644 --- a/README.md +++ b/README.md @@ -1748,6 +1748,7 @@ - [tetanus:用 rust 开发的一款针对 Windows 和Linux 的 C2 工具](https://github.com/MythicAgents/tetanus) - [mortar:可有效规避安全产品的检测 shellcode 加载器](https://github.com/0xsp-SRD/mortar) - [go-mitmproxy:用 Golang 实现的中间人攻击,解析、监测、篡改 HTTP/HTTPS 流量](https://github.com/lqqyt2423/go-mitmproxy) +- [Rockxy:macOS 开源 HTTP 调试代理工具,支持拦截 HTTP/HTTPS 流量、检查 API 请求、调试 WebSocket 连接及分析 GraphQL 查询,基于 Swift/SwiftNIO 构建](https://github.com/LocNguyenHuu/Rockxy) - [dll_inject_vs_binaries:将 dll 注入指定进程](https://github.com/mrd0x/dll_inject_vs_binaries) - [go4Hacker:golang 编写支持 DNSLOG、HTTPLOG、Rebinding和多用户的工具,支持 docker 一键部署](https://github.com/hktalent/go4Hacker) - [GetMail:利用NTLM Hash读取Exchange邮件](https://github.com/b0bac/GetMail)