Diefunction
  • About
  • Vulnerabilities
    • GHSL-2021-023 / CVE-2021-32819
  • BlachatMEA Finals 2024
  • CTF
    • Technology Control Company
      • Athackcon CTF 2021
        • Trust
        • Config
        • Extend
        • Poison
      • Blackhat MEA 2022
        • CTF Setup on Kali linux
        • Careers
        • SOC Complaints
    • Athackcon
      • POLL
    • Cyber Night 3
      • Client Hell
    • BlackHatMEA Quals 2022
      • Spatify
      • PeehPee
      • Meme generator
      • Black notes
      • Jimmy's blog
    • BlackHatMEA Quals 2023
      • Web - Hardy
      • Web - Authy
      • Reverse engineering - light up the server
    • BlackhatMEA Finals 2024
      • PWN
    • BITSCTF - Reverse Mishap
    • Cybernights 2025
      • REVERSE
      • PWN
    • BYUCTF 2025
      • PWN
Powered by GitBook
On this page
  • Required for the environment
  • Install Kali linux on VMWare Workstation
  • Update the package index
  • Install Docker
  • Install Docker Compose
  • Reboot the system
  • Recommended tools
  • Install Visual Studio Code
  • Create, and start containers for the CTF
  • Careers
  • SOC Complaints

Was this helpful?

  1. CTF
  2. Technology Control Company
  3. Blackhat MEA 2022

CTF Setup on Kali linux

PreviousBlackhat MEA 2022NextCareers

Last updated 2 years ago

Was this helpful?

Simple local CTF environment on Kali Linux.

Required for the environment

Install Kali linux on VMWare Workstation

for VMWare to setup the CTF environment. 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

Recommended tools

Install Visual Studio Code

sudo dpkg -i ~/Downloads/code_1.73.1-1667967334_amd64.deb # current version 1.73.1-1667967334_amd64

Recommended VSCode Extensions

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/

VMWare Workstation
Kali Linux
Docker
Docker compose
Kali linux image
Default Kali Credentials
Install Docker
Visual Studio Code
Click to download the debian package
Docker
Python
Dev Containers
ESLint
SQLTools
568KB
challenges.zip
archive
Download Challenges