Cryptax
This website is personal and does not represent my employer
Callboy 207 solves Baby Category: Misc Author: p4ck3to Description : “Have you ever called a Callboy? No!? Then you should definitely try it. To make it a pleasant experience for you, we have recorded a call with our Callboy to help you get started, so that there is no embarrassing silence between you. PS: do not forget the to wrap flag{} around the secret "
127 points An overview of network packets The file we download is a network packet capture.
Flagdroid 147 solves 153 points Easy Category: Reverse Author: m0ney Text: “This app won’t let me in without a secret message. Can you do me a favor and find out what it is?” Download file: an APK Analysis of the app We decompile the application. The validation of the flag is done when you press the button check:
1 2 3 4 5 6 7 8 9 10 11 12 13 public void onClick(View arg10) { TextView tvWrong = (TextView)MainActivity.
I tried TU CTF.
I only played 1 or 2 hours and flagged quite a lot: this is an easy CTF, good for beginners. See some very quick write-ups below.
Unfortunately I can’t remember the titles of the challenges.
Challenge 1 We have a binary to decompile. I use Ghidra and locate a strange function called thisone
The printFlag function decodes the flag.
I write a program to mimic the decoding: