NetExec-1.3.0.ebuild

This commit is contained in:
Anton Bolshakov 2024-10-17 00:31:48 +08:00
parent 9bb21eaef1
commit 3443e79066
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 65 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST dploot-2.2.4.tar.gz 45268 BLAKE2B 14ffd2022b9e68c94ea1502473033c32a7bb8a191b228f2c6d8a1e935fa5bf97570659e602ba8af4dea54ab0b251991d9da7bcf9efe6eea20ba946d6ceb6c88d SHA512 5251bb98f6e21a7c420f052a6602ef1a65d197f54b9b1cd1a01cc9005604e43b2821b629ce8b04f0f2003c299176ba43dc255fbf920269c8f92fe815ab872b93
DIST dploot-2.7.3.tar.gz 52100 BLAKE2B a78da54cec404393a660d7be18338718d48718caf5cc427cbcc33a136f89b32c4cccfe21251958631e31860e0a598aad5fb4ec328ccf7e9eb9be56d72beb6e92 SHA512 02c55dd16ca668f0eeae1afe537e257c78cf7a862b3e84b543665d5fd9e243298de0d3e8e8da468fba0749841806eb872e70b2ab3381ea1c5d95c0a9a91cad5e
DIST dploot-2.7.4.tar.gz 51743 BLAKE2B 218202b60472e2e6752f5d831654e147c3744d32660a0798c4c98ef429aa3e2eabe85c8225ee20110b1bb50bfae7c5e45255e64c43b542cb47c3fbb1b14d7f7b SHA512 694c95ef7ca06d5ada2bcdeb06c83e14cb529c61a4efc24a01e28c4f5bec55bb32ffbaad1ca006a7e9737214466a910a9d254499df641490bc68f6b33c30c8d6

View file

@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/zblurx/dploot"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
>=dev-python/impacket-0.10.0[${PYTHON_USEDEP}]

View file

@ -0,0 +1,62 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 git-r3
EGIT_REPO_URI="https://github.com/Pennyw0rth/NetExec.git"
EGIT_COMMIT="6d4fdfdb2d0088405ea3139f4145f198671a0fda"
DESCRIPTION="A swiss army knife for pentesting Windows/Active Directory environments"
HOMEPAGE="https://github.com/Pennyw0rth/NetExec"
#SRC_URI="https://github.com/Pennyw0rth/NetExec/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
#pyproject.toml, [tool.poetry.dependencies]
RDEPEND="
dev-python/poetry-dynamic-versioning[${PYTHON_USEDEP}]
>=dev-python/aardwolf-0.2.8[${PYTHON_USEDEP}]
>=dev-python/aioconsole-0.6.2[${PYTHON_USEDEP}]
>=dev-python/aiosqlite-0.19.0[${PYTHON_USEDEP}]
>=dev-python/argcomplete-3.1.4[${PYTHON_USEDEP}]
>=dev-python/asyauth-0.0.20[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.11[${PYTHON_USEDEP}]
>=dev-python/bloodhound-1.7.2[${PYTHON_USEDEP}]
>=dev-python/dploot-2.7.4[${PYTHON_USEDEP}]
>=dev-python/dsinternals-1.2.4[${PYTHON_USEDEP}]
>=dev-python/lsassy-3.1.11[${PYTHON_USEDEP}]
>=dev-python/masky-0.2.0[${PYTHON_USEDEP}]
>=dev-python/minikerberos-0.4.1[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
>=dev-python/msldap-0.5.10[${PYTHON_USEDEP}]
>=dev-python/neo4j-5.0.0[${PYTHON_USEDEP}]
>=dev-python/paramiko-3.3.1[${PYTHON_USEDEP}]
>=dev-python/poetry-dynamic-versioning-1.2.0[${PYTHON_USEDEP}]
>=dev-python/pyasn1-modules-0.3.0[${PYTHON_USEDEP}]
>=dev-python/pylnk3-0.4.2[${PYTHON_USEDEP}]
>=dev-python/pypsrp-0.8.1[${PYTHON_USEDEP}]
>=app-exploits/pypykatz-0.6.8[${PYTHON_USEDEP}]
>=dev-python/pywerview-0.3.3[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
>=dev-python/python-libnmap-0.7.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.27.1[${PYTHON_USEDEP}]
>=dev-python/rich-13.3.5[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-2.0.4[${PYTHON_USEDEP}]
>=dev-python/termcolor-2.4.0[${PYTHON_USEDEP}]
>=dev-python/terminaltables-3.1.0[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}]
>=dev-util/ruff-0.0.292
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -29,7 +29,7 @@ dev-util/ROPgadget
dev-util/maturin amd64
#required by net-analyzer/NetExec
=dev-util/ruff-0.1*
=dev-util/ruff-0.6*
~virtual/rust-1.74.1
~dev-lang/rust-bin-1.74.1