zzat
transparent application fuzzer
Install
- All systems
-
curl cmd.cat/zzat.sh
- Debian
-
apt-get install zzuf
- Ubuntu
-
apt-get install zzuf
- Arch Linux
-
pacman -S zzuf
- Kali Linux
-
apt-get install zzuf
- Fedora
-
dnf install zzuf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zzuf
- OS X
-
brew install zzuf
- Raspbian
-
apt-get install zzuf
- Dockerfile
- dockerfile.run/zzat
zzuf
transparent application fuzzer
Zzuf is a transparent fuzzer. It works by intercepting applications' file and network operations and changing random bits in their input. Its behaviour is deterministic, making it easy to reproduce bugs. Zzuf has support for variable fuzzing ratio, character filtering, fuzzing decision based on filenames and optional network fuzzing. It can also stop processes that run for too long or that output too much data.