https://github.com/rdvdev2/chaos-ctf
A simple 5 level CTF
https://github.com/rdvdev2/chaos-ctf
ctf ctf-challenges hacking security
Last synced: 11 months ago
JSON representation
A simple 5 level CTF
- Host: GitHub
- URL: https://github.com/rdvdev2/chaos-ctf
- Owner: rdvdev2
- Created: 2020-10-12T22:39:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T22:40:20.000Z (over 5 years ago)
- Last Synced: 2025-01-27T14:56:52.914Z (about 1 year ago)
- Topics: ctf, ctf-challenges, hacking, security
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Chao$ CTF
This is a simple Capture The Flag game that you can download and play yourself. It covers some basic vulnerabilities in 5 diffent levels.
## Installation
**IMPORTANT: DON'T CHECK THE SOURCES OF THE GAME BEFORE PLAYING IT, YOU WILL SPOIL YOURSELF THE FLAGS!**
1. Clone the repository
2. Build and run with `docker-compose` on the project root:
```
docker-compose up -d
```
After following these two steps, your computer will be serving the game on an ssh server on port 22.
## How to play
These are the credentials for the first level:
- Username: `chaos0`
- Password: `chaos0`
Here goes some extra advice on the game:
- Every user corresponds to one level (`chaos0`, `chaos1`, `chaos2`..)
- The password of each user is the flag found on the previous level.
- You can find all the flags on the `/etc/chaos_pass` folder.
- You will find some useful tools in the container, such as `gdb` or `checksec`.
- You can create a temporal folder with `mktemp -d`, but if you need it you can also manually create files and folders in the `/tmp` directory.
- Although they're called temporal folders, these won't be automatically removed.