Building a RHEL like environment to cybersec: Difference between revisions
Created page with " sudo dnf update -y sudo dnf install hydra gobuster wafw00f whatweb golang git seclists wfuzz sqlmap hash-identifier -y 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 wget https://files.pedromussato.com/programs/burpsuite_community_linux_v2024_8_2.sh..." |
No edit summary |
||
| Line 1: | Line 1: | ||
sudo dnf update -y | sudo dnf update -y | ||
sudo dnf install hydra gobuster wafw00f whatweb golang git seclists | sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd -y | ||
snap install seclists sqlmap hash-id | |||
cd /tmp | cd /tmp | ||
git clone https://github.com/tomnomnom/hacks.git | git clone https://github.com/tomnomnom/hacks.git | ||
Revision as of 22:55, 8 October 2024
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 wget https://files.pedromussato.com/programs/burpsuite_community_linux_v2024_8_2.sh chmod +x burpsuite_community_linux_v2024_8_2.sh ./burpsuite_community_linux_v2024_8_2.sh