搜索资源列表
用c#实现的关于包过滤的防火墙
- 用c#实现的关于包过滤的防火墙,功能是能根据IP地址过滤掉一些自己不想获取的数据包,Use c# to achieve on the packet filtering firewall, the features are filtered according to a number of IP addresses do not want to get the packet
GooglePageRankQuery
- 查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻
firewall
- 示范如何用软件设置防火墙,允许某个应用程序穿过防火墙。用C#编制。 -Demonstrate how to set up an firewall exception to allow a certain application pass through firewall.