Fuzzing: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
 
Line 6: Line 6:
** http://www.hacksafe.com.au/blog/category/fuzz-testing/
** http://www.hacksafe.com.au/blog/category/fuzz-testing/
* [http://sourceforge.net/projects/taof/ The Art Of Fuzzing]
* [http://sourceforge.net/projects/taof/ The Art Of Fuzzing]
* [http://sourceforge.net/projects/jbrofuzz JBroFuzz]
* [http://www.digitaldwarf.be/products.html Digital Dwarf products]
* As Debian packages:
* As Debian packages:
** [http://fuzz.sourceforge.net/ fuzz] - stress-test programs by giving them random input
** [http://fuzz.sourceforge.net/ fuzz] - stress-test programs by giving them random input
** [http://sam.zoy.org/zzuf/ zzuf] - transparent application input fuzzer
** [http://sam.zoy.org/zzuf/ zzuf] - transparent application input fuzzer
* Debian packages, not sure if they automate fuzzing but they allow injection of crafted data
* Debian packages, not sure if they automate fuzzing but they can be useful
** bfbtester - Brute Force Binary Tester
** netsed - The network packet altering stream editor
** irpas - Internetwork Routing Protocol Attack Suite
** mozilla-livehttpheaders - Adds information about the HTTP headers to Iceweasel and Iceape
** mozilla-livehttpheaders - Adds information about the HTTP headers to Iceweasel and Iceape
** netsed - The network packet altering stream editor
** [http://www.secdev.org/projects/scapy/ python-scapy] - Packet generator/sniffer and network scanner/discovery
** spikeproxy - Web application security testing proxy

Revision as of 07:21, 8 April 2007

This is a first attempt to collect data on free software fuzzing tools.

Tools