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/20211214135743/https://github.com/topics/fuzz-testing
Here are
110 public repositories
matching this topic...
Monkey testing library for web apps and Node.js
Updated
Dec 3, 2021
JavaScript
OSS-Fuzz - continuous fuzzing for open source software.
Updated
Dec 14, 2021
Shell
Web Pentesting Fuzz 字典,一个就够了。
Updated
Dec 11, 2021
Python
syzkaller is an unsupervised coverage-guided kernel fuzzer
🐇 Fuzzing Rust code with American Fuzzy Lop
Command line helpers for fuzzing
一个用于前端加密Fuzz的Burp Suite插件
BurpCrypto is a collection of burpsuite encryption plug-ins, support AES/RSA/DES/ExecJs(execute JS encryption code in burpsuite). 支持多种加密算法或直接执行JS代码的用于爆破前端加密的BurpSuite插件
coverage guided fuzz testing for javascript
Updated
Apr 30, 2021
TypeScript
A curated list of awesome Fuzzing(or Fuzz Testing) for software security
A random SQL query generator
moved to elm-explorations/test
Fuzz your Rust code with Google-developed Honggfuzz !
Updated
Sep 19, 2021
Rust
ClusterFuzzLite - Simple continuous fuzzing that runs in CI.
A cross-platform browser fuzzing framework
Updated
Dec 3, 2021
Python
🏆 Collection of bugs uncovered by fuzzing Rust code
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
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 curated list of awesome directed fuzzing research papers
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
Dec 1, 2021
JavaScript
Rust bindings and utilities for LLVM’s libFuzzer
🎯 A collection of fuzzing targets written in Rust.
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