net-analyzer/legba-bin - 1.2.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/legba-bin-1.2.0

Package Information

Description:
Multiprotocol credentials bruteforcer/password
Homepage:
https://github.com/evilsocket/legba
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.0 8 amd64 ~arm64 ~arm 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Multiprotocol credentials bruteforcer/password"
HOMEPAGE="https://github.com/evilsocket/legba"

SRC_URI="amd64? ( fetch+https://github.com/evilsocket/legba/releases/download/${PV}/legba-${PV}-linux-x86_64.tar.gz )
		arm64? ( fetch+https://github.com/evilsocket/legba/releases/download/${PV}/legba-${PV}-linux-arm64.tar.gz )
		arm? ( fetch+https://github.com/evilsocket/legba/releases/download/${PV}/legba-${PV}-linux-armv7.tar.gz )
		"

S="${WORKDIR}/legba-${PV}-linux-x86_64"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~arm"

BDEPEND="app-arch/unzip"
QA_PREBUILD="*"

src_install() {
	newbin "legba" "${PN}"
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.2.0

Type File Size Source URLs
DIST legba-1.2.0-linux-arm64.tar.gz 11849454 bytes fetch+https://github.com/evilsocket/legba/releases/download/1.2.0/legba-1.2.0-linux-arm64.tar.gz
DIST legba-1.2.0-linux-armv7.tar.gz 11713259 bytes fetch+https://github.com/evilsocket/legba/releases/download/1.2.0/legba-1.2.0-linux-armv7.tar.gz
DIST legba-1.2.0-linux-x86_64.tar.gz 12614532 bytes fetch+https://github.com/evilsocket/legba/releases/download/1.2.0/legba-1.2.0-linux-x86_64.tar.gz