搜索资源列表
一个简单的端口扫描程序题.rar
- 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描。
ssss
- TCP扫描程序,可以根据系统能力自动调整扫描速度
TcpScan
- Visual c++ 网络程序设计 tcp扫描的vc实现
一个简单的端口扫描程序
- TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描-TCP connect () scan, TCP SYN scanning TCP FIN scan
端口扫描检测程序
- * 本程序是一个简单的端口扫描程序,使用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端口的分配及提供的服务。-the program automatically detects the remote or local host security, found the remote server TCP port allocation and provision of services.
TcpScan
- Visual c++ 网络程序设计 tcp扫描的vc实现-Visual c++ Network programming tcp scan realize vc
scanport
- 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描-Port scanning technique commonly used there are
TCP
- 扫描TCP端口是入侵者搜集目标主机开放端口的常用手法之一,而多线程的扫描能大大加快扫描速度。设置要扫描的起始IP和结束IP,开对应IP主机端口是否回复来证明是否开放-TCP port scan is a collection of target host intruder port open one of the common practices, and multi-threaded scanning can greatly spee
tcpscan_canbekaifa
- vc++ 编写的tcp扫描 种类比较全,有SYN,connect,fin等 可供二次开发。-vc++ prepare the type of comparison of tcp-wide scan, a SYN, connect, fin, such as for secondary development.
TCP
- TCP的connect扫描,指定IP的制定端口范围扫描-TCP-connect scan
tcp_saomiao
- TCP扫描端口,源代码简单,易行,非常适用于新手。-TCP/IP
seekport
- 用C写的端口扫描程序,(控制台下的) TCP扫描 -Written in C port scanner, (under console)
tcp-scan
- TCP扫描,支持UDP,SYN扫描,速度不是很快,可以扫描小段的。-TCP scan
tcp-scaner
- 几年前用vc6写的漏洞扫描器,可以扫描端口、路由、nt若口令、netbios信息和cgi漏洞。-A few years ago with loopholes written in vc6 scanner, can scan ports, routing, nt if the password, netbios information and cgi vulnerabilities.
端口扫描
- 为方便获得某服务器开放的端口,使用它扫描指定的端口范围,列出返回值。(To facilitate access to a server open port,Scans the specified port range, listing the return value.)
tcp
- tcp connect端口扫描,利用三次握手扫描,最后把连接的结果返回给这个函数的返回值(TCP connect port scan)
TCP端口扫描程序
- TCP端口扫描,内附源代码,欢迎下载,socket(TCP port scanning, internal source code, welcome to download, socket)
端口扫描
- 端口扫描能够用来查找目标主机已开放的端口,包括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
TCP-PortScanner
- python实现端口扫描,基于TCP链接。(Python implementation port scan)