mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pypykatz: new tool
This commit is contained in:
parent
6cbac2096c
commit
368fcd566f
22 changed files with 248 additions and 0 deletions
1
app-exploits/pypykatz/Manifest
Normal file
1
app-exploits/pypykatz/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pypykatz-0.3.7.tar.gz 215738 BLAKE2B 1a46dfcf3e70a8879aa04603a5e27f996200c01439237d89a7977fc2918ad61a85613f421a967de562477b8f137fd66a6c9f31ed4ba3bcf17bcb4af4a1f6ebf1 SHA512 4f583b00a78c3030cdd910a397ccb521e29aeeff8a5ce021ecaf2175b5222feab583491e024c28717774015947778baee75d141d2de204a427291f88c98ab2e9
|
||||
27
app-exploits/pypykatz/pypykatz-0.3.7.ebuild
Normal file
27
app-exploits/pypykatz/pypykatz-0.3.7.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python implementation of Mimikatz"
|
||||
HOMEPAGE="https://github.com/skelsec/pypykatz"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/minidump-0.0.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/minikerberos-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiowinreg-0.0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/msldap-0.2.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/winsspi-0.0.3[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/aiocmd/Manifest
Normal file
1
dev-python/aiocmd/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST aiocmd-0.1.2.tar.gz 4531 BLAKE2B 62f269900d6d5346ffc2db5d7d3f1af637d44174ff62cb16658c95c18a72093346b0a15229ecc6203755f4b3d246b77883fe07509715e4442a41a96144b531a8 SHA512 9b382c6c27928c88917b49d288cde11fd47c1e117f7dc3453fe1754d26aeb961e7f4b73f9e7b8e06ce86bea70909cc5fec94ebc2c3b588001c3dcf88f5d6fb14
|
||||
21
dev-python/aiocmd/aiocmd-0.1.2.ebuild
Normal file
21
dev-python/aiocmd/aiocmd-0.1.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Coroutine-based CLI generator using prompt_toolkit"
|
||||
HOMEPAGE="https://github.com/KimiNewt/aiocmd"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/aiowinreg/Manifest
Normal file
1
dev-python/aiowinreg/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST aiowinreg-0.0.3.tar.gz 8068 BLAKE2B b32c907cb57f2c9a5921bc48b924e348e93b7a47594b2f6f36b44a39f47b434efd09ecfe47b54802b9ecedad22ce0197737c55a5faff8586679dabbacc0c18a8 SHA512 8962941b0d405a35840aa55fbaa30c746456bc8d02b098eb50acb5e333ce1b70b0ab9db85380f922de8e2e5200a0c074e779bd0de265aed38060b35f2bc33ee3
|
||||
21
dev-python/aiowinreg/aiowinreg-0.0.3.ebuild
Normal file
21
dev-python/aiowinreg/aiowinreg-0.0.3.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Windows registry file reader"
|
||||
HOMEPAGE="https://github.com/skelsec/aiowinreg"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/asciitree/Manifest
Normal file
1
dev-python/asciitree/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST asciitree-0.3.3.tar.gz 3951 BLAKE2B 3ba081424ba94cc8afd9f688e78c3f05d99b01746023ce359285ec9389c1a8f4d471cbb16e2b66ac271a859379de0f195ad7072f016878b5c444bcfe4d2445c5 SHA512 7b61134299ff1cb907cbe74811dc1cab09d6aafdefad599e67025b85d8e35ffc8538524a8c6bb683009f7ff7f7f946250e81afac3fd3b7f3b3b0cd8e528b494f
|
||||
21
dev-python/asciitree/asciitree-0.3.3.ebuild
Normal file
21
dev-python/asciitree/asciitree-0.3.3.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Draws ASCII trees"
|
||||
HOMEPAGE="https://github.com/mbr/asciitree"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/asysocks/Manifest
Normal file
1
dev-python/asysocks/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST asysocks-0.0.2.tar.gz 9194 BLAKE2B e1bd39d5bb7e91d389e77fa6ac552c8ba434faeb5127536eece755268a0847b02210e039062645a79fc0cef73041f600524677154d645c41dc29b4d6a89eebd6 SHA512 f53b890c9c566240f75de4d134528bf24b266456102c11c667d04d2d4067467b7222ef7784fafda00fc421f3417efe03f7f26bbca8f3381b06e75d8b74b2bf7b
|
||||
21
dev-python/asysocks/asysocks-0.0.2.ebuild
Normal file
21
dev-python/asysocks/asysocks-0.0.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Socks5 / Socks4 client and server library"
|
||||
HOMEPAGE="https://github.com/skelsec/asysocks"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/minidump/Manifest
Normal file
1
dev-python/minidump/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST minidump-0.0.12.tar.gz 46418 BLAKE2B 5a67163599214d9dcf34e4c09af202ec7537796e5385bc3d00670232012ccab5181dc6b62a03753aceecc8ec58f683823e151c160ccc139c6a84cbf37d251e6e SHA512 dff4e2fadc61655529e323e748e50e19007a6092c0794206b7574d39c475b1ddeca42654048430ed7124727fd1fe0e0ffc0ed94ee8c7245a985f368ed26f99c9
|
||||
21
dev-python/minidump/minidump-0.0.12.ebuild
Normal file
21
dev-python/minidump/minidump-0.0.12.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="parse Windows minidump file format"
|
||||
HOMEPAGE="https://github.com/skelsec/minidump"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/minikerberos/Manifest
Normal file
1
dev-python/minikerberos/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST minikerberos-0.2.0.tar.gz 81092 BLAKE2B ca90c49596297ed5802b1811ae66dcedb22252131e07f8c63c1c28dbfcf4bfc12ee655c2009c7bcfea0dadbe646e0215323fa15609848e569f3f77f4d249dc00 SHA512 b986455c6b5615e3238808cdf6a1e5276e6e39abb5893d97d9332ae868b586335af9c978bc09d8236ecf5c17643b4cf14fe46cc3ad1c58dc53185b6b35b4e259
|
||||
22
dev-python/minikerberos/minikerberos-0.2.0.ebuild
Normal file
22
dev-python/minikerberos/minikerberos-0.2.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kerberos manipulation library in pure Python"
|
||||
HOMEPAGE="https://github.com/skelsec/minikerberos"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/asn1crypto-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asysocks-0.0.2[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/msldap/Manifest
Normal file
1
dev-python/msldap/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST msldap-0.2.10.tar.gz 105152 BLAKE2B 7adbe5bc69329ba076e86852fb9bbaf53425a088e77950b6b6d06aaecba8c6828bc9888cd9246d047031e30c0b281487967afa3d9f8dc8469d2db72a341539f8 SHA512 59751947736296bbed253d12909c10ffeca667922eb84c450e60c8a7d5143b1f06f7680a8984c4959263a7a89e42f82f66efd7b553c3d6ca164a4773dd4a63df
|
||||
29
dev-python/msldap/msldap-0.2.10.ebuild
Normal file
29
dev-python/msldap/msldap-0.2.10.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library to play with MS LDAP"
|
||||
HOMEPAGE="https://github.com/skelsec/msldap"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
#'winsspi;platform_system=="Windows"',
|
||||
RDEPEND="
|
||||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
dev-python/winsspi[${PYTHON_USEDEP}]
|
||||
dev-python/aiocmd[${PYTHON_USEDEP}]
|
||||
dev-python/asciitree[${PYTHON_USEDEP}]
|
||||
dev-python/asysocks[${PYTHON_USEDEP}]
|
||||
>=dev-python/winacl-0.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/winacl/Manifest
Normal file
1
dev-python/winacl/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST winacl-0.0.2.tar.gz 36498 BLAKE2B d450a0a692ad7b5c946559e8907fe5c7dd7ae88f51ec204686d36e6f1f5701e08f9bb0c0941385cc159da8b2b1f04baa6fb234fc4afb25a059c6092892ad8d48 SHA512 af11d1c2a655b2729560c1b6feef3333ff11318aefffd1d318a14e943aacdfb65008da0c9aa31da8ee2dddde7f138674876e1dadcdc82d39362a43668ea35be1
|
||||
21
dev-python/winacl/winacl-0.0.2.ebuild
Normal file
21
dev-python/winacl/winacl-0.0.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="ACL/ACE/Security Descriptor manipulation library"
|
||||
HOMEPAGE="https://github.com/skelsec/winacl"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/winsspi/Manifest
Normal file
1
dev-python/winsspi/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST winsspi-0.0.5.tar.gz 16612 BLAKE2B 5f23a79fcaf212c6fc146ba6c778663cf46f0aacd960549c430c364b37c1be94a99cb836c607b17e8a74e82a2a42a2c589c77d1cf1e54ffa9f367dd4f823ff0c SHA512 12596c5f38a147d121bd57083ef94a6ee64f1c409d81ece77d88a72125611ca9b17373675dbccf0a83ba349881f99b450538f6bb1d13b89c16f8ffd56fe84b85
|
||||
21
dev-python/winsspi/winsspi-0.0.5.ebuild
Normal file
21
dev-python/winsspi/winsspi-0.0.5.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Windows SSPI library in pure Python"
|
||||
HOMEPAGE="https://github.com/skelsec/winsspi"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/minikerberos[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -10,6 +10,7 @@ app-exploits/pwntools
|
|||
app-exploits/ROPgadget
|
||||
app-exploits/ropper
|
||||
app-exploits/routersploit
|
||||
app-exploits/pypykatz
|
||||
=app-exploits/shellstorm-9999 **
|
||||
app-exploits/the-backdoor-factory
|
||||
app-exploits/unix-privesc-check
|
||||
|
|
|
|||
|
|
@ -524,3 +524,15 @@ dev-python/IP2Location
|
|||
|
||||
# required by proton
|
||||
dev-python/playsound
|
||||
|
||||
|
||||
# required by pypykatz (argument)
|
||||
dev-python/minikerberos
|
||||
dev-python/winsspi
|
||||
dev-python/msldap
|
||||
dev-python/aiowinreg
|
||||
dev-python/asciitree
|
||||
dev-python/minidump
|
||||
dev-python/winacl
|
||||
dev-python/aiocmd
|
||||
dev-python/asysocks
|
||||
|
|
|
|||
Loading…
Reference in a new issue