unix-privesc-check on AUR (Arch User Repository)

Last updated: November 16,2024

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

$ yay -S unix-privesc-check

* (Optional) Uninstall unix-privesc-check on Arch using YAY

$ yay -Rns unix-privesc-check

2. Manually Install "unix-privesc-check" via AUR

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

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

b. Clone unix-privesc-check's git locally

$ git clone https://aur.archlinux.org/unix-privesc-check.git ~/unix-privesc-check

c. Go to ~/unix-privesc-check folder and install it

$ cd ~/unix-privesc-check $ makepkg -si

3. Information about the unix-privesc-check package on Arch User Repository (AUR)

ID: 933918
Name: unix-privesc-check
PackageBaseID: 136382
PackageBase: unix-privesc-check
Version: 1.5-2
Description: Find misconfigurations on UNIX(-like) systems that allow privilege escalation
URL: https://pentestmonkey.net/tools/audit/unix-privesc-check
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Kr1ss
Submitter: Kr1ss
FirstSubmitted: 1538408099
LastModified: 1626188980
URLPath: /cgit/aur.git/snapshot/unix-privesc-check.tar.gz

5. The same packages on other Linux Distributions