Building a RHEL like environment to cybersec

From PedrosBrainDump
sudo dnf update -y
sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd -y
snap install seclists sqlmap hash-id
cd /tmp
git clone https://github.com/tomnomnom/hacks.git
cd hacks/html-tool
go build -o html-tool main.go
sudo cp html-tool /usr/local/bin
cd /tmp
git clone https://github.com/003random/getJS.git
cd getJS
go build -o getJS main.go
sudo cp getJS /usr/local/bin
curl -L -o burp_community_2024.8.4_linux.sh "https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux"
chmod +x burp_community_2024.8.4_linux.sh
./burp_community_2024.8.4_linux.sh