搜索资源列表
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
PortScan
- 端口扫描工具,指定IP,输入端口号,可扫多个端口。-Port scanning tool, specify the IP, port number, you can scan multiple ports.
portscanner
- 端口扫描高级编程-附完整源代码,可以编译运行 可以指定IP地址,并根据意愿选择扫描一个端口还是扫描多个端口,设定扫描线程数,可以保存扫描结果.-Advanced Programming port scan- with complete source code, can compile and run you can specify IP addresses, and will choose according to a port scan or scan multiple ports, se
MultiPing
- 功能相当于一个多IP的ICMP扫描器的设计方式,从应用效果上看,这个工具相当于同时ping多台主机。-Functionally equivalent to more than one IP, ICMP scanner design, application results from the point of view, this tool is equivalent to ping multiple hosts at the same time.
SqlMap
- 支持多种数据库,MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase和SAP MaxDB。 支持不同的注入模式 1、基于布尔的盲注,即可以根据返回页面判断条件真假的注入。 2、基于时间的盲注,即不能根据页面返回内容判断任何信息,用条件语句查看时间延迟语句是否执行(即页面返回时间是否增加)来判断。 3、基于报错注入,即页面会返回错误信息
flow-tools-0.66.tar
- 官网上下载flow-tools 0.66版本(low-tools is library and a collection of programs used to collect, send, process, and generate reports from NetFlow data. The tools can be used together on a single server or distributed to multiple servers for large deployment
