How to Install and Uninstall wapiti.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "wapiti.noarch" package

This guide covers the steps necessary to install wapiti.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install wapiti.noarch

2. Uninstall "wapiti.noarch" package

In this section, we are going to explain the necessary steps to uninstall wapiti.noarch on Rocky Linux 8:

$ sudo dnf remove wapiti.noarch $ sudo dnf autoremove

3. Information about the wapiti.noarch package on Rocky Linux 8

Last metadata expiration check: 0:22:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : wapiti
Version : 3.0.2
Release : 2.el8
Architecture : noarch
Size : 496 k
Source : wapiti-3.0.2-2.el8.src.rpm
Repository : epel
Summary : A web application vulnerability scanner
URL : http://wapiti.sourceforge.net/
License : GPLv2+ and MIT
Description : Wapiti allows you to audit the security of your web applications. It performs
: "black-box" scans, i.e. it does not study the source code of the application
: but will scans the web pages of the deployed web app, looking for scripts and
: forms where it can inject data. Once it gets this list, Wapiti acts like a
: fuzzer, injecting payloads to see if a script is vulnerable.