How To Install proxyfuzz on Fedora 36

In this tutorial we learn how to install proxyfuzz in Fedora 36. proxyfuzz is Man-in-the-middle non-deterministic network fuzzer

Introduction

In this tutorial we learn how to install proxyfuzz on Fedora 36.

What is proxyfuzz

ProxyFuzz is a man-in-the-middle non-deterministic network fuzzier written in Python. ProxyFuzz randomly changes (fuzzes) contents on the network traffic. It supports TCP and UDP protocols and can also be configured to fuzz only one side of the communication. ProxyFuzz is protocol agnostic so it can randomly fuzz any network communication.

We can use yum or dnf to install proxyfuzz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install proxyfuzz.

Install proxyfuzz on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install proxyfuzz using dnf by running the following command:

sudo dnf -y install proxyfuzz

Install proxyfuzz on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install proxyfuzz using yum by running the following command:

sudo yum -y install proxyfuzz

How To Uninstall proxyfuzz on Fedora 36

To uninstall only the proxyfuzz package we can use the following command:

sudo dnf remove proxyfuzz

proxyfuzz Package Contents on Fedora 36

/usr/sbin/proxyfuzz
/usr/share/doc/proxyfuzz
/usr/share/doc/proxyfuzz/README-Fedora

References

Summary

In this tutorial we learn how to install proxyfuzz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).