从所有浏览器获取网址 [英] get url from all browsers

查看:142
本文介绍了从所有浏览器获取网址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好吧

i想要编写程序,可以查看用任何浏览器打开的所有网址

类似互联网下载漫画的东西,当它是特殊的文件格式时弹出/>


或类似键盘记录器的东西来保存所有浏览过的页面



i想要下载经理而我真的需要它< br $> b $ b

i希望有人拥有这个代码!!!

hi everybody
i want to write program that can check all url that open with any browser
something like internet download mangaer to popup when it a special file format

or something like keyloggers to save all browsed page

i want to make download manager and i really need it

i hope that somebody have this code !!!

推荐答案

这个小问题的唯一真正解决方案是要么编写代理服务器,要么购买一个现成的服务器。这是任何代理服务器的非常标准的功能。
Your only real solution to this little problem is either writing a proxy server or buying one off-the-shelf. This is very standard functionality for any proxy server.


好吧,我们希望你不要做违法的事情。

首先,你可以在这个过程中加入几个级别,每个级别都有它自己的特色。

1)你可以制作键盘记录器,但你必须过滤url',并且你无法关注链接( http://cskeylogger.codeplex.com/ [ ^ ])

2)您可以制作浏览器扩展/插件。但请注意,没有通用解决方案,您需要为每个浏览器开发插件。 IE: http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions [ ^ ]

3)创建代理(并强制用户使用您的代理)实施C#中的多线程HTTP / HTTPS调试代理服务器 [ ^ ]

4)TCP级流量嗅探: C#中的网络嗅探器 [ ^ ],并记录您的交通流量sted in。
Well, let''s hope you don''t want to do something illegal.
First of all, there are several levels you can hook in to the process, and each has it''s own specialties.
1) You can make keylogger, but you will have to filter for url''s, and you won''t be able to follow links (http://cskeylogger.codeplex.com/[^])
2) You can make browser extension/plugin. But be aware, that there is no universal solution, you need to develop plugin for every and each browser. IE: http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions[^]
3) Create a proxy (and force users to use your proxy) Implementing a Multithreaded HTTP/HTTPS Debugging Proxy Server in C#[^]
4) TCP level traffic sniffing: A Network Sniffer in C#[^], and log the traffic you are interested in.


这篇关于从所有浏览器获取网址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆