资源列表
ICMP-host-scan-
- 使用ICMP进行主机扫描,确定主机的活动,挺不错的-Uses ICMP host scan to determine the activities of the host, very good.
scan
- 辅助扫描技术(操作系统类型、活动主机探测、远程主机NetBIOS信息探测、伪IP干扰)-Assisted scanning technology (operating system type, event host detection, detection of remote host NetBIOS information, pseudo-IP interference)
Port-scanner
- 端口扫描程序源码 c++版,端口扫描程序源码 c++版.-Port scanner source c++ Edition
testProhibit
- 采用arp欺骗的方法 让指定计算机无法连接其它任意计算机
PortScan0623
- 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-An multi-threaded port scanning program. It can open any number of threads, and stop scanning at any time.
JsFuzzer
- Simple browser fuzzer for JS/PHP Client side.
URLcheck
- 本程序可根据用户的设置对http服务器进行监控,以检测其是否关闭,源码
DirTreeTxt
- 该源码主要是扫描制定目录的文件组成结构,并且把扫描结果已树状结构存储在TXT文件中。-The source is mainly composed of scanning the file directory structure of the development and results of the scan tree structure stored in the TXT file.
Analyse
- 用C++编写的Analyse程序源代码,希望对大家有用。-Analyse program source code, written in C++ hope that useful.
PortScan
- 采用C++编程,端口扫描程序。简单易懂。
CPUID
- 这是一个产看CPUID的小程序方便辨别CPU的真伪
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。