crackmapexec-3.1.5_p20181119: wip bump

This commit is contained in:
blshkv 2018-12-10 17:12:31 +08:00
parent dd36205b60
commit 34b5b6a898
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 75 additions and 5 deletions

View file

@ -1,2 +1,2 @@
DIST crackmapexec-3.1.4.tar.gz 1028581 BLAKE2B 3e0a5ac70c00b41effec2c35ed9a86181dbd5ef164490151649e572a591e2f1e2eb0f286f0b9dd4ab28050c7f3dceaa95101d4a4a30fe6079be73828a1dc32f0 SHA512 21fe449e1ef7a383ccc544bc8b25b1239668d48b8ea546441a9cec215990545657faef1b1f4fcc0b723a48f38e1ed2f2bee2dc36e5a40b18b6a4061f14cfb71a
DIST crackmapexec-3.1.5.tar.gz 1028305 BLAKE2B da4ee3dd5bdee2b06b9dd6daf700fdaadfd01c4a1dcfe4b5b2cfbc86631da2d3ca48fff6265fedb78b84f01b26f1934b922ec203fc2ab3be37d067c124a59955 SHA512 c7501afc0f659466eca76863c8afeb262150f3f13ccf9d21412e69b114295c28ba001e979aae014124b31653a0a95a5a4afc5970892d01454f9941a82b6182ec
DIST crackmapexec-3.1.5_p20181119.zip 186121 BLAKE2B d730cf84efcf1caba7b91790306e3685937ac45e5adbd67f29338d6ea8a9f27e4994d26cc13e798954ce1bf3bf58946a91b258faf3ef69f1a54af02354a7ca6f SHA512 2960865ee0a362994fc6f93f43983daa1402001cdbe76413d9f3429180c94adfe11e4e9d7ee468761d9510273fec8cd4fc969947d9f4485002451aba8ebbf877

View file

@ -11,23 +11,22 @@ HOMEPAGE="https://github.com/byt3bl33d3r/CrackMapExec/releases"
SRC_URI="https://github.com/byt3bl33d3r/CrackMapExec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="0"
RDEPEND=">=dev-python/impacket-0.9.15[${PYTHON_USEDEP}]
>=dev-python/gevent-1.2.0[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
|| ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/msgpack"[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]"
S="${WORKDIR}/CrackMapExec-${PV}"
python_prepare_all() {
# disarm pycrypto dep to allow || ( pycryptodome pycrypto )
sed -i -e "s|pycrypto|pycryptodome|" requirements.txt || die

View file

@ -0,0 +1,66 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
COMMIT_HASH="75449f62bc4c922ef6fb0af78fc9498fb7a6e6ac"
DESCRIPTION="A swiss army knife for pentesting Windows/Active Directory environments"
HOMEPAGE="https://github.com/byt3bl33d3r/CrackMapExec/releases"
SRC_URI="https://github.com/byt3bl33d3r/CrackMapExec/archive/${COMMIT_HASH}.zip -> ${P}.zip"
LICENSE="BSD-2"
#WIP
#KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="0"
RDEPEND="
dev-python/asn1crypto[${PYTHON_USEDEP}]
dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
virtual/python-enum34[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
virtual/python-ipaddress[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
dev-python/ntlm-auth[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycparser[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/pylnk[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/requests-ntlm[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/selenium[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/splinter[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/terminaltables[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
"
#greenlet0.4.14; platform_python_implementation == 'CPython'
# $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)
S="${WORKDIR}/CrackMapExec-${COMMIT_HASH}"
#python_prepare_all() {
# disarm pycrypto dep to allow || ( pycryptodome pycrypto )
# sed -i -e "s|pycrypto|pycryptodome|" requirements.txt || die
# sed -i -e "s|pycrypto|pycryptodome|" setup.py || die
# distutils-r1_python_prepare_all
#}

View file

@ -301,3 +301,8 @@ dev-python/htmlentities
~dev-python/fuzzywuzzy-0.12.0
~dev-python/lief-0.9.0
~dev-python/splinter-0.10.0
~dev-python/terminaltables-3.1.0
~dev-python/pylnk-0.2
~dev-python/selenium-3.141.0