Cybersecurity Division
From student-organized CTFs to articles on making software secure, here is a showcase of what we have to offer.
Write-ups
CDDC 2023
In the middle of Rust Tags: rev we are given a challenge.mir. Apparently mir (mid-level intermediate reprsentation) is a transient file that the rust compiler uses. It consists of many, many
SeeTF 2023 Writeups
Onelinecrypto Category: Crypto Entire Challenge: How to bypass this line? assert __import__('re').fullmatch(r'SEE{\w{23}}',flag:=input()) and not int.from_bytes(flag.encode(),'big')%13**37 The assert
[AVCTF2021] Espace 0
The hardest challenge of the web category, but was actually solved before Login Part 0 since my brain was dead You've used espace2, but what about espace0? Flag in flag.txt URL:
[AVCTF2021] Super Secure Trustable Implementation
I've added a bunch of filters, so my app must be really secure now. Flag in flag.txt URL: http://35.240.143.82:4209/ The source, main.py is included hence we should take a look. import secrets from
[AVCTF2021] Printwriter 1
My wonderful app works both as an echo server and a file lister! Bet you can't hack it! nc 35.240.143.82 4203 Only the compiled chal file was given, after decompiling it with Ghidra, I get
[AVCTF2021] AppVenture Login Part 2
Ok, you got the flag, but I bet you'll never get my password! Basing off the description, the flag is probably the password. Even though we logged in as admin in the last challenge, we do not know