mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
crackmapexec: initial ebuild, v2.2
This commit is contained in:
parent
c363fe08a8
commit
884dc66e1e
3 changed files with 37 additions and 3 deletions
1
net-analyzer/crackmapexec/Manifest
Normal file
1
net-analyzer/crackmapexec/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST crackmapexec-2.2.tar.gz 844048 SHA256 58595afab81d070ae8d648b70838530f1bf164bd81960ca5914cec0ff4cd2d57 SHA512 9f2caeb017de2f4c11b47665827451abee913a8290e5739a4c711f6ab43b6181a25e9618a6f94c82f88e0c587ff16801335c4e835172a3544501915d466e8897 WHIRLPOOL cb8bc5d815ddc5828c12a29694610248c95c7f84a37c2b4b8f2064aeae76c1eb93eaadcc23db04afebd66537282e3fb545f6ec568b085247fb5b95740c095109
|
||||
35
net-analyzer/crackmapexec/crackmapexec-2.2.ebuild
Normal file
35
net-analyzer/crackmapexec/crackmapexec-2.2.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1 multilib
|
||||
|
||||
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/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">dev-python/impacket-0.9.13
|
||||
dev-python/gevent
|
||||
dev-python/netaddr
|
||||
dev-python/pycrypto
|
||||
dev-python/pyasn1
|
||||
dev-python/termcolor
|
||||
dev-python/colorama"
|
||||
|
||||
S="${WORKDIR}/CrackMapExec-${PV}"
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -pPR "${S}"/* "${ED}"/usr/$(get_libdir)/"${PN}" || die
|
||||
|
||||
# python_fix_shebang "${ED}"/usr/$(get_libdir)/${PN}
|
||||
dosym /usr/$(get_libdir)/${PN}/${PN}.py /usr/sbin/${PN}
|
||||
}
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
#n4p
|
||||
net-analyzer/dhcpdump
|
||||
|
||||
=net-analyzer/w3af-1.6*
|
||||
~net-analyzer/wpscan-2.9
|
||||
|
|
@ -33,6 +31,7 @@ net-analyzer/multimon-ng
|
|||
~net-analyzer/bettercap-1.1.7
|
||||
~net-analyzer/chaosreader-0.94
|
||||
net-analyzer/cloudshark
|
||||
~net-analyzer/crackmapexec-2.2
|
||||
~net-analyzer/davtest-1.0
|
||||
~net-analyzer/dnsa-0.5
|
||||
~net-analyzer/dnsrecon-0.8.9
|
||||
|
|
@ -96,7 +95,6 @@ net-analyzer/nessus-plugins
|
|||
~net-analyzer/vomit-0.2c
|
||||
~net-analyzer/wapiti-2.3.0
|
||||
~net-analyzer/wfuzz-2.1.3
|
||||
#~net-analyzer/wireshark-2.0.0
|
||||
~net-analyzer/wolpertinger-0.6
|
||||
~net-analyzer/xplico-1.1.0
|
||||
~net-analyzer/xprobe-0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue