Skip to content

Commit

Permalink
social-vuln-scanner: rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 15, 2024
1 parent e78ddfd commit 0c223e5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/social-vuln-scanner/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@

pkgname=social-vuln-scanner
pkgver=11.91794c6
pkgrel=9
pkgrel=10
pkgdesc='Gathers public information on companies to highlight social engineering risk.'
groups=('blackarch' 'blackarch-social' 'blackarch-recon')
arch=('any')
url='https://github.com/Betawolf/social-vuln-scanner'
license=('custom:unknown')
depends=('python' 'python-beautifulsoup4' 'python-editdistance'
'python-html2text' 'python-httplib2' 'python-psutil' 'python-oauth2'
'python-packaging' 'python-pillow' 'python-pyparsing' 'python-six'
'iotop')
depends=('python' 'python-beautifulsoup4' 'python-editdistance' 'python-psutil'
'python-html2text' 'python-httplib2' 'python-oauth2' 'python-packaging'
'python-pillow' 'python-pyparsing' 'python-six' 'iotop')
makedepends=('git')
source=("git+https://github.com/Betawolf/$pkgname.git")
sha512sums=('SKIP')
Expand All @@ -39,7 +38,7 @@ package() {
cat > "$pkgdir/usr/bin/$pkgname" << EOF
#!/bin/sh
cd /usr/share/$pkgname
exec python3 vuln_scorer.py "\$@"
exec python vuln_scorer.py "\$@"
EOF

chmod +x "$pkgdir/usr/bin/$pkgname"
Expand Down

0 comments on commit 0c223e5

Please sign in to comment.