Skip to content

Latest commit

 

History

History

finals

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

justCTF 2024 Finals

This repo contains sources for justCTF 2024 finals challenges hosted by justCatTheFish as well as summary of winners and sponsors of the event. The event was hosted on-site alongside the HackYeah hackathon in Kraków, Poland on the 28th and 29th of September 2024. In total, the CTF hosted 120+ people with 301 flags submitted.

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 CTF
  • public/ - files that were public/to download
  • private/ - sources and other unlisted files
  • private/run.sh - shell script to run the challenge locally (uses Docker and sometimes docker-compose)
  • private/flag.txt - the flag (don't look there?)
  • private/metadata.json - challenge metadata
  • private/solve.sh/private/solver/ - scripts and files with raw solution (not present for every challenge)
  • other files

Winners & Prizes

Main bracket:

Polish academic bracket:

justCTF 2024 Finals sponsors:

Thanks again to all the sponsors who made this event possible!

Challenges

(Sorted from most solved to least solved)

Category Name Points Solves
Baby, Web Quiz 50 27
Baby, Misc wow_signal 50 26
Misc, Baby Sanity check 50 26
Baby, Misc QRazy 50 25
Baby, Web Coms 50 23
Baby, Misc NFC Gold 50 23
Misc Relocate 50 20
Baby, Re AntiRunMe 58 17
Misc NFC Flag Market 58 17
Pwn, Baby Calculator 72 16
Re, Baby Baby License 137 12
Baby, Crypto OTP encryption 156 11
Re Quirk3 248 7
Baby, Blockchain RoboOtter Lab 248 7
Crypto Latest Message Signing 248 7
Pwn securiotee 277 6
Baby, Web flag-service 277 6
Web Calc 388 3
Web myczek 388 3
Fore, Misc justUnknown device 388 3
Misc JustNFTables 388 3
Misc pwndbg-me 388 3
Games Pawel jumper 438 2
Misc, Re Eraser 438 2
Re Captcha 500 1
Web Madness 500 1
Pwn Baby heap but windows 500 1
Crypto, Web Trusted Blinding 500 1
Games Minecraft: Pumpkin 500 1
Pwn catnas 500 1
Re Compiler Safari 500 0
Games Minecraft: Cheat death 500 0
Misc anomaly 500 0
Blockchain Otter Bay Council 500 0

Write-ups

Write-ups created by players can be found on CTFTime as well as on our discord. You should also look at challenges solution directories, if they exist (solver.sh/solver/).