How to Install zzuf in Ubuntu 18.04



Install zzuf by entering the following commands in the terminal:

sudo apt update
sudo apt install zzuf

Description:

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.

Version: 0.15-1

Section: universe/devel