Skip to content

Commit

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

pkgname=social-vuln-scanner
pkgver=11.91794c6
pkgrel=10
pkgrel=11
pkgdesc='Gathers public information on companies to highlight social engineering risk.'
groups=('blackarch' 'blackarch-social' 'blackarch-recon')
arch=('any')
Expand Down Expand Up @@ -42,5 +42,9 @@ exec python vuln_scorer.py "\$@"
EOF

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

# ...
touch \
"$pkgdir/usr/share/$pkgname/"{common,facebook,gplus,linkedin,twitter,web}/__init__.py
}

0 comments on commit 3443336

Please sign in to comment.