Merge pull request #83 from spikecodes/patch-1

Publish to Arch User Repository
This commit is contained in:
epi
2020-10-17 20:22:23 -05:00
committed by GitHub

View File

@@ -65,6 +65,7 @@ This attack is also known as Predictable Resource Location, File Enumeration, Di
- [Homebrew on MacOS and Linux](#homebrew-on-macos-and-linux)
- [Cargo Install](#cargo-install)
- [apt Install](#apt-install)
- [AUR Install](#aur-install)
- [Docker Install](#docker-install)
- [Configuration](#-configuration)
- [Default Values](#default-values)
@@ -162,6 +163,14 @@ unzip feroxbuster_amd64.deb.zip
sudo apt install ./feroxbuster_amd64.deb
```
### AUR Install
Install `feroxbuster` on Arch Linux with your AUR helper of choice:
```
yay -S feroxbuster
```
### Docker Install
> The following steps assume you have docker installed / setup