搜索资源列表
C++ping
- 一个可以Ping别人的计算计的程序,对原始TCP编程有很大的帮助-one can Ping others of the calculation procedures, the original TCP program will be very helpful
聊天软件
- 这是TCP_UDP编程实现的C S模式聊天软件,可以从服务器进行广播,客户端只能与服务器通信.传输模式可以是TCP或UDP,是TCP_UDP学习的不错选择-Programming C S chat software, it is broadcast from the server, the client and server communication only. Transfer mode can be TCP or UDP, TCP_UDP learning is a good choice
masscan
- 这是最快的互联网端口扫描器。它可以扫描整个互联网下6分钟,发射每秒10亿个数据包。 它产生的结果类似NMAP,最著名的端口扫描器。在内部,它的运作更像scanrand,unicornscan和ZMAP,使用异步传输。主要的区别是,它比这些其他扫描仪快。此外,它更灵活,允许任意地址范围和端口范围。 注:masscan使用自定义的TCP/ IP协议栈。什么比简单的端口扫描等会导致与本地TCP/ IP协议栈的冲突。这意味着你需要或者使用-S选项使用一个单独的IP地址,或配置您的操作
PortScan
- 端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态-Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP po
3.5-PortScan_UDP
- UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re
code
- 网络扫描器、可以进行TCP、SYN、扫描,可自定义IP和端口-Network Scanner can be TCP, SYN, scanning, customizable IP and port
TCPUDP端口扫描器的设计
- 可以实现TCP UDP的端口扫描,功能比较简单易用(TCP UDP port scan can be achieved)
3.4 PortScan_TCP
- 可以实现对TCP端口的扫描,可以帮助新手学习扫描tcp端口(TCP port can be achieved scanning, you can help beginners learn to scan the TCP port)