Building a RHEL like environment to cybersec: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
go build -o getJS main.go | go build -o getJS main.go | ||
sudo cp getJS /usr/local/bin | sudo cp getJS /usr/local/bin | ||
curl -L -o burp_community_2024.8.4_linux.sh <nowiki>https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux</nowiki> | curl -L -o burp_community_2024.8.4_linux.sh "<nowiki>https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux</nowiki>" | ||
chmod +x burp_community_2024.8.4_linux.sh | chmod +x burp_community_2024.8.4_linux.sh | ||
./burp_community_2024.8.4_linux.sh | ./burp_community_2024.8.4_linux.sh |
Latest revision as of 23:26, 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 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