{"id":30865025,"url":"https://github.com/chainreactors/rem-community","last_synced_at":"2025-09-07T20:20:17.560Z","repository":{"id":287613734,"uuid":"965260117","full_name":"chainreactors/rem-community","owner":"chainreactors","description":"proxy/tunnel everything for red team!","archived":false,"fork":false,"pushed_at":"2025-05-23T03:59:23.000Z","size":309,"stargazers_count":163,"open_issues_count":4,"forks_count":13,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-23T04:42:58.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chainreactors.github.io/wiki/rem/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chainreactors.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-12T19:03:49.000Z","updated_at":"2025-05-23T03:59:26.000Z","dependencies_parsed_at":"2025-04-12T20:34:16.684Z","dependency_job_id":"3f29d1af-cfa0-48e7-8976-cee1e3ed1b4b","html_url":"https://github.com/chainreactors/rem-community","commit_stats":null,"previous_names":["chainreactors/rem-community"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chainreactors/rem-community","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainreactors%2Frem-community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainreactors%2Frem-community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainreactors%2Frem-community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainreactors%2Frem-community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chainreactors","download_url":"https://codeload.github.com/chainreactors/rem-community/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chainreactors%2Frem-community/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088783,"owners_count":25220295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-07T20:20:13.989Z","updated_at":"2025-09-07T20:20:17.554Z","avatar_url":"https://github.com/chainreactors.png","language":"Go","readme":"# rem\n\n## What is it?\n\nrem是全新架构的全场景应用层/传输层代理工具.\n\n相比frp的架构取消了server的概念, server与client融合为平等的agent. 以实现更加自由的流量转发. 并且可以对流量的每个细节自定义.\n\n相比iox实现了更复杂的流量处理, 不单纯是点对点的转发, 而是在点对点之间插入了agent, 在agent之间对流量隧道进行控制, 可以做到流量自定义加密混淆, wrapper各种功能.\n\n## Feature\n\n* 支持任意方向，任意信道的代理与端口转发\n* 支持流量特征自定义与加密方式自定义\n* 极简的命令行设计\n* 全平台兼容\n\n## docs\n\nhttps://chainreactors.github.io/wiki/rem/usage/\n\n## Roadmap\n\n### 第一阶段 重构rem\n\n- [x] 调整主体文件结构\n- [x] 调整函数,文件,变量命名\n- [x] 重构代理逻辑\n- [x] 代码解耦  \n- [x] 重构monitor与流量控制\n- [x] 重新设计cli ui\n- [x] 支持rportfwd \n- [x] 重新设计msg\n- [x] 重新设计wrapper v0.1.0\n- [x] 支持neoregeorg, 将半双工信道升级为全双工\n- [x] 支持云函数, cdn等 \n- [x] 支持配置任意数量的多级透明socks5/socks4a/socks4/http/https代理\n- [x] 支持tls协议 \n- [x] 支持级联\n- [ ] 支持端口复用(working)\n- [ ] 支持端口敲门(working)\n- [x] RPORTFWD_LOCAL与PORTFWD_LOCAL\n- [x] 重构proxyclient \n\n**讨论中的高级功能**\n\n- [x] Proxy as a service, 提供一套流量协议标准以及多语言跨平台sdk, 无性能损耗的转发流量 (working)\n- [x] 心跳代理, 使用非长连接的方式建立代理, 实现更复杂的流量与统计学特征混淆\n- [ ] P2P式的多级代理, 类似STUN协议\n- [x] 重载任意C2的listener, 最终目的将listener从C2中解耦出来\n- [x] 实现编译期, 自定义templates. 实现随机流量特征与最小文件体积\n- [ ] 通过ebpf与raw packet实现更高级的信道建立与隐蔽\n\n## Similar or related works\n\n* [frp](https://github.com/fatedier/frp) 最常使用, 最稳定的反向代理工具. 配置相对麻烦, 有一些强特征已被主流防护设备识别, 类似的还有nps, ngrok, rathole, spp.\n* [gost](https://github.com/go-gost/gost) 一款强大的正向代理工具, v2版本不支持反向代理, v3开始支持, 未来可期.\n* [iox](https://github.com/EddieIvan01/iox) 轻量但稳定的端口转发工具\n* [xray](https://github.com/XTLS/Xray-core) 正向代理工具, 在协议的隐蔽性与性能上非常强大, 并拥有最好的密码学特性(向前加密, 无特征等)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainreactors%2Frem-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainreactors%2Frem-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainreactors%2Frem-community/lists"}