Skip to content

Commit

Permalink
Merge branch 'BlackArch:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
xXxSpicyBoiiixXx authored Feb 5, 2025
2 parents 5829a9c + ec32aa5 commit bac241f
Show file tree
Hide file tree
Showing 156 changed files with 231 additions and 277 deletions.
2 changes: 1 addition & 1 deletion packages/adassault/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=adassault
pkgver=0.0.3.r19.g5d110aa
pkgver=0.0.3.r22.gdef8d58
pkgrel=1
groups=('blackarch' 'blackarch-networking')
pkgdesc='An Active Directory environments pentest tool complementary to existing ones like NetExec.'
Expand Down
2 changes: 1 addition & 1 deletion packages/albatar/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=albatar
pkgver=35.108bd1f
pkgver=36.d500657
pkgrel=1
pkgdesc='A SQLi exploitation framework in Python.'
groups=('blackarch' 'blackarch-webapp' 'blackarch-exploitation')
Expand Down
2 changes: 1 addition & 1 deletion packages/avml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=avml
pkgver=v0.14.0.r66.gdafb334
pkgver=v0.14.0.r68.g0ef2d08
pkgrel=1
epoch=1
pkgdesc='A portable volatile memory acquisition tool for Linux.'
Expand Down
2 changes: 1 addition & 1 deletion packages/beef/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=beef
pkgver=4646.76279725
pkgver=4654.33984800
pkgrel=1
epoch=1
groups=('blackarch' 'blackarch-exploitation')
Expand Down
2 changes: 1 addition & 1 deletion packages/bloodyad/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=bloodyad
pkgver=210.d77d8c0
pkgver=215.b52a7e3
pkgrel=1
pkgdesc='An Active Directory Privilege Escalation Framework.'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packages/bmc-tools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See COPYING for license details.

pkgname=bmc-tools
pkgver=25.c66a657
pkgrel=3
pkgver=36.94037ce
pkgrel=1
pkgdesc='RDP Bitmap Cache parser.'
groups=('blackarch' 'blackarch-forensic' 'blackarch-sniffer')
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/brakeman/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=brakeman
pkgver=v7.0.0.r6.gfc3de9664
pkgver=v7.0.0.r8.g996a5b5c7
pkgrel=1
epoch=1
pkgdesc='A static analysis security vulnerability scanner for Ruby on Rails applications.'
Expand Down
12 changes: 6 additions & 6 deletions packages/burpsuite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# See COPYING for license details.

pkgname=burpsuite
pkgver=2024.12
pkgver=2025.1
pkgrel=1
epoch=1
groups=('blackarch' 'blackarch-webapp' 'blackarch-proxy' 'blackarch-scanner'
'blackarch-fuzzer')
pkgdesc='An integrated platform for attacking web applications (community edition) + SHELLING plugin.'
arch=('any')
url='https://portswigger.net/burp/releases'
license=('custom:unknown')
depends=('java-runtime>=9' 'giflib' 'libxext' 'libxrender' 'libxtst')
license=('custom')
depends=('java-runtime>=17' 'giflib' 'libxext' 'libxrender' 'libxtst')
makedepends=('git')
noextract=("$pkgname.jar")
source=("$pkgname.jar::https://portswigger.net/burp/releases/download?product=community&version=$pkgver&type=jar"
'LICENSE'
"$pkgname.desktop"
'icon64.png'
'git+https://github.com/PortSwigger/command-injection-attacker.git')
sha512sums=('dc1fb43207d9c459d01eda5b62925c0eded0f85c7575e7eba0ebcb2e42ae96050f82b04d8255c74ef0ceca69d716e4e86a5a8bef4432ffe347a2379210125f41'
sha512sums=('73f2cd94fc71f545e5f1655de7f34ff2ee7b5846cb8929b2bde430272cc605d65c7edf7429c1341e1d909021cbde974802cc1510ab8c8d14ec6cf7097ee71f03'
'07f646ce79e4e259c8da4a16ecd9b0149f09cd047ab42bfb758dc1cd4871710866e4dae6cda572f96fb49d0b156e64dd7b0a78904d9d367d41136214de5488a2'
'292dcc47a625f69f0a235c8333e74eef437ec77095f731e97e5065261a7067a03f361375a10631828b42484f77b3e5d24ce71ceff174b0d6083f3a7abebe677c'
'928083e0189ce50304c4b32f8f6ef56be79881090bffdaddb5e990a59186ed2596c03293255693d488a47519e6da4e969e74e9bfe22a0f6ca53491a4e0749575'
'SKIP')

package() {
install -dm 755 "$pkgdir/usr/bin"
install -dm 755 "$pkgdir/usr/share/"{applications,pixmaps,burpsuite,licenses/burpsuite}
install -dm 755 "$pkgdir/usr/share/"{applications,pixmaps,${pkgname},licenses/${pkgname}}

install -Dm 644 "$pkgname.jar" "$pkgdir/usr/share/$pkgname/$pkgname.jar"
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
Expand All @@ -36,7 +36,7 @@ package() {

cat > "$pkgdir/usr/bin/$pkgname" << EOF
#!/bin/sh
exec \$JAVA_HOME/bin/java --illegal-access=permit -jar /usr/share/$pkgname/$pkgname.jar "\$@"
exec \$JAVA_HOME/bin/java -jar /usr/share/$pkgname/$pkgname.jar "\$@"
EOF

chmod +x "$pkgdir/usr/bin/$pkgname"
Expand Down
2 changes: 1 addition & 1 deletion packages/can-utils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=can-utils
pkgver=1185.fc1f697
pkgver=1201.01083a6
pkgrel=1
pkgdesc='Linux-CAN / SocketCAN user space applications.'
groups=('blackarch' 'blackarch-automobile')
Expand Down
2 changes: 1 addition & 1 deletion packages/checkov/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=checkov
pkgver=3.2.353.r1.g622023305
pkgver=3.2.360.r0.ge7edf675a
pkgrel=1
pkgdesc='Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages.'
groups=('blackarch' 'blackarch-code-audit')
Expand Down
2 changes: 1 addition & 1 deletion packages/chipsec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=chipsec
pkgver=1.13.8.r9.g36a9b01
pkgver=1.13.9.r0.gd20124f
pkgrel=1
epoch=5
pkgdesc='Platform Security Assessment Framework.'
Expand Down
2 changes: 1 addition & 1 deletion packages/clair/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=clair
pkgver=2023.b2501ba3
pkgver=2025.d05b4049
pkgrel=1
groups=('blackarch' 'blackarch-scanner')
pkgdesc='Vulnerability Static Analysis for Containers.'
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudsploit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=cloudsploit
pkgver=6559.8bb9b124e
pkgver=6565.3d9db6fe9
pkgrel=1
pkgdesc='AWS security scanning checks.'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packages/cmsscanner/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See COPYING for license details.

pkgname=cmsscanner
pkgver=0.13.8.63.g864c47f
pkgrel=2
pkgver=0.13.8.67.g5eb1ff9
pkgrel=1
groups=('blackarch' 'blackarch-webapp' 'blackarch-scanner' 'blackarch-recon'
'blackarch-fingerprint')
pkgdesc='CMS Scanner Framework.'
Expand Down
2 changes: 1 addition & 1 deletion packages/commix/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=commix
pkgver=2208.ceca8cd1
pkgver=2212.4117adea
pkgrel=1
groups=('blackarch' 'blackarch-webapp' 'blackarch-automation'
'blackarch-exploitation')
Expand Down
2 changes: 1 addition & 1 deletion packages/country-ip-blocks/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=country-ip-blocks
pkgver=4996.f19f54c
pkgver=5035.dbf8593
pkgrel=1
pkgdesc='CIDR country-level IP data, straight from the Regional Internet Registries, updated hourly.'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/cpp2il/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=cpp2il
pkgver=2022.1.0.pre.release.19.r21.gc0719eb
pkgver=2022.1.0.pre.release.19.r23.g799006b
pkgrel=1
epoch=1
pkgdesc="A tool to reverse unity's IL2PP toolchain"
Expand Down
4 changes: 2 additions & 2 deletions packages/ctf-party/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

pkgname=ctf-party
_gemname=ctf-party
pkgver=v3.0.0.r39.gb0c58df
pkgrel=3
pkgver=v3.0.0.r41.gc728a6c
pkgrel=1
groups=('blackarch' 'blackarch-misc')
pkgdesc='A CLI tool & library to enhance and speed up script/exploit writing for CTF players.'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/cvemap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=cvemap
pkgver=v0.0.7.r270.gd08fe10
pkgver=v0.0.7.r290.g0cd1f80
pkgrel=1
pkgdesc='CLI tool designed to provide a structured and easily navigable interface to various vulnerability databases.'
arch=('x86_64' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion packages/dalfox/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=dalfox
pkgver=1571.030acc5
pkgver=1579.2d4b7ff
pkgrel=1
pkgdesc='Parameter Analysis and XSS Scanning tool.'
arch=('x86_64' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion packages/dftimewolf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=dftimewolf
pkgver=755.0a8ee8fc
pkgver=763.e32db49f
pkgrel=1
pkgdesc='Framework for orchestrating forensic collection, processing and data export.'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packages/dirsearch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See COPYING for license details.

pkgname=dirsearch
pkgver=2494.60a5046
pkgrel=2
pkgver=2496.46f57e5
pkgrel=1
groups=('blackarch' 'blackarch-webapp' 'blackarch-scanner')
pkgdesc='HTTP(S) directory/file brute forcer.'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packages/dnstwist/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See COPYING for license details.

pkgname=dnstwist
pkgver=640.7de1a7a
pkgrel=4
pkgver=643.4e6e477
pkgrel=1
groups=('blackarch' 'blackarch-scanner' 'blackarch-recon')
pkgdesc='Domain name permutation engine for detecting typo squatting, phishing and corporate espionage.'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/dnsx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=dnsx
pkgver=1111.20f2c35
pkgver=1128.d400307
pkgrel=1
groups=('blackarch' 'blackarch-recon')
pkgdesc='Fast and multi-purpose DNS toolkit allow to run multiple DNS queries of your choice with a list of user-supplied resolvers.'
Expand Down
2 changes: 1 addition & 1 deletion packages/dorkbot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=dorkbot
pkgver=263.ac28ccc
pkgver=281.11b740d
pkgrel=1
pkgdesc='Command-line tool to scan Google search results for vulnerabilities.'
groups=('blackarch' 'blackarch-scanner')
Expand Down
2 changes: 1 addition & 1 deletion packages/dradis-ce/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=dradis-ce
pkgver=7007.1551cc84
pkgver=7015.59dfe389
pkgrel=1
pkgdesc='An open source framework to enable effective information sharing.'
groups=('blackarch' 'blackarch-recon' 'blackarch-misc')
Expand Down
4 changes: 2 additions & 2 deletions packages/dumpsmbshare/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See COPYING for license details.

pkgname=dumpsmbshare
pkgver=22.ef89f08
pkgrel=2
pkgver=23.1e5ceb1
pkgrel=1
pkgdesc='A script to dump files and folders remotely from a Windows SMB share.'
groups=('blackarch' 'blackarch-misc')
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/emp3r0r/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=emp3r0r
pkgver=v1.48.10.r0.gfd6f209e
pkgver=v1.51.1.r0.gd305f052
pkgrel=1
pkgdesc='Linux post-exploitation framework made by linux user.'
arch=('x86_64' 'aarch64')
Expand Down
6 changes: 3 additions & 3 deletions packages/faradaysec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=faradaysec
pkgver=12790.9e16868a7
pkgver=12846.0c01c3143
pkgrel=1
pkgdesc='Collaborative Penetration Test and Vulnerability Management Platform.'
groups=('blackarch' 'blackarch-scanner' 'blackarch-exploitation'
Expand All @@ -13,7 +13,7 @@ url='http://www.faradaysec.com/'
depends=('couchdb' 'python' 'gtk3' 'gobject-introspection' 'python-argparse'
'gobject-introspection-runtime' 'python-gobject' 'vte3' 'zsh' 'curl'
'python-couchdb' 'python-mockito' 'python-whoosh' 'python-ipy'
'python-restkit' 'python-requests' 'python-tornado' 'python-flask'
'python-requests' 'python-tornado' 'python-flask' 'python-anyascii'
'python-colorama' 'java-environment' 'python-pip' 'python-dateutil'
'pyqt3' 'libpqxx' 'python-psycopg2' 'ruby' 'python-apispec-webframeworks'
'python-lxml' 'python-pysqlite3' 'python-sphinx' 'python-twisted'
Expand All @@ -33,7 +33,7 @@ depends=('couchdb' 'python' 'gtk3' 'gobject-introspection' 'python-argparse'
'python-flask-restless' 'python-syslog-rfc5424-formatter'
'python-flask-kvsession-fork' 'python-distro' 'python-faraday-plugins'
'python-pendulum' 'python-prompt_toolkit' 'python-email-validator'
'python-anyascii' 'postgresql')
'postgresql')
makedepends=('git')
options=('!strip')
license=('GPL')
Expand Down
2 changes: 1 addition & 1 deletion packages/fastnetmon/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=fastnetmon
pkgver=v1.2.8.r7.g27ca6168
pkgver=v1.2.8.r17.gafddb8a1
pkgrel=1
pkgdesc='High performance DoS/DDoS load analyzer built on top of multiple packet capture engines.'
url='https://github.com/pavel-odintsov/fastnetmon'
Expand Down
2 changes: 1 addition & 1 deletion packages/flare-floss/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=flare-floss
pkgver=v3.1.1.r53.g35e4167
pkgver=v3.1.1.r55.g8691768
pkgrel=1
epoch=1
pkgdesc='Obfuscated String Solver - Automatically extract obfuscated strings from malware.'
Expand Down
50 changes: 0 additions & 50 deletions packages/frida/COPYING

This file was deleted.

Loading

0 comments on commit bac241f

Please sign in to comment.