资源列表
ScanThePort
- 端口扫描程序,发现端口是否开启-port scanning procedures, whether to open ports found
NetScan1.0
- 端口扫描基本程序二-port scanning two basic procedures
NetScan1.01
- 端口扫描基本程序-port scanning basic procedures
扫描asp源码漏洞
- 一个用c#写的扫描asp源码漏洞的应用程序-c # 1 used to write the source code scanning asp loopholes in the application! !
HackScaner.v1.1
- 网络探索者 v1.1 程序及代码,包含端口扫描,共享扫描,SQL扫描,信箱检测,网络工具等功能。-Internet Explorer v1.1 procedures and code, including port scanning, sharing scanning, SQL Scan, mailboxes, detection, network tools such as functional.
virus2
- 该程序扫描文件以寻找通常的病毒名称和类型(主要是Trojains and Del trees)-the program scanned documents to find the virus usually name and type (mainly Trojains and Del trees)
黑客扫描器源码
- 使用vc开发的端口扫描程序。-use vc development of the port scanning procedures.
端口扫描c
- 使用vc开发的端口扫描程序。-use vc development of the port scanning procedures.
扫描图像
- Delphi下扫描图像-Delphi scanned images
loophole_scanner
- 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另外对流中存在的字符串进行判断 需要使用函数strstr(),这除了需要具备socket函数库的知识以外,还需要一些有关string函数库的
portsbasiccanner
- 这个程序使用Borland C++编译,程序中关键代码是“my_addr.sin_port = htons(i)”,因为变量i是一个循环量,它从一开始到使用者设定值结束,而htons(i)则是对连接远程服务器需要使用的端口进行定义,之后使 用connect()函数连接指定端口,通过返回值判断这个端口是否打开,这样一个端口扫描的思路就出现了。
dksm
- 一个 visual C++的端口扫描器源代码