搜索资源列表
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
nmap-4.03.tar
- 大名鼎鼎的Nmap扫描软件,最新版本4.03,2006年4月24日发布,开源软件的范本!-famous Nmap scanning software, the latest version 4.03,2006, April 24 released the open-source software model!
AttackToolKitv4.0
- 这是一款基于Microsoft Windows 框架使用的开源安全扫描工具,可以用来检测系统安全漏洞和增强安全审计,可以生成详细的html、text和Nessus nsr 结果和攻击分析报告,支持CVE names、SecurityFocus、CERT、Snort、Nessus NASL等。内附源代码。-It is a Microsoft Windows-based framework for the use of open-source security scanning tools, Det
ScanThePort
- 端口扫描程序,发现端口是否开启-port scanning procedures, whether to open ports found
atk4.0src
- An open-source security scanner and exploiting framework for Microsoft Windows
MyPortScanner100
- 用于在入侵前收集信息的扫描软件,能够得到对方主机开放哪些端口-used in the collection of information before the invasion of scanning software to be open what other host ports
3389
- 3389功能集合 开3389,S扫描等、抓鸡必备-3389 function set Open 3389, S-scans, grab the chicken essential
PortScan0623
- 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-An multi-threaded port scanning program. It can open any number of threads, and stop scanning at any time.
myscan
- 本程序是有VC编写,其主要功能是扫描电脑端口的开放情况,有界面,可以扫描单一端口,也可以自定义端口,还可以将扫描的结果保存为文本文件-This procedure is the preparation of VC, and its main function is to scan your computer for open ports situation, there are interfaces, you can scan a single port, but also can custom
bfsearch1.0
- 代码非常简洁的小偷程序代码。冰封只是在网络上找了些源码,拿来改造,虽然有些不完整,下次会在原来的基础上改正,希望大家支持! 相对于其他小偷的区别和优势在于,获取代码后并不是直接做替换,而是进行信息的筛选,最终达到代码与界面分离的效果,会点ASP并熟悉页面构架的人可以很方便的套上自己做的界面。 程序说明: 系统设置在Config.asp里,分别可以设置站点名称、站点路径和站点是否开放 预设两个广告位,一个在首页搜索条下方(Index.js),一个在搜索结果右侧(So.js) 首
HuodeDK
- 检测系统打开的端口及其端口状态,会显示详细的端口信息。-Detection system of open port and its port state, will show details of the port information.
Port-scanner
- 多线程端口扫描器是实现计算机的端口的扫描,只要在在前台设置好所要扫描的IP、起始端口、结束端口以及所要用到的线程数,点击扫描,就可以扫描到所输入IP地址主机的开放端口,并显示在主窗体中;点击退出,则可以退出该程序。IP设置应为所在主机的IP地址,起始端口和结束端口应为0~65535之间的一个数,且起始端口应小于结束端口的大小。线程数为0~200之间的一个数。点击开始后就会运行,直到扫描完毕显示出开放端口,如果没有开放端口,则只显示扫描完毕。-Threaded port scanner is a
scanport
- 可以实现扫描主机。查看其有哪些端口号是打开的。-You can scan host. See its what ports are open.
PortScanning
- This is a port scanner program implemented in JAVA. it can scan all the ports and show which are open.
Open-Source-Port-Scanner
- * Demo multi threaded Port Scanner Free Open Source Version Release coded by Hs32-Idir http://www.Hs32-Idir.tk-* Demo multi threaded Port Scanner Free Open Source Version Release coded by Hs32-Idir http://www.Hs32-Idir.tk
[vb-Code]IP--Sniffer
- 史上最完整的 IP嗅探器 源码。系统信息。开放端口。等亲测试可用!!但不足的是。没有好看的界面,语言也是英文的并没有汉化。但是这些都不是问题!. -The most complete ' the IP sniffer' source. System information. Open ports. And other pro-test available! ! Insufficient. Nice interface, language is English and not f
getport
- 获得当前计算机所有打开的端口。形成列表。-The current computer all open ports. The formation of the list.
AAFW
- :VC/C++源码,网络相关,防火墙,AAFW.dll AAFW防火墙AAFW.dll的源代码,开源目的:防御CC、类型攻击,共享ISAPI编程思路,追求共享精神。-: The VC/C++ source, network-related, firewall, AAFW.dll AAFW firewall AAFW.dll source code, open source purpose: Defense CC type attack, shared ISAPI programming
portscan
- 一个简单的端口扫描程序,可检测目标主机开放的端口-A simple port scanner can detect the target host open port
portscan
- Super portscanner written in Delphi. Scans all ports that are open to discover the security of your computer. Written in modern fashion, good readability and easy to understand