We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7636fa commit ed17555Copy full SHA for ed17555
packages/bloodyad/PKGBUILD
@@ -3,14 +3,16 @@
3
4
pkgname=bloodyad
5
pkgver=236.1c0f215
6
-pkgrel=1
+pkgrel=2
7
pkgdesc='An Active Directory Privilege Escalation Framework.'
8
arch=('any')
9
groups=('blackarch' 'blackarch-exploitation' 'blackarch-windows')
10
url='https://github.com/CravateRouge/bloodyAD'
11
license=('GPL3')
12
depends=('python' 'python-ldap3' 'python-dsinternals' 'python-winacl' 'impacket'
13
- 'python-neo4j-driver' 'python-gssapi')
+ 'python-neo4j-driver' 'python-gssapi' 'python-msldap'
14
+ 'python-dnspython' 'python-minikerberos' 'python-asn1crypto'
15
+ 'python-cryptography')
16
makedepends=('git')
17
source=("git+https://github.com/CravateRouge/$pkgname.git")
18
sha512sums=('SKIP')
0 commit comments