|
`名称
|
简介
|
地址
|
备注
|
|
Sulley
|
|
http://www.fuzzing.org/wp-content/Sulley%20Fuzzing%20Framework.exe
|
Python的fuzzing框架,包括进程监视、网络监视、虚拟机控制
|
|
SPIKE
|
SPIKE is an attempt to write an easy to use generic protocol API that helps reverse engineer new and unknown network protocols. It features several working examples. Includes a web server NTLM Authentication brute forcer and example code that parses web applications and DCE-RPC (MSRPC).
|
http://www.immunitysec.com/resources-freesoftware.shtml
|
一个C++的接口 fuzz框架,fuzz http server等比较成熟。
|
|
Scratch
|
Scratch is an advanced protocol destroyer (”fuzzer”) which can routinely find a wide variety of vulnerabilities from a simple packet. scratch does complex parsing of binary files to determine what to fuzz with what data. scratch also comes with a framework for fuzzing binary protocols such as SSL and SMB.
|
http://packetstormsecurity.org/UNIX/misc/scratch.rar
|
Python的框架,支持2进制fuzz,主要针对formatstring overflow 等模块fuzz。Audits目录下有些测试用例产生的例子(formatstring overflow 等)
|
|
LXAPI
|
Library Exploit API - A selection of python methods designed for bugtesting and exploitation of local and remote vulnerabilities. It includes a fuzz testing compenent, miscellaneous shellcode methods and a simple GUI. LxAPI is currently a work-in-progress.
|
http://lxapi.sourceforge.net/
|
没有下载到。
|
|
antiparse
|
antiparser is a fuzz testing and fault injection API. The purpose of antiparser is to provide an API that can be used to model network protocols and file formats by their composite data types. Once a model has been created, the antiparser has various methods for creating random sets of data that deviates in ways that will ideally trigger software bugs or security vulnerabilities. Requires Python 2.3 or later.
|
http://antiparser.sourceforge.net/
|
基于Python的fuzzing框架,主要提供各种各样的数据变异API
|
|
Autodafe
|
Autodafe is a fuzzing framework that can be used to identify boundary validation and other issues in protocols and applications. Written by Martin Vuagnoux.
|
http://packetstormsecurity.org/fuzzer/autodafe-0.1.tar.gz
|
支持sniffer包 自动生成测试数据,基于block,自动计算block的大小,带调试器,能自动监控 危险函数和测试用例间的情况,比较好的一个。
|
|
dfuz
|
a remote protocol fuzzer/triggerer which can do many things such as sending random data/random sizes, together with the data you want. it has alot of ways to tell the program to use this data by using rule files which will be later parsed by the program itself, and with several options and ways to make it very specific, and very flexible. It’s not only a remote protocol fuzzer as itself, but it is a scripting-like motor on which you can create any kind of payload. User-friendly.(Unix)
|
http://www.genexx.org/dfuz/
|
一个简单易用的fuzz工具
|
|
Evolutionary Fuzzing System (EFS)
|
A fuzzer which attempts to dynamically learn a protocol using code coverage and other feedback mechanisms.
|
http://www.vdalabs.com/tools/efs_gpf.html
|
Python,fuzzing框架,包含进程调试
|
|
General Purpose Fuzzer (GPF)
|
Written in C, GPF has a number of modes ranging from simple pure random fuzzing to more complex protocol tokenization.
|
http://www.vdalabs.com/tools/efs_gpf.html
|
C,只有通用的协议
|
|
Protocol Informatics
|
Slides, whitepaper and code from the last publicly seen snapshot from Marshall Beddoe’s work.
|
http://www.fuzzing.org/wp-content/Protocol%20Informatics.zip
|
通过统计的等技术自动识别协议,统计部分比较新颖,其他部分一般。
|