搜索资源列表
端口映射及TCP转发软件源代码
端口映射
PortTransfer_三种模式。
(1) PortTransfer Port Dest_IP Port
在运行本程序的计算机上监听Port端口,并将所有连接请求转到Dest_IP的Port去
(2) PortTransfer ctrlIP ctrlPort Dest_IP Port
和模式3配合用,程序将先主动连接ctrlIP:ctrlPort,
串口连接程序c语言
- 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
Delphi端口扫描
- 多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-multithreaded port scanning demonstration connecting to delay, the use of API Winsocket2 prepared by compiling Delphi7
端口扫描检测程序
- * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket * followed test objectives mainfr a me connectivity ports in o
端口信息探测工具的设计与实现
- 端口扫描技术是一种融合了信息安全、信息科学、和计算机技术为一体的综合性技术。本系统建立在WINDOWS操作系统上,有Ping 和scan两个模块。可以探测目标主机是否开机和对目标主机的端口信息进行探测,并获取端口是否开放等信息。全文对TCP建立连接的原理,WINSOCK原理,端口扫描技术的基本原理和扫描方式都进行了比较详细的介绍。在具体的实现过程中,结合面向对象的程序设计思想,采用典型的TCP connect()扫描技术。通过本程序的实
易语言完成端口客户端
- 利用纯API打造易语言 完成端口连接
IOCP完成端口
- IOCP完成端口,支持海量并发连接。
kingate-1.6.tar
- kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主
串口连接程序c语言
- 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
局域网信息搜索
- 局域网信息搜索 ping,端口扫描,查找共享连接等功能-LAN Information Search ping, port scan, identify shared connectivity, and other functions
Delphi端口扫描
- 多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-multithreaded port scanning demonstration connecting to delay, the use of API Winsocket2 prepared by compiling Delphi7
tcp_database_analysis_yanghui_0[1][1].1.tar
- 在Linux系统环境下,运用GTK+2.0编程工具和C开发语言,实现了对一个局域网内的主机IP地址的扫描、端口扫描和在建立连接通信下TCP状态转移的分析 注:压缩文件并没用GZ压缩,一个归档文件,去掉后缀.gz即可-in Linux environment, the use of GTK 2.0 programming tools and the C development language, the right one to achi
iocp
- 这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7 就可以连接上,然后你输入什么屏幕就显示什么。-This a complete port with (IO Completion port) was the echo server, running iocp.exe after the console using telnet
XP connector
- 完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载-integrity of the link to see procedures, which can inspect the procedures which opened the port, data transceiver information flow, etc., to download
端口扫描检测程序
- * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket* followed test objectives mainfr a me connectivity ports in or
TCP连接监控源代码
- 有时候,我们需要是否有别人连接到自己机子上,又或者自己想看看是否连接到一定的端口,那么这个例子相信你很喜欢-Sometimes, we need to have people connected to their machine, or to see whether they want to connect to a port, then this example you like
tcpview_sys
- tcpView驱动源码,能检测到本机的进程的端口连接-the tcpview
char
- 1.包含客户端和服务器两部分程序,并且两个程序能分开独立运行。 2.客户端可以输入服务器地址和端口,连接服务器。 3.客户端可以往服务器发送信息。 4.服务器能接受客户端连接,并输出客户端发送过的字符串。 5:用图形化界面展现客户端和服务器通讯的效果 -1. Contains two parts, client and server programs, and separate the two processes can
ZhangZiyangCSharpwebapplication
- 主要讲述了基于套接字(Socket)进行网络编程的基本概念,其中包括TCP协议、套接字、聊天程序的三种开发模式,以及两个基本操作:侦听端口、连接远程服务端;第二篇讲述了一个简单的范例:从客户端传输字符串到服务端,服务端接收并打印字符串,将字符串改为大写,然后再将字符串回发到客户端,客户端最后打印传回的字符串;-Mainly about the socket-based (Socket) to the basic concepts of
端口扫描
- 端口扫描能够用来查找目标主机已开放的端口,包括TCP和UDP端口。当前针对TCP端口的扫描技术有三种,分别为:全连接扫描,SYN扫描和FIN扫描。针对UDP端口的扫描技术一般是采用ICMP报文中端口不可达的信息来识别UDP端口是否开放。(Port scans can be used to find ports that have been opened by the target host, including TCP and UDP