搜索资源列表
snifshake-1.0.0.tar
- snifshake -- proof of concept tcp handshake with spoofed packets
TCP IP handshake
- 解释TCP/IP协议中握手的过程,规范说明-explain TCP / IP protocol handshaking process specification
SimuTcpClient
- 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
tcp_connect
- tcp 连接工具,只建立三次握手!-tcp connection tools, only the establishment of three-way handshake!
CreatingClientServerWinsock_vb
- 這是一個client/server multi-threaded socket class.這個源代碼可利用TCP/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of TCP/IP or UDP data of Handshake
TCP_three_way_handshake
- 简单讲解客户端和服务端在进行TCP连接时“三路握手”的实现过程-Briefly mention a client and server TCP connections in the " three way handshake" the realization of the process
scan
- 利用Conncet()TCP三次握手的扫描器小程序-The use of Conncet () TCP three-way handshake of the scanner applet
SendPacket
- UDP协议和 TCP协议的实现,实现信号传送的握手连接-UDP protocol and TCP protocol implementation, to achieve signal transmission connection handshake
net2ftpbeta
- FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in th
PScanner.java
- Simple Port Scanner by Java ,, It performs a full TCP three way handshake and open a connection to the target. It was designed using Multi Threading.
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
TCPR
- 是一份关于TCP三次握手及会话劫持原理与实例,txt文档,有关知识的好的参考文档-Is a three-way handshake on TCP session hijacking and the principles and examples, txt documents, the knowledge of good reference document
TCPIP_3_4
- TCP的3次握手和4次挥手详细图解,相当全面难得的资料。-The TCP three way handshake and waving detailed illustrations, very comprehensive and unique information.
TCP-Server
- C++ TCP 服务器的程序,可以进行监听,握手,发送,接收数据-C++ TCP server program listening, handshake, send, receive data
TCP
- 一个TCP握手连接发送数据的程序,简单明了,能最快的速度看懂TCP的实现基本原理。-A TCP handshake connection to send data of the program, plain and simple, the fastest speed to understand the TCP basic principle.
smtp.tar
- TCP socket编的c/s模型,模拟tcp的三次握手 -The the TCP socket series of c/s model, simulate tcp three-way handshake
Detailed-TCP.rar
- 详解TCP数据报和三次握手过程,图文解释TCP报文格式和参数作用,Detailed TCP datagram and the three-way handshake process, and graphics to explain the role of the TCP packet format and parameters
syn
- 基于TCP三次握手漏洞的DOS攻击的软件,代码实现方便,快捷,单线程,有兴趣同学可改为多线程,加强威力。-Based on the TCP three-way handshake the DOS attack software vulnerabilities, code convenient, fast, single-threaded, interested students could be replaced by a multi-threaded, strengthen the power
TCP-IP-handshake
- 解释TCP/IP协议中握手的过程,规范说明-explain TCP/IP protocol handshaking process specification
_04TCP四次握手与抓包分析
- TCP捂手分析过程,详细说明了TCP 3次握手 4 次分手的所有过程。。。适合初学(TCP cover hand analysis process, detailing the TCP 3 handshake, the 4 break up of all the process... Suitable for beginners)