net-analyzer/ffuf - 2.2.1 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/ffuf-2.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/ffuf-2.2.1

Or alternatively:

emerge --autounmask-write -a =net-analyzer/ffuf-2.2.1

Package Information

Description:
Fast web fuzzer written in Go
Homepage:
https://github.com/ffuf/ffuf
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.2.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Fast web fuzzer written in Go"
HOMEPAGE="https://github.com/ffuf/ffuf"

SRC_URI="
	https://github.com/ffuf/ffuf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/pentoo/pentoo-golang-dist/releases/download/${P}/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/ffuf-${PV}"

src_compile() {
	ego build -o ffuf .
}
src_install() {
	dobin ffuf
}

Inherited Eclasses

Manifest for 2.2.1

Type File Size Source URLs
DIST ffuf-2.2.1-deps.tar.xz 3153372 bytes https://github.com/pentoo/pentoo-golang-dist/releases/download/ffuf-2.2.1/ffuf-2.2.1-deps.tar.xz
DIST ffuf-2.2.1.tar.gz 279701 bytes https://github.com/ffuf/ffuf/archive/refs/tags/v2.2.1.tar.gz