Category: CTF

  • UTCFT 2025 Challenge: March 14th

    Big thanks to Texas University ISSS for creating and moderating the game and the Discord chat. It was tons of fun and I learned a few new skills. Trapped in Plain Sight 1 I first SSH into the machine. The name of the challenge was “Trapped in plain Sight” so I figured the flag it…

  • Snyk CTF Challenge: Feb 28th 2025.

    String Me Along This was the first reverse engineering challenge. It was labeled easy. The first thing I did was use the strings command to view all the strings in the binary. The string command will print all the printable characters that are in the file. Next I tired to enter, “unlock_me_123” after running the…