mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #148] 建议:添加对 WSS (WebSocket Secure) 的中间人劫持 #81
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LFODER on GitHub (Sep 25, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/148
希望更新能通过程序代理转发WSS协议,并能对WSS通讯内容进行监听与劫持。
@fufuok commented on GitHub (Nov 30, 2018):
类似需求:
websocket(443) 反向代理, 我想把建立连接(101)后 websocket 传输的内容 debug 到日志, 现在有什么方法或思路么. 谢谢.
@snail007 commented on GitHub (Feb 26, 2019):
需要自己实现或者使用websocket协议库,劫持tls后实现握手和转发