mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
ntlmrecon: qa fixes
This commit is contained in:
parent
c602bef877
commit
a9f955f42f
4 changed files with 14 additions and 33 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST ntlmrecon-0.2_beta.tar.gz 10490 BLAKE2B 3e1db6abc7d12adc6f3c9724dd45b7ff15de46c05d6ea2758106028004ed20eb2010a235dd22d7ce81a367806cae8b83620f3d02bf03d24aeac5b2f10bac271b SHA512 897757ba4ec9c5879dc82e53b919f023775cbead344028a4f0e185d7eb05542138be01eed953000bd70d9c9883bc23377e6556eb180e0bfb5eab6d250c5d3922
|
||||
DIST ntlmrecon-0.4_beta.tar.gz 11433 BLAKE2B 6387539884cc0dd8c6b553fbed4bea35e92c8d36af652d1c928484be6d3e7a8018bc010106f9fce04b4d4ca46f0df799bd155d38fd1f82ae62e8e6650c4aa8ed SHA512 20ef46093176e736e462e6d6646d452c3805c5f8beff984fcf06d2043d273945ac01c4735fe79a5ab1f7d23b986d376f1442069944cf3c7fbca503be31c59c61
|
||||
|
|
|
|||
11
net-analyzer/ntlmrecon/metadata.xml
Normal file
11
net-analyzer/ntlmrecon/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sidhayn@gmail.com</email>
|
||||
<name>Zero_Chaos</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sachinkamath/NTLMRecon</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PV=${PV/_/-}
|
||||
|
||||
DESCRIPTION="A tool to enumerate information from NTLM authentication enabled web endpoints"
|
||||
HOMEPAGE="https://github.com/sachinkamath/NTLMRecon"
|
||||
SRC_URI="https://github.com/sachinkamath/NTLMRecon/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/termcolor[${PYTHON_USEDEP}]
|
||||
dev-python/python-iptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/NTLMRecon-v.${MY_PV}"
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PV="v-${PV/_beta/}"
|
||||
|
|
@ -13,10 +13,11 @@ DESCRIPTION="A tool to enumerate information from NTLM authentication enabled we
|
|||
HOMEPAGE="https://github.com/sachinkamath/NTLMRecon"
|
||||
SRC_URI="https://github.com/sachinkamath/NTLMRecon/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue