登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:IP
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. DNS_Redirect

  驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到ip138.com(Drive level domain hijacking is to visit A.com to b.com, of course, if A is dropping into access, it becomes blocked designated site. First discovered by capturing tool, visit a website, (if there is no local DNS cache of the site) will first send a DNS query packets (UDP), then establish a connection with the site, and then send http request packet. Observe the contents of the package, we need to change the target packet sent our goal, then put the package in response to the things we turn to come back, that is, superiors and subordinates. Code much focus is to demonstrate how to get the contents of TCP and UDP packets received. Only applies to XP: bin will www.baidu.com hijacked to ip138.com)

103
下载
31
浏览
2014-02-13发布

2. DNS_Redirect

  驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到ip138.com(Drive level domain hijacking is to visit A.com to b.com, of course, if A is dropping into access, it becomes blocked designated site. First discovered by capturing tool, visit a website, (if there is no local DNS cache of the site) will first send a DNS query packets (UDP), then establish a connection with the site, and then send http request packet. Observe the contents of the package, we need to change the target packet sent our goal, then put the package in response to the things we turn to come back, that is, superiors and subordinates. Code much focus is to demonstrate how to get the contents of TCP and UDP packets received. Only applies to XP: bin will www.baidu.com hijacked to ip138.com)

103
下载
48
浏览
2014-02-13发布

3. Desktop

  本代码为描写TCP监控流量的一些方法,例如设置过滤器等等简单功能。利用WAPCAP来完成(The code for the TCP traffic monitoring methods described, for example, set up filters so simple functions. Use WAPCAP to complete)

1
下载
39
浏览
2014-01-01发布

4. Desktop

  本代码为描写TCP监控流量的一些方法,例如设置过滤器等等简单功能。利用WAPCAP来完成(The code for the TCP traffic monitoring methods described, for example, set up filters so simple functions. Use WAPCAP to complete)

1
下载
32
浏览
2014-01-01发布

5. TCP-test

  TCP协议的实验源代码,包括服务器端代码和客户端代码。(TCP protocol test source code, including server-side code and client code.)

6
下载
38
浏览
2013-12-09发布

6. TCP-test

  TCP协议的实验源代码,包括服务器端代码和客户端代码。(TCP protocol test source code, including server-side code and client code.)

6
下载
39
浏览
2013-12-09发布

7. TCP_IPuC_IP

  基于uC_OS且开放源码的TCP_IP协议栈——uC_IP uC/IP是由Guy Lancaster编写的一套基于uC/OS且开放源码的TCP/IP协议栈,亦可移植到其它操作系统,是一套完全免费的、可供研究的TCP/IP协议栈,uC/IP大部分源码是从公开源码BSD发布站点和KA9Q(一个基于DOS单任务环境运行的TCP/IP协议栈)移植过来。uC/IP具有如下一些特点:带身份验证和报头压缩支持的PPP协议,优化的单一请求/回复交互过程,支持IP/TCP/UDP协议,可实现的网络功能较为强大,并可裁减。UCIP协议栈被设计为一个带最小化用户接口及可应用串行链路网络模块。根据采用CPU、编译器和系统所需实现协议的多少,协议栈需要的代码容量空间在30-60KB之间(And open-source based uC_OS TCP_IP protocol stack- uC_IP uC/IP is written by a Guy Lancaster set based on uC/OS and open source TCP/IP protocol stack, can be ported to other operating systems, is a completely free, available for study of TCP/IP protocol stack, uC/IP source code is mostly released from the open source BSD sites and KA9Q (a DOS-based single-tasking environment running on TCP/IP protocol stack) transplant. uC/IP has the following features: header with authentication and compression support the PPP, optimized single request/response interaction, support for IP/TCP/UDP protocol, which enables a more powerful network function, and can be cut. UCIP protocol stack is designed with a user interface, and can minimize application serial link network module. Pursuant to the adoption CPU, compiler and systems required to achieve agreement on how much stack space required for code size between 30-60KB )

12
下载
60
浏览
2013-11-07发布

8. TCP_IPuC_IP

  基于uC_OS且开放源码的TCP_IP协议栈——uC_IP uC/IP是由Guy Lancaster编写的一套基于uC/OS且开放源码的TCP/IP协议栈,亦可移植到其它操作系统,是一套完全免费的、可供研究的TCP/IP协议栈,uC/IP大部分源码是从公开源码BSD发布站点和KA9Q(一个基于DOS单任务环境运行的TCP/IP协议栈)移植过来。uC/IP具有如下一些特点:带身份验证和报头压缩支持的PPP协议,优化的单一请求/回复交互过程,支持IP/TCP/UDP协议,可实现的网络功能较为强大,并可裁减。UCIP协议栈被设计为一个带最小化用户接口及可应用串行链路网络模块。根据采用CPU、编译器和系统所需实现协议的多少,协议栈需要的代码容量空间在30-60KB之间(And open-source based uC_OS TCP_IP protocol stack- uC_IP uC/IP is written by a Guy Lancaster set based on uC/OS and open source TCP/IP protocol stack, can be ported to other operating systems, is a completely free, available for study of TCP/IP protocol stack, uC/IP source code is mostly released from the open source BSD sites and KA9Q (a DOS-based single-tasking environment running on TCP/IP protocol stack) transplant. uC/IP has the following features: header with authentication and compression support the PPP, optimized single request/response interaction, support for IP/TCP/UDP protocol, which enables a more powerful network function, and can be cut. UCIP protocol stack is designed with a user interface, and can minimize application serial link network module. Pursuant to the adoption CPU, compiler and systems required to achieve agreement on how much stack space required for code size between 30-60KB )

12
下载
36
浏览
2013-11-07发布

9. TCP-Passivea

  Tcp/ip telecomunicate system

2
下载
20
浏览
2013-10-31发布

10. TCP-Passivea

  Tcp/ip telecomunicate system

2
下载
33
浏览
2013-10-31发布

11. ChatTCP

  Chat_套接字_基于消息异步_非阻塞 网络通讯TCP例子(Chat_ socket _ _ non-blocking asynchronous message-based communication TCP network examples)

2
下载
29
浏览
2013-10-29发布

12. ChatTCP

  Chat_套接字_基于消息异步_非阻塞 网络通讯TCP例子(Chat_ socket _ _ non-blocking asynchronous message-based communication TCP network examples)

2
下载
27
浏览
2013-10-29发布

13. meeting_video_system

  多媒体视频会议系统,有完整的音视频编码,VC下编译通过(Multimedia video conferencing system, a complete audio and video coding, VC compiled by)

16
下载
27
浏览
2013-10-15发布

14. meeting_video_system

  多媒体视频会议系统,有完整的音视频编码,VC下编译通过(Multimedia video conferencing system, a complete audio and video coding, VC compiled by)

15
下载
20
浏览
2013-10-15发布

15. IOCPExample

  利用window socket实现完成端口,其中包含相应的客户端程序.完成端口可以用有限的线程完成上万用户的接入,效率较高.(Achieve complete port using the window socket, which contains the corresponding client program. Completion port thread can be completed with limited access to tens of thousands of users, high efficiency.)

6
下载
33
浏览
2013-09-30发布

16. IOCPExample

  利用window socket实现完成端口,其中包含相应的客户端程序.完成端口可以用有限的线程完成上万用户的接入,效率较高.(Achieve complete port using the window socket, which contains the corresponding client program. Completion port thread can be completed with limited access to tens of thousands of users, high efficiency.)

6
下载
38
浏览
2013-09-30发布

17. TCP

  这是TCPIp的服务器程序段,可以建立服务器,实现通讯(This is the TCP Ip server block, you can create server to achieve communication)

3
下载
68
浏览
2013-09-22发布

18. TCP

  这是TCPIp的服务器程序段,可以建立服务器,实现通讯(This is the TCP Ip server block, you can create server to achieve communication)

2
下载
38
浏览
2013-09-22发布

19. HWDataReceiver

  利用TCP/IP协议,基于完成端口对网络数据进行接收(Using TCP/IP protocol, based on the completion port to receive data on the network)

2
下载
30
浏览
2013-09-10发布

20. HWDataReceiver

  利用TCP/IP协议,基于完成端口对网络数据进行接收(Using TCP/IP protocol, based on the completion port to receive data on the network)

2
下载
44
浏览
2013-09-10发布