Skip to content

Basic fuzzer implementation in Rust ( Rust + Fuzzer -> Ruzzer)

Notifications You must be signed in to change notification settings

lucajungnickel/ruzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruzzer

Basic mutational grammar fuzzer implementation in Rust ( Rust + Fuzzer -> Ruzzer)

Start with: cargo run

This starts a mutational grammar fuzzer with a CGI grammar, which will fuzz a broken implemention of a CGI parser written in C. The CGI parser (located in SUTs/ ) is compiled with ASAN in order to make memory bugs easier detectables.

About

Basic fuzzer implementation in Rust ( Rust + Fuzzer -> Ruzzer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published