File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ geoip blackarch-networking blackarch-recon
46
46
ghidra blackarch-reversing blackarch-disassembler blackarch-debugger
47
47
gitleaks blackarch-recon
48
48
gnuradio blackarch-wireless
49
+ gobuster blackarch-webapp blackarch-scanner
49
50
gqrx blackarch-radio blackarch-wireless
50
51
gsocket blackarch-networking
51
52
hackrf blackarch-radio
Original file line number Diff line number Diff line change 2
2
# See COPYING for license details.
3
3
4
4
pkgname=blackarch-officials
5
- pkgver=20250415
5
+ pkgver=20250609
6
6
pkgrel=1
7
7
pkgdesc=' Meta package for installing official security tools from the Arch Linux repository.'
8
8
arch=(' x86_64' ' aarch64' )
@@ -59,6 +59,7 @@ if [[ $CARCH == "x86_64" ]]; then
59
59
' ghidra'
60
60
' gitleaks'
61
61
' gnuradio'
62
+ ' gobuster'
62
63
' gqrx'
63
64
' gsocket'
64
65
' hackrf'
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ arch=('x86_64' 'aarch64')
9
9
groups=(' blackarch' ' blackarch-binary' ' blackarch-misc' )
10
10
url=' http://wxhexeditor.sourceforge.net/'
11
11
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 ' )
14
14
source=(" $pkgname ::git+https://github.com/EUA/wxHexEditor.git" )
15
15
sha512sums=(' SKIP' )
16
16
@@ -23,7 +23,7 @@ pkgver() {
23
23
build () {
24
24
cd $pkgname
25
25
26
- make CXXFLAGS=" ${CXXFLAGS/ -fno-rtti/ } "
26
+ make -s WXCONFIG= ' /usr/bin/wx-config ' CXXFLAGS=" ${CXXFLAGS/ -fno-rtti/ } "
27
27
}
28
28
29
29
package () {
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ binwalk bless bully cadaver capstone cfr checksec chntpw clash corkscrew
10
10
cowpatty cppcheck crosstool-ng darkstat ddrescue distorm dive dscanner dsniff
11
11
elfkickers etherape ettercap evilginx exiv2 exploitdb fcrackzip findomain
12
12
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
19
19
proxychains-ng proxytunnel ptunnel pwndbg python-capstone python-jsbeautifier
20
20
python-pwntools python-shodan python-yara qflipper r2ghidra radamsa radare2
21
21
rarcrack rathole reaver rfdump rizin rkhunter ropgadget ropper routersploit
You can’t perform that action at this time.
0 commit comments