UofT CTF 2025

Sat, 11 - 13 Jan 2025.

โœจ Misc

Sanity check

Description

Welcome to UofTCTF 2025!

Looking for the flag? Make sure you join the Discord serverarrow-up-right. The flag format is uoftctf{...}.

This is just sanity check chall, so just input the flag that was given on discord.

Flag :

uoftctf{welcome_to_uoftctf_2025!!!!!}

Math test

Description

Complete this simple math test to get the flag.

nc 34.66.235.106 5000

Author: White

file-download
866B
challenge source code

Solve

In this challenge, i have to solve all math questions from the server. When i check into the source code, it's endless 1000 questions with crazy numbers range๐Ÿ’€๐Ÿ’€. "I can't doing ts for rest of competition". So, i decided to make a solver script in python. In that script, it solve any questions from the server correctly. Just connect it with socket, and damnnn. you got the flag.

Here is my code to solve this 1000 math questions

Flag :

๐Ÿ’ป Pwn

baby-pwn

Description

Here's a baby pwn challenge for you to try out. Can you get the flag?

nc 34.162.142.123 5000

Author: atom

file-archive
3KB
challenge attachment

Solve

As we see at first, this challenge provide the source code and compiled one. We can buffer overflow this chall by passing some 64 + 8 bit input

You can change the "./chal" with netcat or the original program. Once we run the payload, we'll get this flag

Flag :

Thanks for read this writeup. If u wanna support me, buy me a coffee herearrow-up-right or click button below

PayPalarrow-up-right Ko-Fiarrow-up-right

Last updated