fuzz
stress-test programs by giving them random input
Install
- All systems
-
curl cmd.cat/fuzz.sh
- Debian
-
apt-get install fuzz
- Ubuntu
-
apt-get install fuzz
- Kali Linux
-
apt-get install fuzz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fuzz
- Raspbian
-
apt-get install fuzz
- Dockerfile
- dockerfile.run/fuzz
fuzz
stress-test programs by giving them random input
The fuzz generator is designed to attack certain kinds of software and expose one particular kind of bug common in software. This is the situation where the programmer implicitly makes some assumptions about the data stream that the program will be parsing. If the data stream is substantially different then the program might not be able to deal with it.