How to Install and Uninstall python39-wfuzz Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python39-wfuzz" package

Learn how to install python39-wfuzz on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-wfuzz

2. Uninstall "python39-wfuzz" package

Here is a brief guide to show you how to uninstall python39-wfuzz on openSuSE Tumbleweed:

$ sudo zypper remove python39-wfuzz

3. Information about the python39-wfuzz package on openSuSE Tumbleweed

Information for package python39-wfuzz:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-wfuzz
Version : 3.1.0-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 800.6 KiB
Installed : No
Status : not installed
Source package : wfuzz-3.1.0-3.9.src
Upstream URL : https://wfuzz.readthedocs.io/en/latest/
Summary : The web fuzzer
Description :
Wfuzz has been created to facilitate the task in web applications assessments
and it is based on a simple concept: it replaces any reference to the FUZZ
keyword by the value of a given payload.
A payload in Wfuzz is a source of data.
This simple concept allows any input to be injected in any field of an HTTP
request, allowing to perform complex web security attacks in different web
application components such as: parameters, authentication, forms,
directories/files, headers, etc.
Wfuzz is more than a web content scanner:
* Wfuzz could help you to secure your web applications by finding and
exploiting web application vulnerabilities. Wfuzz’s web application
vulnerability scanner is supported by plugins.
* Wfuzz is a completely modular framework and makes it easy for even the newest
of Python developers to contribute. Building plugins is simple and takes
little more than a few minutes.
* Wfuzz exposes a simple language interface to the previous HTTP
requests/responses performed using Wfuzz or other tools, such as Burp. This
allows you to perform manual and semi-automatic tests with full context and
understanding of your actions, without relying on a web application scanner
underlying implementation.
It was created to facilitate the task in web applications assessments, it's a
tool by pentesters for pentesters ;)