mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 20:21:47 +02:00
commit
07bee17e39
6 changed files with 79 additions and 0 deletions
3
app-exploits/vulnx-bin/Manifest
Normal file
3
app-exploits/vulnx-bin/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST vulnx_1.0.0_linux_amd64.zip 10870876 BLAKE2B 713fad684145f5e73863dc71173f85a9a2f0d8926c3e7e956961fb99e6f760e060ceea57579597aacd020a7feaf609beadabba63bceeb8b85f3362b641b16776 SHA512 854dfad3ee288d5fa29d1929dc4d7e14c0350b6b2bc667822ca25192eeae774334c21d88d31939fba381fba3a2df17aa17863383d366d6b2158a9dae1047fb95
|
||||
DIST vulnx_1.0.0_linux_arm.zip 10325672 BLAKE2B c3740520e6d820ddec2d88dc20d6baefe536952744b7712c5c79ef26e13afd0b0e09d46e7f60908ac0e5f1ac04aca8774d6d65ae2c39baaca10696221a3aedba SHA512 12569f5a7e8dbb9883362f83784c67a0120872fd0e2f5195a8c85ead94966fa03e0dfee50a82fc843632690fbd1e5f0c31bb7b7145d10f0cc5abf616dc070067
|
||||
DIST vulnx_1.0.0_linux_arm64.zip 9960457 BLAKE2B 40fcafe3868a96e37d82f45acd6e2f03b9815b0dc1d54be77cea5a40c08d262d7a36209fd43db41d1787a467ceca8f3985a5b9b92586f309dea99348dae32f3b SHA512 6389b5b25eb741a37e7c4b80349f4b2abecfeaf474a0270295fe738545d4b6fefd70ed0915ded55552480a709b3d38e11e63001044e90f89cfaaed049f1041ea
|
||||
11
app-exploits/vulnx-bin/metadata.xml
Normal file
11
app-exploits/vulnx-bin/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">projectdiscovery/cvemap</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
25
app-exploits/vulnx-bin/vulnx-bin-1.0.0.ebuild
Normal file
25
app-exploits/vulnx-bin/vulnx-bin-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Modern CLI for exploring vulnerability data with powerful search, filtering, and analysis capabilities"
|
||||
HOMEPAGE="https://github.com/projectdiscovery/cvemap"
|
||||
|
||||
SRC_URI="amd64? ( fetch+https://github.com/projectdiscovery/cvemap/releases/download/v${PV}/vulnx_${PV}_linux_amd64.zip )
|
||||
arm? ( fetch+https://github.com/projectdiscovery/cvemap/releases/download/v${PV}/vulnx_${PV}_linux_arm.zip )
|
||||
arm64? ( fetch+https://github.com/projectdiscovery/cvemap/releases/download/v${PV}/vulnx_${PV}_linux_arm64.zip )"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILD="*"
|
||||
|
||||
src_install() {
|
||||
newbin vulnx ${PN}
|
||||
}
|
||||
3
net-analyzer/legba-bin/Manifest
Normal file
3
net-analyzer/legba-bin/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST legba-1.2.0-linux-arm64.tar.gz 11849454 BLAKE2B 15e508656a3fc97e74998ea96700bf4adaca74c95e4abbe66a9933f2d121cfc24fbce50397d31ea25dc32baa19c8797f0db9aed1e69e1d8233edf42537131156 SHA512 1617c59c29f979b75d7d58ff9458617619c014536c7ca11f0b5b1a6bf4aae452446cc390ba56ebcc187229fbe5e182b6cfbc7baa3c3f96f25f4f97bbae1eb2f2
|
||||
DIST legba-1.2.0-linux-armv7.tar.gz 11713259 BLAKE2B b4f65578e24b7f2b5d7e85f3052aa4969d9f4f0e575afa5a2ceb2f75c0576b93c4145185ce97f57b7df83fb24a2d9ad6c77c129dd03588c735829af3b529f7f1 SHA512 fba0271c0713d2a39081be1f0b057b7d611d261c8db9a6b47356f1f259047a5b58a868d96baa47b58bedfcbfa9412a20f19f6c4ddad0a130c7cf41fe47fc3e21
|
||||
DIST legba-1.2.0-linux-x86_64.tar.gz 12614532 BLAKE2B f071600151d2d1dce453207af5368d9db813e1ac4b0878ca030250b74fe2df898c0ab39669a3ba225f0335994703deba9c585eb6b42f09be990483779f884378 SHA512 2ff0696f0fa8a35bd7fa9f2229575b639cc20897cf019989f1f78782fde03b0b5a3bc6677a160e3ec43e975b03ec93d35d074082cda6c7c495b5890c1182ee89
|
||||
26
net-analyzer/legba-bin/legba-bin-1.2.0.ebuild
Normal file
26
net-analyzer/legba-bin/legba-bin-1.2.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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}"
|
||||
}
|
||||
|
||||
11
net-analyzer/legba-bin/metadata.xml
Normal file
11
net-analyzer/legba-bin/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">evilsocket/legba</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue