Skip to content

Commit ed17555

Browse files
committed
bloddyad: add misng deps. fix #4539
1 parent c7636fa commit ed17555

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/bloodyad/PKGBUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33

44
pkgname=bloodyad
55
pkgver=236.1c0f215
6-
pkgrel=1
6+
pkgrel=2
77
pkgdesc='An Active Directory Privilege Escalation Framework.'
88
arch=('any')
99
groups=('blackarch' 'blackarch-exploitation' 'blackarch-windows')
1010
url='https://github.com/CravateRouge/bloodyAD'
1111
license=('GPL3')
1212
depends=('python' 'python-ldap3' 'python-dsinternals' 'python-winacl' 'impacket'
13-
'python-neo4j-driver' 'python-gssapi')
13+
'python-neo4j-driver' 'python-gssapi' 'python-msldap'
14+
'python-dnspython' 'python-minikerberos' 'python-asn1crypto'
15+
'python-cryptography')
1416
makedepends=('git')
1517
source=("git+https://github.com/CravateRouge/$pkgname.git")
1618
sha512sums=('SKIP')

0 commit comments

Comments
 (0)