Fuzzers

Π‘Ρ‚Π°Ρ‚ΡŒΡ ΠΏΡ€ΠΎ построСниС Ρ„Π΅Ρ€ΠΌΡ‹ для Ρ„Π°Π·Π·ΠΈΠ½Π³Π°: https://habr.com/ru/company/dsec/blog/517596/

Dockerfiles for some fuzzers: https://github.com/WiseSecurity/dockerized-fuzzers

WEIZZ: Automatic Grey-Box Fuzzing for Structured Binary Formats Slides: https://andreafioraldi.github.io/assets/weizz-issta2020-slides.pdf Video: https://www.youtube.com/watch?v=MOeUqlFtgwE Article: https://andreafioraldi.github.io/assets/weizz-issta2020.pdf Code: https://github.com/andreafioraldi/weizz-fuzzer

Fuzzing JavaScript Engines with Aspect-preserving Mutatio https://github.com/sslab-gatech/DIE

Storm - a blackbox mutational fuzzer for detecting critical bugs in SMT solvers Article: https://numairmansur.github.io/STORM.pdf Code: https://github.com/Practical-Formal-Methods/storm

UAFuzz: Binary-level Directed Fuzzing for Use-After-Free Vulnerabilities https://github.com/strongcourage/uafuzz

radamsa https://gitlab.com/akihe/radamsa созданиС ΠΌΡƒΡ‚Π°Ρ†ΠΈΠΉ ΠΈΠ· ΠΏΡ€ΠΈΠΌΠ΅Ρ€ΠΎΠ² НапримСр:

# Generate 1000 example payloads
radamsa -n 1000 -o %n.txt example1.txt example2.txt

FLUFFI - Ρ„Ρ€Π΅ΠΉΠΌΠ²ΠΎΡ€ΠΊ для "пСнтСстров" для Ρ„Π°Π·Π·ΠΈΠ½Π³Π° Π±ΠΈΠ½Π°Ρ€Π΅ΠΉ https://github.com/siemens/fluffi

Π§Ρ‚ΠΎ спСциалисты ΠΈΠ· NCC Group использовали для Ρ„Π°Π·Π·ΠΈΠ½Π³Π° 5g protocols: https://research.nccgroup.com/2021/10/11/the-challenges-of-fuzzing-5g-protocols/

ClusterFuzz β€” Ρ„Π΅Ρ€ΠΌΠ° Ρ„Π°Π·Π·ΠΈΠ½Π³Π° ΠΎΡ‚ Google

OneFuzz β€” Ρ„Π΅Ρ€ΠΌΠ° Ρ„Π°Π·Π·ΠΈΠ½Π³Π° ΠΎΡ‚ Microsoft

valgrind, addrsanitizer, bullseye, svace, libfuzzer, statsviz, AFL++

Last updated