python-masky
LOW
maintainer leonidlednev
0 votes
scanned 2026-09-20 17:33:19.607430
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Leonid Lednev <leonidledn at gmail dot com>
2
pkgname="python-masky"
3
pkgver="0.2.1"
4
pkgrel=1
5
pkgdesc="Python library with CLI allowing to remotely dump domain user credentials via an ADCS without dumping the LSASS process memory"
6
arch=('any')
7
url="https://github.com/Z4kSec/masky"
8
license=('MIT')
9
depends=(
10
'python>=3.9'
11
'python-cryptography>=3.5'
12
'python-colorama'
13
'python-pyasn1'
14
'python-asn1crypto'
15
'impacket'
16
)
17
makedepends=(
18
'python-build'
19
'python-wheel'
20
'python-installer'
21
'python-setuptools'
22
'python-argcomplete'
23
'git'
24
)
25
source=("git+$url#commit=d0e16e9394fa3ed3a028ec078213288e78292de1") # Didn't tag latest release
26
b2sums=('7399d7b53c4a391687c4a6797e674c529471f8b5650da8a8922b6e92243bbeff8e8b587b31ab8ddd3ecfb4fd596ade71b276b95f71cae9d76eb27683b838f347')
27
28
prepare() {
29
git -C masky clean -dfx
30
}
31
32
build() {
33
cd masky
34
python -m build -wnx
35
}
36
37
package() {
38
cd masky
39
python -m installer -d "$pkgdir" dist/*.whl
40
install -Dm0644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
41
install -Dm0644 <(register-python-argcomplete -s bash masky) "$pkgdir/usr/share/bash-completion/completions/masky"
42
install -Dm0644 <(register-python-argcomplete -s zsh masky) "$pkgdir/usr/share/zsh/site-functions/_masky"
43
install -Dm0644 <(register-python-argcomplete -s fish masky) "$pkgdir/usr/share/fish/vendor_completions.d/masky.fish"
44
}
45
46
# vim: ts=2 sw=2 et:
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 17:33:19 | Low | 1 |