wfuzz on AUR (Arch User Repository)

Last updated: May 21,2024

1. Install "wfuzz" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install wfuzz on Arch using YAY

$ yay -S wfuzz

* (Optional) Uninstall wfuzz on Arch using YAY

$ yay -Rns wfuzz

2. Manually Install "wfuzz" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone wfuzz's git locally

$ git clone https://aur.archlinux.org/wfuzz.git ~/wfuzz

c. Go to ~/wfuzz folder and install it

$ cd ~/wfuzz $ makepkg -si

3. Information about the wfuzz package on Arch User Repository (AUR)

ID: 818350
Name: wfuzz
PackageBaseID: 51517
PackageBase: wfuzz
Version: 3.1.0-1
Description: Utility to bruteforce web applications to find their not linked resources
URL: https://github.com/xmendez/wfuzz
NumVotes: 15
Popularity: 0.000454
OutOfDate:
Maintainer: dkasak
Submitter: onny
FirstSubmitted: 1313314764
LastModified: 1605270850
URLPath: /cgit/aur.git/snapshot/wfuzz.tar.gz