python-lsassy

MEDIUM
maintainer leonidlednev 1 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: GI_Jack <GI_Jack@hackermail.com>
2
3pkgname=python-lsassy
4_pypiname=lsassy
5pkgver=3.1.12
6pkgrel=1
7pkgdesc="Python library to remotely extract credentials on a set of hosts"
8url="https://github.com/Hackndo/lsassy"
9arch=('any')
10license=('MIT')
11depends=('python' 'impacket' 'python-netaddr' 'python-pypykatz')
12makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
13source=(${_pypiname}-${pkgver}.tar.gz::"https://github.com/Hackndo/lsassy/archive/v${pkgver}.tar.gz")
14sha256sums=('d0c23d92a3bc2834ea26fafdcea7bfe5161ee4f2aac922c2055a42be052a56b2')
15
16build() {
17 cd "${_pypiname}-${pkgver}"
18 python -m build --wheel --no-isolation
19}
20
21package() {
22 cd "${_pypiname}-${pkgver}"
23 python -m installer --destdir="${pkgdir}" dist/*.whl
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion