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

Reboot the system

Install Visual Studio Code

Click to download the debian package

Create, and start containers for the CTF

568KB
Open
Download Challenges

Download and unzip the challenges.zip file.

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

Was this helpful?