Lojii / Knot

一款iOS端基于MITM(中间人攻击技术)实现的HTTPS抓包工具,完整的App,核心代码使用SwiftNIO实现
GNU General Public License v3.0
1.75k stars 581 forks source link

直接通过socket发的tcp请求无法抓取 #17

Closed Huyusha25 closed 3 years ago

Lojii commented 3 years ago

目前没有记录所有tcp,只从中解析了SSL、HTTP,如果有需要可以自己实现一个ProtocolMatcher

Huyusha25 commented 3 years ago

关键是流量并没有走到代理里面,大佬能留个联系方式请教下么

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Lojii @.> 发送时间: Wednesday, June 2, 2021 10:25:28 AM 收件人: Lojii/Knot @.> 抄送: Huyusha25 @.>; Author @.> 主题: Re: [Lojii/Knot] 直接通过socket发的tcp请求无法抓取 (#17)

目前没有记录所有tcp,只从中解析了SSL、HTTP,如果有需要可以自己实现一个ProtocolMatcher

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Lojii/Knot/issues/17#issuecomment-852663058, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD3NPYIAX2OC6AO63KHPJK3TQWJBRANCNFSM454M5KSA.

0xsunsama commented 2 years ago

关键是流量并没有走到代理里面,大佬能留个联系方式请教下么 获取 Outlook for iOShttps://aka.ms/o0ukef ____ 发件人: Lojii @.> 发送时间: Wednesday, June 2, 2021 10:25:28 AM 收件人: Lojii/Knot @.> 抄送: Huyusha25 @.>; Author @.> 主题: Re: [Lojii/Knot] 直接通过socket发的tcp请求无法抓取 (#17) 目前没有记录所有tcp,只从中解析了SSL、HTTP,如果有需要可以自己实现一个ProtocolMatcher ― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#17 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD3NPYIAX2OC6AO63KHPJK3TQWJBRANCNFSM454M5KSA.

要配置路由,要不不会走到tun里面,作者没有配置路由信息

Magic-King commented 11 months ago

要配置路由,要不不会走到tun里面,作者没有配置路由信息

这个需要怎么设置路由?是需要自己的代码实现吗?还是有地方可以配置?