<div dir="ltr">Hello<br><br>My name is Iuliana Brinzoi and I am a student at the SCPD master's program.<br>I have participated in the Unbreakable Romania Online #1 CTF organized by<br>CyberEDU, reaching the final position of 17 out of 380 participants.<br><br>Below is a brief description of the challenges that I have solved:<br><br>1. better-cat: a reverse engineering task in which the password needed to get<br>               the flag was discovered by executing the "strings" command<br><br>2. notafuzz: a pwn task where the user input was passed as a parameter to a<br>             printf function and a format string attack allowed me to leak the<br>             flag<br><br>3. the-code: a web task where the flag was in a flag discovered by "dirb"<br><br>4. imagine-that: a misc task which received two indexes for printing some<br>                 content; after many attempts, if the indexes were negative and<br>                 big enough, they would display the content of a PNG image<br>                 containing a QR code that gave me the password needed to get<br>                 the flag<br><br>5. alien-console: a misc task in which the executable performed the XOR<br>                  operation on the user input string; I have created a script<br>                  that generated every possible combination for the flag until<br>                  the result displayed contained only 0s<br><br>6. russiandoll: a misc task in which the flag was stored in a file within a zip<br>                file within a zip file etc, just like a russian doll; the<br>                challenge came from the fact that some archives were password<br>                protected and I had to use password cracking programs such as<br>                "fcrackzip"<br><br>7. tsunami-researcher: a steganography task where I had to analyze a .wav file<br>                       using the "audacity" program; after a couple of settings<br>                       the flag was visible in the stenogram<br><br>Have a nice day,<br>Iuliana</div>