Skip to content

Commit 6ca4784

Browse files
authored
add conpass (#4156)
* add conpass * conpass: update to 0.1.1
1 parent 7e30e6b commit 6ca4784

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

packages/conpass/PKGBUILD

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
2+
# See COPYING for license details.
3+
4+
pkgname=conpass
5+
pkgver=0.1.1
6+
pkgrel=1
7+
pkgdesc='Password spraying in AD environment avoing account locking.'
8+
arch=('any')
9+
groups=('blackarch' 'blackarch-networking' 'blackarch-scanner')
10+
url='https://github.com/login-securite/conpass'
11+
license=('MIT')
12+
depends=('python' 'python-ldap' 'impacket-ba' 'python-rich')
13+
makedepends=('python-setuptools')
14+
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
15+
sha512sums=('9b0215f1b1a2e47e61640f9867e248ddd4bd7a9910e97fef2350a89ed871996ed0a5ed4c749d477278608b6a16065b4b044159906eb39af7892fe9ceedb3358e')
16+
17+
build() {
18+
cd "$pkgname-$pkgver"
19+
20+
python setup.py build
21+
}
22+
23+
package() {
24+
cd "$pkgname-$pkgver"
25+
26+
python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
27+
}

0 commit comments

Comments
 (0)