Skip to content

Commit 8788147

Browse files
committed
add official package.
1 parent 89164ef commit 8788147

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

lists/official

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ geoip blackarch-networking blackarch-recon
4646
ghidra blackarch-reversing blackarch-disassembler blackarch-debugger
4747
gitleaks blackarch-recon
4848
gnuradio blackarch-wireless
49+
gobuster blackarch-webapp blackarch-scanner
4950
gqrx blackarch-radio blackarch-wireless
5051
gsocket blackarch-networking
5152
hackrf blackarch-radio

packages/blackarch-officials/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See COPYING for license details.
33

44
pkgname=blackarch-officials
5-
pkgver=20250415
5+
pkgver=20250609
66
pkgrel=1
77
pkgdesc='Meta package for installing official security tools from the Arch Linux repository.'
88
arch=('x86_64' 'aarch64')
@@ -59,6 +59,7 @@ if [[ $CARCH == "x86_64" ]]; then
5959
'ghidra'
6060
'gitleaks'
6161
'gnuradio'
62+
'gobuster'
6263
'gqrx'
6364
'gsocket'
6465
'hackrf'

packages/wxhexeditor/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ arch=('x86_64' 'aarch64')
99
groups=('blackarch' 'blackarch-binary' 'blackarch-misc')
1010
url='http://wxhexeditor.sourceforge.net/'
1111
license=('GPL')
12-
depends=('wxwidgets-gtk3' 'mhash' 'python' 'python2')
13-
makedepends=('git')
12+
depends=('wxwidgets-gtk3' 'mhash' 'python' 'python2' 'gcc-libs')
13+
makedepends=('git' 'python' 'python2')
1414
source=("$pkgname::git+https://github.com/EUA/wxHexEditor.git")
1515
sha512sums=('SKIP')
1616

@@ -23,7 +23,7 @@ pkgver() {
2323
build() {
2424
cd $pkgname
2525

26-
make CXXFLAGS="${CXXFLAGS/-fno-rtti/}"
26+
make -s WXCONFIG='/usr/bin/wx-config' CXXFLAGS="${CXXFLAGS/-fno-rtti/}"
2727
}
2828

2929
package() {

scripts/up-officials

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ binwalk bless bully cadaver capstone cfr checksec chntpw clash corkscrew
1010
cowpatty cppcheck crosstool-ng darkstat ddrescue distorm dive dscanner dsniff
1111
elfkickers etherape ettercap evilginx exiv2 exploitdb fcrackzip findomain
1212
flawfinder foremost fping freeipmi freeradius gdb gdb-common geoip ghidra
13-
gitleaks gnuradio gqrx gsocket hackrf hashcat hashcat-utils hcxdumptool hcxkeys
14-
hcxtools hexyl hping httping httptunnel httrack hydra i2pd iaito iodine ipmitool
15-
jad jadx jhead john kcptun kismet libpst lldb lorcon ltrace lynis macchanger
16-
masscan mat2 mdk4 medusa metasploit mfoc miredo mitmproxy mtr multimon-ng
17-
nbtscan ncrack netsniff-ng ngrep nikto nmap onionshare open-iscsi p0f packer
18-
packeth pathod pdfcrack peda perl-image-exiftool pixiewps proxmark3
13+
gitleaks gnuradio gobuster gqrx gsocket hackrf hashcat hashcat-utils hcxdumptool
14+
hcxkeys hcxtools hexyl hping httping httptunnel httrack hydra i2pd iaito iodine
15+
ipmitool jad jadx jhead john kcptun kismet libpst lldb lorcon ltrace lynis
16+
macchanger masscan mat2 mdk4 medusa metasploit mfoc miredo mitmproxy mtr
17+
multimon-ng nbtscan ncrack netsniff-ng ngrep nikto nmap onionshare open-iscsi
18+
p0f packer packeth pathod pdfcrack peda perl-image-exiftool pixiewps proxmark3
1919
proxychains-ng proxytunnel ptunnel pwndbg python-capstone python-jsbeautifier
2020
python-pwntools python-shodan python-yara qflipper r2ghidra radamsa radare2
2121
rarcrack rathole reaver rfdump rizin rkhunter ropgadget ropper routersploit

0 commit comments

Comments
 (0)