JustCTF [*] 2020 challenges sources
This repo contains sources for justCTF [*] 2020 challenges hosted by justCatTheFish.
TLDR: Run a challenge with ./run.sh (requires Docker/docker-compose and might require sudo as we use nsjail extensively under the hood).
The challenges/ contains challanges directories with the following structure:
README.md– official challenge description used during CTFrun.sh– shell script to run the challenge locally (uses Docker and sometimes docker-compose)public/– files that were public/to downloadprivate/– sources and other unlisted filesflag.txt/metadata.json– the flag (don’t look there?)solv/– scripts and files with raw solution (used by healthcheck, if exists)- other files
Challenges
| Category | Name | Points | Solves |
|---|---|---|---|
| web | Baby CSP | 406 | 6 |
| web | njs | 394 | 7 |
| web | Computeration
|