资源列表
trojian_bingle
- 冰鸽反转型木马的源码,包括服务端和客户端,比传统木马的优势在于本地无需开监听端口,而且采用udp协议实现,对于aport,fport,netstat等工具根本无法看到.实现更加隐藏,本程序给出了一个主要的框架,利用多线程实现,给出了目录列表,进程管理等的代码实现,很多具体的木马功能需要自己去开发.-pigeon-ice transition Trojan source code, including services and clients, than the traditional Troja
uam.src
- linux下用c开发的linux远程服务器帐号管理系统-c developed using Linux remote server account management system
ex1modem
- 简单的modem通信程序-simple modem communication program
longruan
- 支持单文或多文件上传,支持上传的文件自定义改名保存,支持限制文件上传的大小,支持限制文件上传的类型,支持获取上传文件的详细信息及MIME类型,如gif文件为IMAGES/GIF,支持将文件内容保存进数据库,如上载图形文件、DOC文件等各类Windows文件,支持从数据库中读取上载文件到数据库中的记录,如显示图形文件、DOC文件等各类Windows文件-support single - or multi-file upload support upload documents since rena
lyfupload
- LyfUpload 是一个免费 的ASP组件,遵从 RFC-1867 HTTP 请求, 它可以在ASP页面中 接收客户端浏览器使用encType= \"multipart/form-data\" 的Form上载的文件。 本版本支持单文件上载、多文件上载、限制文件大小上载、限制某一类型文件上载、 文件上载到数据库、数据库中读取文件及文件上载重命名等功能。-LyfUpload is a free ASP components comply with the RFC-1867 HTTP request
ControlRemote
- 远城控制源码,包括服务端和客户端-much control source, including services and clients
自动刷新
- Cube刷新的详细代码-Cube refresh the detailed code
85375558ChatCSocket
- 一个实现P2P文件传输、文字聊天的程序。-achieve a peer-to-peer file transfer, text chat procedures.
mini_remote
- 米莉远程控制全部源代码,支持摄像头,控制界面写得不错,使用很方便。-Mili remote control all source code and support camera control interface well-written, very easy to use.
sub7_src
- 一款很不错的远程控制软件,完整代码~ 包括服务器和客户端。-A very good remote control software, code - including the integrity of the server and the client.
win32-rdesktop
- RDesktop 的Win32版本源代码~ VC8代码,能在Windows上运行的rdesktop。(RDP)-RDesktop the Win32 version of the source code-VC8 code Windows can run in the rdesktop. (RDP)
c_s_udp_tcp
- 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use