How to Install and Uninstall python3-fuzza.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-fuzza.noarch" package

This tutorial shows how to install python3-fuzza.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-fuzza.noarch

2. Uninstall "python3-fuzza.noarch" package

This guide let you learn how to uninstall python3-fuzza.noarch on Fedora 34:

$ sudo dnf remove python3-fuzza.noarch $ sudo dnf autoremove

3. Information about the python3-fuzza.noarch package on Fedora 34

Last metadata expiration check: 2:19:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-fuzza
Version : 0.6.0
Release : 4.fc34
Architecture : noarch
Size : 18 k
Source : fuzza-0.6.0-4.fc34.src.rpm
Repository : fedora
Summary : TCP fuzzing tool to test for remote buffer overflows
URL : https://github.com/cytopia/fuzza
License : MIT
Description : fuzza is able to send and receive any initial commands prior sending the
: payload as well as sending any post commands after the payload has been
: sent. In order to replicate and triage the buffer overflow, fuzza can be
: used to generate custom Python scripts for attack, bad chars and finding
: the eip based on your command line arguments.