Building a RHEL like environment to cybersec: Difference between revisions

From PedrosBrainDump
No edit summary
No edit summary
Line 14: Line 14:
  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
  ./burpsuite.sh
  ./burp_community_2024.8.4_linux.sh

Revision as of 23:20, 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