Section: .. / fuzzer /
| /// File Name: |
jpegfuzr.tar.gz |
Description:
|
JPEGfuzr is a perl implementation of fuzzing JPEG metadata through the Image::MetaData::JPEGextension. It supports 40 metadata tags and fuzzes all, one by one, using the fuzz data supplied.
| | Author: | Jeremy Brown | | Homepage: | http://jbrownsec.blogspot.com/ | | File Size: | 1188472 | | Last Modified: | Dec 14 15:55:40 2008 |
| MD5 Checksum: | 33ae7207cfbcb0e7fd510f2bfe60a203 |
|
| /// File Name: |
tagfuzz.txt |
Description:
|
TagFuzzer is a fuzzing utility that edits tag information for a supplied file. Supports MP3, M4A, M4P, MP4, M4B, 3GP, OGG, and FLAC formats.
| | Author: | r0ut3r | | File Size: | 6002 | | Last Modified: | Nov 25 17:24:06 2008 |
| MD5 Checksum: | 07a3ec7db92a1a75ec526f406a1433c0 |
|
| /// File Name: |
voiper-0.07.tar.gz |
Description:
|
VoIPER is a VoIP security testing toolkit incorporating several VoIP fuzzers and auxiliary tools to assist the auditor. It can currently generate over 200,000 SIP tests and H.323/IAX modules are in development.
| | Author: | nnp | | Homepage: | http://voiper.sourceforge.net/ | | Changes: | Added a bundle of new fuzzers. Rewrote the entire SIP backend. Added a 'voiper.config' file. | | File Size: | 445004 | | Last Modified: | Oct 28 19:56:06 2008 |
| MD5 Checksum: | d2bce38a993b51accf301fa3fe343565 |
|
| /// File Name: |
Peach-2.2-src.zip |
Description:
|
Peach is an easily extended fuzzing platform that can fuzz just about anything from file parsers and network protocols to COM objects and SQL stored procedures. Python source version.
| | Author: | Michael Eddington | | Homepage: | http://peachfuzzer.com/ | | Changes: | Updated and new mutators. Speed improvements. Various other fixes and improvements. | | File Size: | 8347932 | | Last Modified: | Oct 27 16:31:42 2008 |
| MD5 Checksum: | 02317fbf44f81cbe9745685ace5cb4eb |
|
| /// File Name: |
bf10BETA.tar.gz |
Description:
|
BF stands for Browser Fuzzer. BF is a web browser fuzzing tool that fuzzes HTML and Javascript.
| | Author: | Jeremy Brown | | Homepage: | http://jbrownsec.blogspot.com/ | | File Size: | 48656 | | Last Modified: | Oct 9 02:15:29 2008 |
| MD5 Checksum: | 7554fb43fd5260e4617844780003e5c3 |
|
| /// File Name: |
dirTraversal.txt |
Description:
|
This is a list of fuzzing vectors used in order to trigger directory traversal vulnerabilities. It is quite a huge list composed using different encodings and bizarre attack patterns reported in several vulnerability advisories.
| | Author: | Luca Carettoni | | Homepage: | http://www.ikkisoft.com/ | | File Size: | 72536 | | Last Modified: | Oct 7 21:58:53 2008 |
| MD5 Checksum: | b931800f5bd30d6bd489d21dffb589f4 |
|
| /// File Name: |
zfz20BETA.tar.gz |
Description:
|
ZfZ stands for Zeroday fuZzer. ZfZ is a network fuzzer that supports many protocols and can do generic fuzzing as well. It is trivial to add protocols to fuzz, just copy and modify the protocols already implemented.
| | Author: | Jeremy Brown | | Homepage: | http://jbrownsec.blogspot.com/ | | File Size: | 44855 | | Last Modified: | Oct 1 18:00:00 2008 |
| MD5 Checksum: | b533d8929a93e66708fde27b7b26bc16 |
|
| /// File Name: |
voiper-0.06.tar.gz |
Description:
|
VoIPER is a VoIP security testing toolkit incorporating several VoIP fuzzers and auxiliary tools to assist the auditor. It can currently generate over 200,000 SIP tests and H.323/IAX modules are in development.
| | Author: | nnp | | Homepage: | http://voiper.sourceforge.net/ | | File Size: | 425423 | | Last Modified: | Aug 20 03:27:13 2008 |
| MD5 Checksum: | 81517b583ef0700efc3b5cff047518f0 |
|
| /// File Name: |
powerfuzzer_v1_beta.zip |
Description:
|
Powerfuzzer is a highly automated web fuzzer based on many other Open Source fuzzers available (including cfuzzer, fuzzled, fuzzer.pl, jbrofuzz, webscarab, wapiti, Socket Fuzzer) and information gathered from numerous security resources and websites. It is capable of spidering a website and identifying inputs.
| | Author: | Marcin Kozlowski | | Homepage: | http://powerfuzzer.sourceforge.net/ | | File Size: | 37148 | | Last Modified: | Jul 25 13:53:25 2008 |
| MD5 Checksum: | 396b2d6d7bff4882890ef159d826b641 |
|
| /// File Name: |
tmin-0.04.tar.gz |
Description:
|
tmin is a quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. It is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize testcases), and for easy integration with UI testing harnesses.
| | Author: | Michal Zalewski | | Homepage: | http://code.google.com/p/tmin/ | | File Size: | 11336 | | Last Modified: | Jun 19 18:23:25 2008 |
| MD5 Checksum: | ec8d0047b0441cd963979080d427c0bd |
|
| /// File Name: |
zzuf-0.12.tar.gz |
Description:
|
zzuf is a transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program's input. zzuf's behavior is deterministic, making it easy to reproduce bugs.
| | Author: | Sam Hocevar | | Homepage: | http://sam.zoy.org/zzuf/ | | Changes: | Finished the libzzuf manual page, a crash, and some other bugs. | | File Size: | 446043 | | Last Modified: | Jun 13 19:14:01 2008 |
| MD5 Checksum: | 39f97432b02e358cdf2915f844ee3106 |
|
| /// File Name: |
bunny-0.93.tgz |
Description:
|
Bunny the Fuzzer - A closed loop, high-performance, general purpose protocol-blind fuzzer for C programs. Uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data. This architecture makes it possible to significantly improve the coverage of the testing process without a noticeable performance impact usually associated with other attempts to peek into run-time internals.
| | Author: | Michal Zalewski | | Homepage: | http://code.google.com/p/bunny-the-fuzzer/ | | Changes: | Bug fix release. | | File Size: | 64575 | | Last Modified: | May 22 19:44:45 2008 |
| MD5 Checksum: | 95fac3531bf5b64e20aab748278c2129 |
|
| /// File Name: |
zzuf-0.11.tar.gz |
Description:
|
zzuf is a transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program's input. zzuf's behavior is deterministic, making it easy to reproduce bugs.
| | Author: | Sam Hocevar | | Homepage: | http://sam.zoy.org/zzuf/ | | Changes: | Minor memory and speed optimizations. | | File Size: | 440335 | | Last Modified: | May 19 19:11:53 2008 |
| MD5 Checksum: | bcb727ffb2af3574d22f8c5768f95490 |
|
| /// File Name: |
sqlfuzzer.py.txt |
Description:
|
SQL Injector version 1.0 is a fuzzing utility written in Python.
| | Author: | Beenu Arora | | File Size: | 775 | | Last Modified: | May 15 04:17:36 2008 |
| MD5 Checksum: | 30658df42570e5cc8bf5a21363643df6 |
|
| /// File Name: |
xsschecker.py.txt |
Description:
|
Cross site scripting fuzzing utility written in Python.
| | Author: | Beenu Arora | | File Size: | 1945 | | Last Modified: | May 15 04:16:34 2008 |
| MD5 Checksum: | 87e7d424c10d56a7fc8c08dc5f96dc2a |
|
| /// File Name: |
tmin-0.03.tar.gz |
Description:
|
tmin is a quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. It is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize testcases), and for easy integration with UI testing harnesses.
| | Author: | Michal Zalewski | | Homepage: | http://code.google.com/p/tmin/ | | File Size: | 11319 | | Last Modified: | Apr 28 18:38:32 2008 |
| MD5 Checksum: | 403793ec22c6d0f7675c87cce652edd3 |
|
|
|
|
|