dev-python/lsassy - 3.1.16 (nest)

Search

Install

Install this version:

emerge -a =dev-python/lsassy-3.1.16

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/lsassy-3.1.16

Or alternatively:

emerge --autounmask-write -a =dev-python/lsassy-3.1.16

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
3.1.16 8 ~amd64 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 extract credentials from lsass remotely"
HOMEPAGE="https://github.com/login-securite/lsassy"

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

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
)

src_prepare() {
	default

	# add missed new method to test
	sed -i '/nanodump_ssp_embedded",/a\\                "nativedump_embedded",' \
		tests/test_lsassy.py || die "sed failed for test_lsassy.py"
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/impacket[]
	dev-python/netaddr[]
	dev-python/pypykatz[]
	dev-python/rich[]