Fuzzing
Fuzzing¶
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Fuzzing binaries with LLVM's libFuzzer and rev.ng
Network Protocols¶
Reverse Engineer Network Protocols for Fuzzing
Cryptofuzz - Differential cryptography fuzzing
the Network Protocol Fuzzer
AFLNet: A Greybox Fuzzer for Network Protocols
Network Protocol Fuzzing for Humans
Data Formats¶
Fuzzing and Data Manipulation Framework
Payloads¶
Fuzz Database
Fuzz Web Payloads
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Web Browsers¶
Kernels¶
Fuzzer for Linux Kernel Drivers
Kernel fuzzer for All Kernels
Peach Fuzzer
Radamsa¶
Using Radamsa:
$ echo "aaa" | radamsa
ːaaa
Frida Fuzzing¶
Frida Fuzzer for hooking and modifying the memory of an application.
Frida ALF info Map coverage similar to AFL