[GH-ISSUE #3193] 流量被嗅探 #2563

Closed
opened 2026-05-05 13:38:58 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @lerogo on GitHub (Nov 30, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3193

Describe the feature request

frp客户端的流量通过防火墙时,流量会被防火墙嗅探到,从而内网机器被封ip
希望增加伪装功能,或者加密传输

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @lerogo on GitHub (Nov 30, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3193 ### Describe the feature request frp客户端的流量通过防火墙时,流量会被防火墙嗅探到,从而内网机器被封ip 希望增加伪装功能,或者加密传输 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [X] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [x] Client Plugin - [x] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:38:58 -06:00
Author
Owner

@Becods commented on GitHub (Nov 30, 2022):

https://github.com/fatedier/frp/issues/1992 https://github.com/fatedier/frp/issues/3050

frp的特征从来都不是加密的

自行修改

da51adc276/pkg/msg/msg.go (L61-L191)

此外

建议不要在公司禁止的情况下使用,安全风险和后果需要自负。

<!-- gh-comment-id:1332057884 --> @Becods commented on GitHub (Nov 30, 2022): https://github.com/fatedier/frp/issues/1992 https://github.com/fatedier/frp/issues/3050 frp的特征从来都不是加密的 自行修改 https://github.com/fatedier/frp/blob/da51adc27670f495478f50634462954319e4fc14/pkg/msg/msg.go#L61-L191 此外 > 建议不要在公司禁止的情况下使用,安全风险和后果需要自负。
Author
Owner

@lerogo commented on GitHub (Nov 30, 2022):

#1992 #3050

frp的特征从来都不是加密的

自行修改

da51adc276/pkg/msg/msg.go (L61-L191)

此外

建议不要在公司禁止的情况下使用,安全风险和后果需要自负。

好的,谢谢!就是改起来有点麻烦,呜呜🥹

<!-- gh-comment-id:1332093600 --> @lerogo commented on GitHub (Nov 30, 2022): > #1992 #3050 > > frp的特征从来都不是加密的 > > 自行修改 > > https://github.com/fatedier/frp/blob/da51adc27670f495478f50634462954319e4fc14/pkg/msg/msg.go#L61-L191 > > 此外 > > > 建议不要在公司禁止的情况下使用,安全风险和后果需要自负。 好的,谢谢!就是改起来有点麻烦,呜呜🥹
Author
Owner

@lerogo commented on GitHub (Nov 30, 2022):

希望增加伪装功能,或者加密传输,就像trojan、v2ray这样的

<!-- gh-comment-id:1332097163 --> @lerogo commented on GitHub (Nov 30, 2022): 希望增加伪装功能,或者加密传输,就像trojan、v2ray这样的
Author
Owner

@xqzr commented on GitHub (Nov 30, 2022):

[common]
...
tls_enable = true
disable_custom_tls_first_byte = true
<!-- gh-comment-id:1332547301 --> @xqzr commented on GitHub (Nov 30, 2022): ``` [common] ... tls_enable = true disable_custom_tls_first_byte = true ```
Author
Owner

@ideazw commented on GitHub (Dec 8, 2022):

[common]
...
tls_enable = true
disable_custom_tls_first_byte = true

加了这个就不会被嗅探到了吗?

<!-- gh-comment-id:1342255530 --> @ideazw commented on GitHub (Dec 8, 2022): > ``` > [common] > ... > tls_enable = true > disable_custom_tls_first_byte = true > ``` 加了这个就不会被嗅探到了吗?
Author
Owner

@xqzr commented on GitHub (Dec 16, 2022):

[common]
...
tls_enable = true
disable_custom_tls_first_byte = true

加了这个就不会被嗅探到了吗?

最大可能减少。

<!-- gh-comment-id:1354110143 --> @xqzr commented on GitHub (Dec 16, 2022): > > ``` > > [common] > > ... > > tls_enable = true > > disable_custom_tls_first_byte = true > > ``` > > 加了这个就不会被嗅探到了吗? ~最大~可能减少。
Author
Owner

@Guation commented on GitHub (Dec 29, 2022):

改用kcp协议然后外面套个udp2raw 以前v2ray的mkcp被gfw检测封杀的时候就是用udp2raw来过墙的

<!-- gh-comment-id:1367121830 --> @Guation commented on GitHub (Dec 29, 2022): 改用kcp协议然后外面套个udp2raw 以前v2ray的mkcp被gfw检测封杀的时候就是用udp2raw来过墙的
Author
Owner

@github-actions[bot] commented on GitHub (Jan 29, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1407522704 --> @github-actions[bot] commented on GitHub (Jan 29, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2563
No description provided.