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 update

sudo apt install -y docker.io
sudo systemctl enable docker --now
sudo usermod -aG docker $USER

Install Docker Compose

sudo apt install -y docker-compose

Reboot the system

sudo reboot

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_amd64

Create, and start containers for the CTF

Download and unzip the challenges.zip file.

unzip challenges.zip
cd tcc-blackhat
docker-compose up

Careers

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