Skip to content
/ baeum Public
forked from tunz/baeum

Evolutionary Fuzzer written in Rust

License

Notifications You must be signed in to change notification settings

ickyphuz/baeum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently unstable. Current version is just like other evolutionary fuzzers.

Usage

$ git clone https://github.com/tunz/baeum
$ cd baeum
$ make
...
$ ./baeum -i seeds -o output -- /path/to/target/program arg1 arg2 ...
Web Server: http://0.0.0.0:8000
...

Reference

Inspired by AFL, LibFuzzer, and honggfuzz.

About

Evolutionary Fuzzer written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 56.5%
  • C 19.4%
  • C++ 7.2%
  • Shell 6.4%
  • JavaScript 4.7%
  • Makefile 4.7%
  • HTML 1.1%