python-masky

LOW
maintainer leonidlednev 0 votes scanned 2026-09-20 17:33:19.607430
View on AUR
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>
2pkgname="python-masky"
3pkgver="0.2.1"
4pkgrel=1
5pkgdesc="Python library with CLI allowing to remotely dump domain user credentials via an ADCS without dumping the LSASS process memory"
6arch=('any')
7url="https://github.com/Z4kSec/masky"
8license=('MIT')
9depends=(
10 'python>=3.9'
11 'python-cryptography>=3.5'
12 'python-colorama'
13 'python-pyasn1'
14 'python-asn1crypto'
15 'impacket'
16)
17makedepends=(
18 'python-build'
19 'python-wheel'
20 'python-installer'
21 'python-setuptools'
22 'python-argcomplete'
23 'git'
24)
25source=("git+$url#commit=d0e16e9394fa3ed3a028ec078213288e78292de1") # Didn't tag latest release
26b2sums=('7399d7b53c4a391687c4a6797e674c529471f8b5650da8a8922b6e92243bbeff8e8b587b31ab8ddd3ecfb4fd596ade71b276b95f71cae9d76eb27683b838f347')
27
28prepare() {
29 git -C masky clean -dfx
30}
31
32build() {
33 cd masky
34 python -m build -wnx
35}
36
37package() {
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)SeverityRules
2026-09-20 17:33:19 Low 1

Report a package

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

0 / 4000
Your suggestion