This is a training program that shows how attackers might try to get access to sensitive information. Within the program you will learn basic Unix navigation and use some common penetration testing tools. Have fun and good luck 👍
- Open VirtualBox and start the VM
- Login with the user "ctf" and password "ctf"
- Open Browser and go to localhost:8000
- Open a terminal
- Good luck and have fun
- The admin will give you the following IP ______________________
- Start your Browser and go to IP:8000
- Open a terminal on your local machine
- Use
ssh ctf@IP
to connect to the remote system. - Enter the passowrd "ctf"
- Note You might have to use the
ssh -X
option to allow the start of GUI tools. You also need to have a working X-Server running - Good luck and have fun