Fusil is a fuzzing framework easing the discovery of problems in software data input, using a technique known as fuzzing, wherein a system is fed corrupted data in order to see how it reacts.
Fusil is a fuzzing framework easing the discovery of problems in software data input, using a technique known as fuzzing, wherein a system is fed corrupted data in order to see how it reacts.
To install fusil, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fusil
To see what files were installed by fusil, run:
port contents fusil
To later upgrade fusil, run:
sudo port selfupdate && sudo port upgrade fusil
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.