Setup
SSH
Walkthrough
You will be sent a credential bundle from the Taskmaster. Please untar the files:
cd ~/Downloads
tar xf kubesim-***.tar.gz
ls
You should see the following files:
cp_simulator_config cp_simulator_rsa kubesim-***.tar.gz
We're now ready to connect onto the cluster, run the following ssh
command:
ssh -F ./cp_simulator_config bastion
This will connect us into our Attack cluster.
Please type yes
when asked if you want to continue to connect.
The authenticity of host '*** (***)' can't be established.
ECDSA key fingerprint is SHA256:/***.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '***.***.***.***' (ECDSA) to the list of known hosts.
_/_/ _/_/_/_/_/ _/_/_/_/_/ _/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/_/ _/ _/ _/_/_/_/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/_/_/ _/ _/
Welcome to Kubesim | with ❤️ from ControlPlane | https://kubesim.io
Scenario: Your Scenario
This is a longer description to giving you a clue as to what to attack
Videos
Attack
When you are connected onto the cluster, you're ready to go! Remember:
- The scenario instructions have useful info, and tips about where to start the hunt
- Flags are in the format
flag_ctf{636f6e74726f6c706c616e65}
- Pay attention to your starting point
TIP: keep a track of what you're doing, copy the tips from the start and keep notes to track your own progress as you work through the attack.