搜索资源列表
arpReq
- 利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
C++ping
- 一个可以Ping别人的计算计的程序,对原始TCP编程有很大的帮助-one can Ping others of the calculation procedures, the original TCP program will be very helpful
NASA-BETA-Bundle-Java
- 用java开发的一款软件,支持扫描功能和其他一些网络安全方面的功能.-java development with one of the software, supports scanning function and other network security functions.
模拟显示器扫描
- 模拟显示器扫描,是C初学者所做的一个例子,其中还有许多不足,请多指教-scan analogue monitors, C beginners is the one example of which there are many deficiencies, please enlighten
bfsearch1.0
- 代码非常简洁的小偷程序代码。冰封只是在网络上找了些源码,拿来改造,虽然有些不完整,下次会在原来的基础上改正,希望大家支持! 相对于其他小偷的区别和优势在于,获取代码后并不是直接做替换,而是进行信息的筛选,最终达到代码与界面分离的效果,会点ASP并熟悉页面构架的人可以很方便的套上自己做的界面。 程序说明: 系统设置在Config.asp里,分别可以设置站点名称、站点路径和站点是否开放 预设两个广告位,一个在首页搜索条下方(Index.js),一个在搜索结果右侧(So.js) 首
cfscan
- CF Scan 1.0 ReadMe ============= Introduction ========== Cold Fusion vulnerability scanner is a program that will run down a list of words / domain names, and scan each one for an Allaire ColdFusion misconfiguration. A server can eas
PWM2
- this is a code and used for keypad scanning it can used by anyone very simple one
RELAY
- this is a code and used for keypad scanning it can used by anyone very simple one
ipscanner
- IP地址扫描 功能很强的IP地址扫描程序 1.可以扫描机器类型,操作系统 2.多段扫描 3.端口扫描-IP address of the scan Powerful IP address of the scanner One can scan the machine type, operating system (2) multi-segment scanning (3) port scan
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.
socket
- 用wireshark的命令行模式和windump抓包有时候很难满足抓包的需求,比如我们在一台http服务器上抓http的某个头是指定值的包及iis给其的响应,而其它的包都不要,用现有工具好像就不好实现了,winddump的规则也顶多指定协议、端口之类,具体包的内容过滤上好像就束手无策了,于是想自己做一个,找了一些wincap开发的资料,貌似c#相关的资料不多,找到一个却不能调试,于是又找了一篇讲c#监控网络流量的文章,改造了一下,做了一个命令行抓包工具,因为遇到一些问题,所以还是半成品。-Com
