搜索资源列表
SnifferVC++
- 本实例利用VisualC++6.0编写的网络监听程序,都解析IP,TCP,UDP和ICMP四种协议-example of the use of VisualC 6.0 network monitoring procedures, analytical IP, TCP, UDP and ICMP four agreements
rawsocket
- 用raw socket 发送TCP报文有助于理解网络协议-used raw socket TCP packet sent to understand network protocol
snmp
- 使用snmp协议对已经建立的tcp建立进行监测-Use snmp protocol has been established to monitor tcp established
netscan
- 本程序向网络服务器发送SYN连接包,获取网络服务器TCP、UDP端口信息,实现网络协议扫描。-The program sends packets to the network server SYN connection, access to network server TCP, UDP port information, network protocol scan.
masscan
- 这是最快的互联网端口扫描器。它可以扫描整个互联网下6分钟,发射每秒10亿个数据包。 它产生的结果类似NMAP,最著名的端口扫描器。在内部,它的运作更像scanrand,unicornscan和ZMAP,使用异步传输。主要的区别是,它比这些其他扫描仪快。此外,它更灵活,允许任意地址范围和端口范围。 注:masscan使用自定义的TCP/ IP协议栈。什么比简单的端口扫描等会导致与本地TCP/ IP协议栈的冲突。这意味着你需要或者使用-S选项使用一个单独的IP地址,或配置您的操作
udp_scanner.py
- 基于UDP协议原理对存活主机进行探测,比ping扫描、tcp扫描,效率高,速度快,准确(Survival host detection based on UDP protocol is more efficient, faster and accurate than Ping scan and TCP scan)