Skip to content

Commit

Permalink
multiple: group and styles fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 1, 2024
1 parent e4d5e12 commit 5c9b8e0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/netscout/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
pkgname=netscout
pkgver=37.2f409df
pkgrel=1
pkgdesc="OSINT tool that finds domains, subdomains, directories, endpoints and files."
arch=('any')
pkgdesc='OSINT tool that finds domains, subdomains, directories, endpoints and files.'
arch=('x86_64' 'aarch64')
groups=('blackarch' 'blackarch-recon' 'blackarch-scanner')
url="https://github.com/caio-ishikawa/netscout"
url='https://github.com/caio-ishikawa/netscout'
license=('MIT')
makedepends=('git' 'go')
source=("git+$url.git")
Expand Down
8 changes: 4 additions & 4 deletions packages/pre2k/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
pkgname=pre2k
pkgver=22.be66190
pkgrel=1
pkgdesc="Query for existence of pre-windows 2000 computer objects which can be leveraged to gain a foothold in a target domain."
pkgdesc='Query for existence of pre-windows 2000 computer objects which can be leveraged to gain a foothold in a target domain.'
arch=('any')
groups=('blackarch' 'blackarch-windows')
url="https://github.com/garrettfoster13/pre2k-TS"
groups=('blackarch' 'blackarch-windows' 'blackarch-recon')
url='https://github.com/garrettfoster13/pre2k-TS'
license=('MIT')
depends=('python' 'impacket-ba' 'python-ldap3' 'python-pyasn1' 'python-rich')
makedepends=('git')
Expand Down Expand Up @@ -40,6 +40,6 @@ package() {
exec python /usr/share/$pkgname/$pkgname.py "\$@"
EOF

chmod a+x "$pkgdir/usr/bin/$pkgname"
chmod +x "$pkgdir/usr/bin/$pkgname"
}

3 changes: 2 additions & 1 deletion packages/python-aiowmi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ arch=('any')
url='https://pypi.org/project/aiowmi/#files'
license=('GPL-3.0-or-later')
depends=('python' 'python-pycryptodome')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('7608d352a50b99816545109b4ac87888683a8ea45ddb40d5b01072afa22ca70216e5a36281545f745e8945c0cf46117c72dcd86c233e76fdaf11c5b2f29a8df6')

Expand Down
3 changes: 2 additions & 1 deletion packages/sccmhunter/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ depends=('python'
'python-pyopenssl'
'python-pycryptodome'
)
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("git+$url.git")
sha512sums=('SKIP')

Expand Down
6 changes: 3 additions & 3 deletions packages/targetedkerberoast/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ arch=('any')
groups=('blackarch' 'blackarch-windows')
url='https://github.com/ShutdownRepo/targetedkerberoast'
license=('GPL-3.0-or-later')
depends=('impacket-ba' 'python' 'python-ldap3' 'python-pyasn1' 'python-pycryptodome' 'python-rich')
depends=('impacket-ba' 'python' 'python-ldap3' 'python-pyasn1'
'python-pycryptodome' 'python-rich')
makedepends=('git')
source=("git+$url.git")
sha512sums=('SKIP')
Expand All @@ -33,7 +34,6 @@ package() {

install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md


cp -a targetedKerberoast.py "$pkgdir/usr/share/$pkgname/$pkgname.py"
cp -a kerberoastables.txt "$pkgdir/usr/share/$pkgname/"

Expand All @@ -42,6 +42,6 @@ package() {
exec python /usr/share/$pkgname/$pkgname.py "\$@"
EOF

chmod a+x "$pkgdir/usr/bin/$pkgname"
chmod +x "$pkgdir/usr/bin/$pkgname"
}

0 comments on commit 5c9b8e0

Please sign in to comment.