dirbuster on AUR (Arch User Repository)

Last updated: July 01,2024

1. Install "dirbuster" 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 dirbuster on Arch using YAY

$ yay -S dirbuster

* (Optional) Uninstall dirbuster on Arch using YAY

$ yay -Rns dirbuster

2. Manually Install "dirbuster" via AUR

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

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

b. Clone dirbuster's git locally

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

c. Go to ~/dirbuster folder and install it

$ cd ~/dirbuster $ makepkg -si

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

ID: 199442
Name: dirbuster
PackageBaseID: 20809
PackageBase: dirbuster
Version: 1.0_RC1-10
Description: An application designed to brute force directories and files names on web/application servers
URL: http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
NumVotes: 22
Popularity: 0.000869
OutOfDate:
Maintainer: anthraxx
Submitter: clamy
FirstSubmitted: 1224256174
LastModified: 1434643849
URLPath: /cgit/aur.git/snapshot/dirbuster.tar.gz

5. The same packages on other Linux Distributions