Skip to content

Commit

Permalink
cloudsploit: pkgrel++.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 20, 2024
1 parent 1c4a0e3 commit 348c006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cloudmare/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=cloudmare
pkgver=108.9c5a39f
pkgrel=2
pkgrel=1
pkgdesc='A simple tool to find origin servers of websites protected by CloudFlare with a misconfiguration DNS.'
groups=('blackarch' 'blackarch-recon' 'blackarch-scanner')
arch=('any')
Expand Down Expand Up @@ -43,7 +43,7 @@ package() {
cat > "$pkgdir/usr/bin/$pkgname" << EOF
#!/bin/sh
cd /usr/share/$pkgname
exec python3 Cloudmare.py "\$@"
exec python ./Cloudmare.py "\$@"
EOF

chmod +x "$pkgdir/usr/bin/$pkgname"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudsploit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=cloudsploit
pkgver=6545.de7c35aef
pkgrel=1
pkgrel=2
pkgdesc='AWS security scanning checks.'
arch=('any')
groups=('blackarch' 'blackarch-scanner' 'blackarch-automation')
Expand Down

0 comments on commit 348c006

Please sign in to comment.