Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 4 Rust Fuzzer Projects
-
openapi-fuzzer
Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
Project mention: Hey Rustaceans! Got a question? Ask here! (32/2022)! | reddit.com/r/rust | 2022-08-09Hi, I'm working on a fuzzer, that fuzzes APIs based on OpenAPI specification. I'd like to implement shrinking. It means that when an interesting input (for the API) is found, I'd like to create the smallest possible input that still causes the same behaviour of the API. I'd like to implement a payload generation via proptest, because it already has the shrinking ability. I'm having issues implementing the JSON object as a proptest strategy. Here is what I tried so far. I explained it in a detail in stackoverflow question but it did not reach many people. Thanks for your help!
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
LibAFL served as a basis for this project.
Fuzzer source: https://github.com/tlspuffin/tlspuffin
-
Project mention: October 2022 monthly "What are you working on?" thread | reddit.com/r/ProgrammingLanguages | 2022-10-02
Continued working on Candy (https://github.com/candy-lang/Candy).
Rust Fuzzer related posts
- Keeping the Wolves Out of WolfSSL
- Win32 API fuzzer, to help develop Wine
- fuzzcheck 0.9 release - run coverage-guided fuzz tests alongside your regular unit tests + code coverage visualiser + new online guide and improved documentation
- Show HN: OpenAPI fuzzer – fuzzing APIs based on OpenAPI specification
- Fuzzcheck: Structure and coverage guided fuzzing for Rust
-
A note from our sponsor - InfluxDB
www.influxdata.com | 23 Mar 2023
Index
What are some of the best open-source Fuzzer projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | openapi-fuzzer | 431 |
2 | fuzzcheck-rs | 404 |
3 | tlspuffin | 99 |
4 | candy | 87 |