资源列表
bget_share
- 网页抓取算法的一个小程序 能学到点东西 很好的-very good!!!
NameAndIP
- 获取局域网中的所有计算机名称和ip地址,VC6.0编译。-LAN access to all the computer name and ip address, VC6.0 compiler.
CompPort
- 一个实用的多线程的OIPC服务端完成端口调用模型!适合网络开发的初学者和中级开发者进行扩展-A practical multi-threaded server OIPC completion port call model! Web development for beginners and intermediate developers to extend
DownloadPicture
- 自动登录贴图论坛,解析页面内容,根据页面代码查找图片链接并下载-Forum auto login mapping, parsing page content, find the picture link on the page and download the code
TR_Sniffer
- 自己写的sniffer 基于winpcap-Write their own sniffer winpcap based
提高基于Linux和libcap的抓包效率
- pf_ring,通过修改系统内核提高基于Linux和libcap的抓包效率,pf_ring, by modifying the system based on the Linux kernel to enhance the capture efficiency and libcap
CapturePacket
- 基于windows 下的mfc的C++程序,主要用于网络包的截获。-based on mfc in windows environment for capture the packet
FarmTick
- 农场收菜提醒 FarmTick v1.02 源代码 QQ农场牧场的自动提醒软件 绝非外挂 项目首页http://code.google.com/p/farmtick/-A qqfarm alarm software
MSSAMR
- 安全账户管理SAMR是在WINDOWS2003服务器上运行的一个数据库-Security account management in SAMR server running on WINDOWS2003 a database
MySniffer
- 这是网络攻击与防范课程的毕业设计,利用C#+SharppCap进行开发,代码质量绝对过关,学习网络安全必备技术!-This is to prevent network attacks and graduate curriculum design, the use of C#+ SharppCap development, code quality absolute clearance, learning essential network security technology!
winpcapApp
- 一个简单的网络数据包捕获工具,可以对经过本机的所有数据包进行捕获并保存到本地。-A simple network packet capture tool, you can all through the machine to capture packets and save it locally.
VC++ LSP劫持修改
- 一、LSP的安装,先抛开socks代理不说 1、构造自己的LSP,并安装之; 2、遍历已有 服务提供者,找到刚安装的LSP入口ID; 3、构造自己的协议链,并安装之; 4、对所有协议链进行排序,并将我们的协议链放到最上面。 二、LSP的编写 主要操作都在WSPStartup中,其他WSP函数就是对原函数的HOOK,详情看下面代码。 ...