处理浏览器生成的所有数据包
我想编写一个程序来控制 PC 上的所有网页浏览活动。
即检查用户访问的所有网站,过滤其中一些网站,...。
但我不知道如何捕获所有数据包、处理它们,甚至对某些数据包采取行动(考虑过滤不需要的站点)。
有什么帮助、示例代码、开源程序...?
I want to write a program which Controls all the web browsing activities on PC.
i.e. Checking all the websites users go to, filtering some of them, ... .
But I have no idea how to capture all the packets, processing them, and even act to some (think of filtering unwanted sites).
Any help, sample code, open source program...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在不同的级别上将自己置于通信中间:
恕我直言, 1号是最简单的。请参阅 SQUID 示例。第 2 种方法也是可行的,请查看 fiddler。您可以查看Click Modular Router 选项号 3。
取决于浏览器,也许一个简单的浏览器插件就可以做到?
There are different levels you can put yourself in the middle of the communication:
IMHO, number 1 is easiest. Look at SQUID for an example. Number 2 is doable too, take a look at fiddler. You could take a look at the Click Modular Router for option number 3.
Depending on the browser, maybe a simple browser plugin could do?