搜索资源列表
CRShell
- this very old shell but still good to learn from the code looks like spanish it runs in nix/win32 multiplatform! coded in c++ CRShell Programado por XpyXt URL: http://xpyxt.no-ip.com URL2: http://xpyxt.no-ip.info/crshell Mail: xpyx
httpclient
- C/S客户端通讯,用于客户端与服务器端通讯,实现了通讯功能-C/S client, for client and server-side communication, to achieve the communication function
RemoteControlProgramming1.0
- 反向终端1.0 邮箱:xgymcn@163.com 支持系统 2000,xp,2003 特点: 1,无进程,无端口。 2,ActiveX启动,保证开机运行。 3,利用dll远程线程注入到IE浏览器中,可以突破大多防火墙。 4,本身体积很小,只有6K左右。 5,客户端支持多线程,服务端互不影响,可控制多个服务端。 6,服务端和客户端总共只有20K左右,随身携带非常方便。 7,可用于外网-控制-内网 跨局域网访问(迈科标准版或端口影射)。 功能: 1.
VC_Programming_HTTP_Monitor_classic_code
- VVC编程开发HTTP监控器经典代码 C Programming HTTP Monitor classic code-VC Programming HTTP Monitor classic code
GH0ST-2.0xiugai
- 控制端与服务端都采用IOCP模型,数据传输采用zlib压缩方式-Gh0st RAT C.Rufus Security Team http://www.wolfexp.net
C#编写的简单web服务器(含源代码)
- 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JA