clif
is a command-line application fuzzer, pretty much what a wfuzz
or ffuf
are for web. It was inspired by sudo
vulnerability CVE-2021-3156
and the fact that, for some reasons, Google's alf-fuzz
doesn't allow for unlimited argument or option specification. Since I try to practice my Rust whenever there's an opportunity to develop something that I actually might use, I decided to create my own fuzzer.