zzuf

Transparent application input fuzzer for testing program robustness

brewmacoslinux
Try with needOr install directly
Source

About

Transparent application input fuzzer

Commands

zzuf

Examples

Fuzz a simple command with random bit flips$ zzuf -s 0 cat file.txt
Fuzz stdin with specific seed and 5% corruption ratio$ echo 'test data' | zzuf -s 123 -r 0.05 cat
Fuzz network application by intercepting socket data$ zzuf -s 0 -r 0.01 ./my_network_app