File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments