Fiddler 是互联网过滤器的良好构建模块吗?
所以我想制作自己的互联网过滤器。别担心,我不是在要求教程。我只是想知道 Fiddler 是否会成为它的一个很好的支柱。我有点担心,因为似乎有一些东西 Fiddler 不能总是识别 - 或者有解决方法。所以,我的问题是:
- Fiddler 会抓取所有网络数据吗?即聊天、电子邮件、网站等。
- 是否有任何已知的解决方法?
- 还有其他理由不使用它吗?
谢谢!
So I want to make my own Internet Filter. Don't worry, i'm not asking for a tutorial. I'm just wondering if Fiddler would make a good backbone for it. I'm a little worried because it seemed that there's a few things Fiddler can't always pick up - or that there are workarounds. So, my question:
- Would Fiddler grab all web data? i.e, chats, emails, websites, etc.
- Are there any known workarounds?
- Any other reasons not to use it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你的意思是 FiddlerCore 而不是 Fiddler。 Fiddler(Core) 是一个 Web 代理,意味着它捕获 HTTP/HTTPS 流量;它不会捕获使用其他协议(例如 IRC 等)的流量。要捕获来自其他协议的流量,您需要一个较低级别的拦截点(例如 Windows 防火墙过滤器)来捕获所有内容,但它无法解密 HTTPS 流量,并且解析/修改流量将变得更加困难。
I think you mean FiddlerCore rather than Fiddler. Fiddler(Core) is a web proxy meaning it captures HTTP/HTTPS traffic; it won't capture traffic that uses other protocols (e.g. IRC, etc). To capture traffic from other protocols, you'll need a lower-level interception point (e.g. a Windows Firewall filter) which will capture everything, but it will not be able to decrypt HTTPS traffic, and parsing / modifying the traffic will prove MUCH harder.