libfuzzer
Bug finder
Fuzzing tool for finding bugs and security issues in software
Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.
43 stars
1 watching
1 forks
Language: Nim
last commit: almost 2 years ago
Linked from 1 awesome list
fuzzinghackingsecurityunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
momalab/icsfuzz | A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
googleprojectzero/fuzzilli | Automates the process of finding bugs in JavaScript engines by generating random code and testing it for errors | 1,896 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
mnns/llmfuzzer | A tool designed to test the security of large language models by simulating various inputs and observing their responses. | 238 |
iromise/fans | Fuzzing tool to identify vulnerabilities in Android native system services. | 244 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |
rootup/bfuzz | Automates browser testing with generated input payloads to identify vulnerabilities | 310 |
sycuricon/morfuzz | A fuzzing framework for detecting functional bugs in RISC-V processors | 25 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
aflplusplus/libafl | A framework for building custom fuzzers using Rust, allowing developers to extend and customize their fuzzing capabilities. | 2,059 |
henshin/filebuster | A fast and flexible web application testing tool that uses brute-force methods to discover vulnerabilities | 213 |
googleprojectzero/domato | A tool used to generate malformed HTML code to test web application security | 1,697 |
chijinz/minerva | A tool that generates realistic browser API invocations by analyzing memory-level mod-ref relations and applying weighted selection during test case generation. | 31 |