CTF Setup on Kali linux
Simple local CTF environment on Kali Linux.
Required for the environment
Install Kali linux on VMWare Workstation
Kali linux image for VMWare to setup the CTF environment. Default Kali Credentials Username: kali Password: kali
Update the package index
sudo apt updatesudo apt install -y docker.io
sudo systemctl enable docker --now
sudo usermod -aG docker $USERInstall Docker Compose
sudo apt install -y docker-composeReboot the system
sudo rebootRecommended tools
Install Visual Studio Code
Click to download the debian package
sudo dpkg -i ~/Downloads/code_1.73.1-1667967334_amd64.deb # current version 1.73.1-1667967334_amd64Recommended VSCode Extensions
Create, and start containers for the CTF
Download and unzip the challenges.zip file.
unzip challenges.zip
cd tcc-blackhat
docker-compose upCareers
IPAddress 172.20.0.3 Port 80 URL http://172.20.0.3/
SOC Complaints
IPAddress 172.20.0.4 Port 80 URL http://172.20.0.4/
Last updated
Was this helpful?