-
chat
本代码是利用socket套接字实现点对点的简单聊天软件程序。语言是C++。内附源码,项目设计报告,和可执行文件。(This code is using socket to realize P2P-based simple chatting software. Program lauguage is C++. Besides source code, also Included program design report and executable files.)
- 2020-07-04 13:40:02下载
- 积分:1
-
kdcxcs2
快递发送单查询通信, 利用了socket(Courier to send single query communication using a socket)
- 2013-01-04 19:39:10下载
- 积分:1
-
client111
基于socket 的网络编程 客户端 具有上传下载文件功能(Socket-based network programming for clients with upload and download files function)
- 2011-05-15 09:39:04下载
- 积分:1
-
testnet
raw socket编程,探测网络包。
vc++, win2000测试通过。(raw socket programming, detect network packets. vc++, win2000 test passed.)
- 2012-11-28 16:31:24下载
- 积分:1
-
LoginQQ
VC++自动登陆QQ的代码,VS2010的编译环境(The automatic landing VC++ QQ code, VS2010 the compiler environment)
- 2013-04-26 17:14:24下载
- 积分:1
-
haisanids
VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:
1.初始状态只监听连接,不捕获IP数据
2.鼠标右击列表选择或取消监控某端口数据
3.为防止ping攻击,一般情况ping数据全部监控
4.监控某端口数据时,不监控ping包
5.数据超过20k将被清空
6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips:
1. Initial state only listen for connections, do not capture IP data
2 Right-click the list to select or deselect a port monitoring data
3 To prevent ping attacks, general ping all monitoring data
4 When a port monitoring data, no monitoring of ping packets
5 The data will be cleared over 20k
6 right window displays the hexadecimal number stopped after capture)
- 2014-07-02 10:17:36下载
- 积分:1
-
ssocks-0.0.14.tar
sSocks是一个socks代理工具套装,可用来开启socks代理服务,支持socks5验证,支持IPV6和UDP,并提供反向socks代理服务,即将远程计算机作为socks代理服务端,反弹回本地,极大方便内网的渗透测试,其最新版为0.0.13(sSocks is a socks proxy tool sets, can be used to open the socks proxy services, support socks5 authentication, support for IPV6 and UDP, and to provide reverse socks proxy services, about the remote computer as socks proxy server, bounce back to the local, which greatly facilitates network penetration testing, and its latest version is 0.0.13,)
- 2020-12-10 16:09:19下载
- 积分:1
-
PacketCapture
基于Winpcap的网络数据包抓取.开发环境VS2013(network packet capture based on Winpcap . Development environment: VS2013)
- 2014-06-29 14:22:31下载
- 积分:1
-
NAPTest2
MFC网络实验,实现多人聊天。包括服务器和客户端程序,使用Socket编程。(MFC socket program. )
- 2012-03-05 11:56:01下载
- 积分:1
-
TCP/IP客户端和服务器端源代码,好用!
用VC 6.0实现了Tcp/ip服务器端和客户端实例。对该方面的编程者极其有用。有界面。 TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
- 2021-05-06下载
- 积分:1