Install this version:
emerge -a =net-analyzer/feroxbuster-bin-2.13.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/feroxbuster-bin-2.13.1
Or alternatively:
emerge --autounmask-write -a =net-analyzer/feroxbuster-bin-2.13.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.13.1 | 8 | -* ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Fast, simple, recursive content discovery tool (prebuilt binary)"
HOMEPAGE="https://github.com/epi052/feroxbuster"
SRC_URI="
amd64? (
https://github.com/epi052/feroxbuster/releases/download/v${PV}/x86_64-linux-feroxbuster.tar.gz
-> ${P}-amd64.tar.gz
)
"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror strip test"
QA_PREBUILT="usr/bin/feroxbuster"
src_install() {
dobin feroxbuster
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | feroxbuster-bin-2.13.1-amd64.tar.gz | 5012610 bytes | https://github.com/epi052/feroxbuster/releases/download/v2.13.1/x86_64-linux-feroxbuster.tar.gz |