dev-python/lsassy - 9999 (nest)

Search

Package Information

Description:
Python library to extract credentials from lsass remotely
Homepage:
https://github.com/login-securite/lsassy
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 git-r3

DESCRIPTION="Python library to extract credentials from lsass remotely"
HOMEPAGE="https://github.com/login-securite/lsassy"
EGIT_REPO_URI="https://github.com/login-securite/${PN}.git"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-python/impacket[${PYTHON_USEDEP}]
	dev-python/netaddr[${PYTHON_USEDEP}]
	dev-python/pypykatz[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

EPYTEST_DESELECT=(
	# needs server
	tests/test_lsassy.py::TestWriter
	tests/test_lsassy.py::TestWorkflow
	tests/test_lsassy.py::TestExecMethods
	tests/test_lsassy.py::TestDumpMethods
)

Dependencies

RDEPEND

dev-python/impacket[${PYTHON_USEDEP}]
	dev-python/netaddr[${PYTHON_USEDEP}]
	dev-python/pypykatz[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]