CTF Setup on Kali linux

Simple local CTF environment on Kali Linux.

Required for the environment

Install Kali linux on VMWare Workstation

Kali linux imagearrow-up-right for VMWare to setup the CTF environment. Default Kali Credentialsarrow-up-right 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 packagearrow-up-right

Create, and start containers for the CTF

file-archive
568KB
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