python-lsassy
MEDIUM
maintainer leonidlednev
1 votes
scanned 2026-09-27 13:18:29.354985
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
3
pkgname=python-lsassy
4
_pypiname=lsassy
5
pkgver=3.1.12
6
pkgrel=1
7
pkgdesc="Python library to remotely extract credentials on a set of hosts"
8
url="https://github.com/Hackndo/lsassy"
9
arch=('any')
10
license=('MIT')
11
depends=('python' 'impacket' 'python-netaddr' 'python-pypykatz')
12
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
13
source=(${_pypiname}-${pkgver}.tar.gz::"https://github.com/Hackndo/lsassy/archive/v${pkgver}.tar.gz")
14
sha256sums=('d0c23d92a3bc2834ea26fafdcea7bfe5161ee4f2aac922c2055a42be052a56b2')
15
16
build() {
17
cd "${_pypiname}-${pkgver}"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
22
cd "${_pypiname}-${pkgver}"
23
python -m installer --destdir="${pkgdir}" dist/*.whl
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |