| Projects on Google Code | Results 1 - 10 of 20 |
JavaFuzz is a *java classes fuzzer* based on the the Java Reflection
API. The reflection API represents, or reflects, the classes, interfaces,
and objects in the current Java Virtual Machine. Using the reflection
API it can contruct and invoke any given class (or list of classes).
After gettin...
Regfuzz is a collection of program and scripts for testing regular expression robustness using randomly generated valid and invalid regular expressions.
The base implementation is in C, but a swig interface definition is included along with [http://code.google.com/p/regfuzz/source/browse/#svn/tru...
USBroken is a framework and [http://arduino.cc/ Arduino]-based hardware platform for USB device driver fuzzing. It will allow the user to spoof arbitrary USB device IDs in order to force the loading of specific drivers, which can then be attacked.
=Ferruh Mavituna's Freakin' Simple Fuzzer=
[http://www.webguvenligi.org/ http://www.webguvenligi.org/wp-content/themes/ocean-mist-10/images/owasp.png] [http://labs.portcullis.co.uk http://labs.portcullis.co.uk/mg/logo.gif?googlecode]
FSF is a plug-in based freakin' simple fuzzer for fuzzing ...
Sulley is a fuzzer development and fuzz testing framework consisting of multiple extensible components. Sulley (IMHO) exceeds the capabilities of most previously published fuzzing technologies, commercial and public domain. The goal of the framework is to simplify not only data representation but to...
Flayer is a Valgrind tool which provides bit-precise dynamic taint analysis of input to a target application. In addition, it allows this flow to be altered irrespective of content through the modification of conditional jump (if clauses) and function call behavior.
In addition, a small, Python ...
=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 chan...
IOCTL Fuzzer is a tool designed to automate the task of searching vulnerabilities in Windows kernel drivers by performing fuzz tests on them.
The fuzzer’s own driver hooks NtDeviceIoControlFile in order to take control of all IRPs throughout the system.
While processing IRPs, the fuzzer will...
security,
reverseengineering,
ring0,
fuzzing,
vulnerability,
kernel,
driver,
crashdump,
applicationsecurity,
exploit,
kernelmode
Tcpjunk is a general TCP/UDP protocols testing and hacking utility.
===Main features:===
* Supports IPv4/IPv6/TCP/UDP
* Automatically send/receive data according to predefined session setup
* Client/Server mode
* Supports SSL
* Dynamic data insertion and manipulation using tags
* Tr...
=tmin=
A quick and simple tool to minimize the size and syntax of complex test cases in automated security testing.
The tool is somewhat related to [http://delta.tigris.org/ delta], a more featured general-purpose optimizer - but is meant specifically for dealing with unknown or complex data f...