Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/bagbak/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=bagbak
pkgver=342.71fbd4d
pkgrel=1
pkgrel=2
pkgdesc='Yet another frida based App decryptor.'
arch=('any')
groups=('blackarch' 'blackarch-mobile' 'blackarch-reversing' 'blackarch-binary')
Expand All @@ -29,7 +29,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"

cd "$srcdir/$pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/brosec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=brosec
pkgver=278.c51164f
pkgrel=1
pkgrel=2
groups=('blackarch' 'blackarch-exploitation')
pkgdesc='An interactive reference tool to help security professionals utilize useful payloads and commands.'
url='https://github.com/gabemarshall/Brosec'
Expand All @@ -30,7 +30,7 @@ package(){

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" Brosec@
npm install -g --prefix "$pkgdir/usr" Brosec@

cd "$srcdir/$pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/express/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=express
pkgver=4.17.3
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='High performance, high class web development for node.js.'
arch=('any')
Expand All @@ -23,7 +23,7 @@ package() {

cd $_npmdir

npm install --user root -g --prefix "$pkgdir/usr" "express@$pkgver"
npm install -g --prefix "$pkgdir/usr" "express@$pkgver"
rm -rf "$_npmdir/root"
}

4 changes: 2 additions & 2 deletions packages/git-dump/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=git-dump
_pkgname=node-git-dump
pkgver=7.4c9a2a9
pkgrel=1
pkgrel=2
pkgdesc='Dump the contents of a remote git repository without directory listing enabled.'
arch=('any')
groups=('blackarch' 'blackarch-scanner' 'blackarch-code-audit')
Expand All @@ -30,7 +30,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"

cd "$srcdir/$_pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/jstillery/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=jstillery
pkgver=65.512e9af
pkgrel=1
pkgrel=2
groups=('blackarch' 'blackarch-webapp')
pkgdesc='Advanced JavaScript Deobfuscation via Partial Evaluation.'
url='https://github.com/mindedsecurity/JStillery'
Expand All @@ -26,7 +26,7 @@ package() {
install -dm 755 "$pkgdir/usr/bin"
install -dm 755 "$pkgdir/usr/share/$pkgname"

npm install --user root -g --prefix "$pkgdir/usr"
npm install -g --prefix "$pkgdir/usr"

install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions packages/novahot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=novahot
pkgver=23.69857bb
pkgrel=1
pkgrel=2
pkgdesc='A webshell framework for penetration testers.'
groups=('blackarch' 'blackarch-webapp')
arch=('any')
Expand All @@ -29,7 +29,7 @@ package() {

cd $_npmdir

npm install --user root -g --prefix "$pkgdir/usr" novahot@
npm install -g --prefix "$pkgdir/usr" novahot@

cd "$srcdir/$pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/padding-oracle-attacker/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=padding-oracle-attacker
pkgver=57.59dd18c
pkgrel=1
pkgrel=2
pkgdesc='CLI tool to execute padding oracle attacks with support for concurrent network requests.'
arch=('any')
groups=('blackarch' 'blackarch-crypto')
Expand All @@ -29,7 +29,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"

cd "$srcdir/$pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/padoracle/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=padoracle
pkgver=v0.1.1.r30.g535ae89
pkgrel=1
pkgrel=2
pkgdesc='Padding Oracle Attack with Node.js.'
arch=('any')
groups=('blackarch' 'blackarch-crypto')
Expand All @@ -29,7 +29,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"

cd "$srcdir/$pkgname"

Expand Down
4 changes: 2 additions & 2 deletions packages/pown/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=pown
pkgver=332.0e32edf
pkgrel=1
pkgrel=2
groups=('blackarch' 'blackarch-webapp' 'blackarch-recon' 'blackarch-scanner'
'blackarch-social' 'blackarch-proxy')
pkgdesc='Security testing and exploitation toolkit built on top of Node.js and NPM.'
Expand All @@ -30,7 +30,7 @@ package() {

cd $_npmdir

npm install --user root -g --prefix "$pkgdir/usr" $pkgname@
npm install -g --prefix "$pkgdir/usr" $pkgname@
rm -rf "$_npmdir/root"
}

4 changes: 2 additions & 2 deletions packages/pwned/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=pwned
pkgver=3074.68e1027
pkgrel=1
pkgrel=2
pkgdesc="A command-line tool for querying the 'Have I been pwned?' service."
groups=('blackarch' 'blackarch-recon')
arch=('any')
Expand All @@ -29,7 +29,7 @@ package() {

cd $_npmdir

npm install --user root -g --prefix "$pkgdir/usr" pwned@
npm install -g --prefix "$pkgdir/usr" pwned@
rm -rf "$_npmdir/root"

cd "$srcdir/pwned"
Expand Down
4 changes: 2 additions & 2 deletions packages/retire/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=retire
_pkgname=retire.js
pkgver=5.4.3.r23.g24fe8f4
pkgrel=1
pkgrel=2
pkgdesc='Scanner detecting the use of JavaScript libraries with known vulnerabilities.'
arch=('any')
groups=('blackarch' 'blackarch-scanner' 'blackarch-code-audit')
Expand Down Expand Up @@ -35,7 +35,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"
rm -rf "$_npmdir/root"

cd "$srcdir/$_pkgname"
Expand Down
4 changes: 2 additions & 2 deletions packages/shuji/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=shuji
pkgver=v0.8.0.r118.g498fe89
pkgrel=1
pkgrel=2
pkgdesc='Reverse engineering JavaScript and CSS sources from sourcemaps.'
arch=('any')
groups=('blackarch' 'blackarch-decompiler')
Expand Down Expand Up @@ -35,7 +35,7 @@ package() {

cd "$_npmdir"

npm install --user root -g --prefix "$pkgdir/usr" "$pkgname@"
npm install -g --prefix "$pkgdir/usr" "$pkgname@"

cd "$srcdir/$pkgname"

Expand Down
7 changes: 1 addition & 6 deletions packages/viproy-voipkit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=viproy-voipkit
pkgver=82.52b27db
pkgrel=5
pkgrel=6
epoch=1
pkgdesc='VoIP Pen-Test Kit for Metasploit Framework.'
groups=('blackarch' 'blackarch-exploitation' 'blackarch-fuzzer'
Expand Down Expand Up @@ -32,11 +32,6 @@ package() {
install -dm 755 "$pkgdir/usr/share/$pkgname/lib/msf/core/auxiliary"
install -dm 755 "$pkgdir/usr/share/$pkgname/modules/auxiliary/voip"

install -dm 755 "$pkgdir/usr/share/metasploit/lib/rex/proto/sip"
install -dm 755 "$pkgdir/usr/share/metasploit/lib/msf/core/auxiliary"
install -dm 755 "$pkgdir/usr/share/metasploit/modules/auxiliary/scanner/sip"
install -dm 755 "$pkgdir/usr/share/doc/metasploit/$pkgname"

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

Expand Down
6 changes: 3 additions & 3 deletions packages/wssip/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=wssip
pkgver=75.56d0d2c
pkgrel=5
pkgrel=6
groups=('blackarch' 'blackarch-webapp' 'blackarch-proxy')
pkgdesc='Application for capturing, modifying and sending custom WebSocket data from client to server and vice versa.'
url='https://github.com/nccgroup/wssip'
Expand All @@ -30,8 +30,8 @@ package() {

cd $_npmdir

npm install --user root -g --prefix "$pkgdir/usr" electron@1.7
npm install --user root -g --prefix "$pkgdir/usr" wssip@
npm install -g --prefix "$pkgdir/usr" electron@1.7
npm install -g --prefix "$pkgdir/usr" wssip@

mv "$pkgdir/usr/bin/electron" "$pkgdir/usr/bin/electron-1.7"

Expand Down