COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210811095841/https://github.com/topics/fuzz-testing
Here are
104 public repositories
matching this topic...
Monkey testing library for web apps and Node.js
Updated
Jun 14, 2021
JavaScript
OSS-Fuzz - continuous fuzzing for open source software.
Updated
Aug 11, 2021
Shell
syzkaller is an unsupervised coverage-guided kernel fuzzer
Web Pentesting Fuzz 字典,一个就够了。
Updated
Jun 8, 2021
Python
🐇 Fuzzing Rust code with American Fuzzy Lop
Updated
Jul 25, 2021
Rust
Command line helpers for fuzzing
一个用于前端加密Fuzz的Burp Suite插件
coverage guided fuzz testing for javascript
Updated
Apr 30, 2021
TypeScript
A curated list of awesome Fuzzing(or Fuzz Testing) for software security
BurpCrypto is a collection of burpsuite encryption plug-ins, support AES/RSA/DES/ExecJs(execute JS encryption code in burpsuite). 支持多种加密算法的用于爆破前端加密的Burp插件
Updated
May 21, 2021
Java
A random SQL query generator
moved to elm-explorations/test
Fuzz your Rust code with Google-developed Honggfuzz !
Updated
Jul 24, 2021
Rust
A cross-platform browser fuzzing framework
Updated
Aug 11, 2021
Python
This project contains the source code for the CERT Basic Fuzzing Framework (BFF) and the CERT Failure Observation Engine (FOE).
Updated
Jun 16, 2020
Python
🏆 Collection of bugs uncovered by fuzzing Rust code
CLI to integrate continuous fuzzing with Fuzzit (no longer available)
AFL-based fuzz testing for .NET
coverage guided fuzz testing for java
Updated
Apr 30, 2021
Java
coverage guided fuzz testing for python
Updated
Jul 12, 2020
Python
Custom memory allocator that helps discover reads from uninitialized memory
Updated
Sep 11, 2020
Rust
Randomly mutate JSON, XML, HTML forms, text and binary data for fuzz testing
Updated
Apr 22, 2020
Kotlin
A Not So Very Intelligent Fuzzer: An advanced fuzzing framework designed to find vulnerabilities in C/C++ code.
🤖 Repeat tests. Repeat tests. Repeat tests.
Updated
Aug 9, 2021
JavaScript
Rust bindings and utilities for LLVM’s libFuzzer
A curated list of awesome directed fuzzing research papers
🎯 A collection of fuzzing targets written in Rust.
A MS OpenXML Format Fuzzing Framework
Updated
Apr 10, 2018
Python
Improve this page
Add a description, image, and links to the
fuzz-testing
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
fuzz-testing
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi, I also have a question regarding the custom post processor.
In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not sent to the target program and fuzzing is continued. When I tried to do that same the fuzzer throws the error: `Custom_post_process fa