dev-python/lsassy - 3.1.16 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/lsassy-3.1.16

Package Information

Description:
Python library to parse remote lsass dumps
Homepage:
https://github.com/login-securite/lsassy/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.1.16 8 amd64 ~arm64 x86 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 pypi

DESCRIPTION="Python library to parse remote lsass dumps"
HOMEPAGE="https://github.com/login-securite/lsassy/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"

RDEPEND="
	>=app-exploits/pypykatz-0.6.9[${PYTHON_USEDEP}]
	>=dev-python/impacket-0.11.0[${PYTHON_USEDEP}]
	>=dev-python/netaddr-1.3.0[${PYTHON_USEDEP}]
	>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
# need a connection to a local server with Session
EPYTEST_DESELECT=(
	'tests/test_lsassy.py::TestWriter'
	'tests/test_lsassy.py::TestWorkflow'
	'tests/test_lsassy.py::TestExecMethods'
	'tests/test_lsassy.py::TestDumpMethods'
)
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=app-exploits/pypykatz-0.6.9[]
	>=dev-python/impacket-0.11.0[]
	>=dev-python/netaddr-1.3.0[]
	>=dev-python/rich-13.7.1[]