Skip to content

Commit

Permalink
multiple: minor style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 17, 2024
1 parent eafeba6 commit 62ad60b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/adpeas/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
pkgname=adpeas
pkgver=1.3.0.r12.g58462f3
pkgrel=1
pkgdesc='winPEAS, but for Active Directory'
pkgdesc='winPEAS, but for Active Directory.'
arch=('any')
groups=('blackarch' 'blackarch-windows')
url='https://github.com/ajm4n/adpeas'
license=('MIT')
depends=('bloodhound' 'certi' 'certipy' 'impacket' 'netexec' 'python' 'python-ldap3' 'python-regex' 'python-termcolor')
depends=('bloodhound' 'certi' 'certipy' 'impacket' 'netexec' 'python'
'python-ldap3' 'python-regex' 'python-termcolor')
makedepends=('git' 'python-setuptools')
source=("git+$url.git")
sha512sums=('SKIP')
Expand All @@ -35,6 +36,7 @@ package() {
cd $pkgname

python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build

mv "$pkgdir/usr/bin/adPEAS" "$pkgdir/usr/bin/$pkgname"
}

4 changes: 2 additions & 2 deletions packages/certi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pkgdesc='Active Directory Certificate Services (ADCS) abuser. impacket copy of C
arch=('any')
groups=('blackarch' 'blackarch-windows')
url='https://github.com/zer1t0/certi'
license=(AGPL-3.0-only)
depends=('impacket' 'python' 'python-cryptography')
license=('AGPL-3.0-only')
depends=('python' 'python-cryptography' 'impacket')
makedepends=('git' 'python-setuptools')
source=("git+$url.git")
sha512sums=('SKIP')
Expand Down

0 comments on commit 62ad60b

Please sign in to comment.