burpsuite on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S burpsuite

* (Optional) Uninstall burpsuite on Arch using YAY

$ yay -Rns burpsuite

2. Manually Install "burpsuite" via AUR

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

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

b. Clone burpsuite's git locally

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

c. Go to ~/burpsuite folder and install it

$ cd ~/burpsuite $ makepkg -si

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

ID: 1426297
Name: burpsuite
PackageBaseID: 15192
PackageBase: burpsuite
Version: 2024.2.1.2-1
Description: An integrated platform for performing security testing of web applications (free edition)
URL: https://portswigger.net/burp/
NumVotes: 116
Popularity: 0.950288
OutOfDate:
Maintainer: tux268
Submitter: daronin
FirstSubmitted: 1203014945
LastModified: 1710318872
URLPath: /cgit/aur.git/snapshot/burpsuite.tar.gz

5. The same packages on other Linux Distributions