NahamCon2021 CTF - Chicken Wings - Writeup

Introduction

Today we're doing a CTF writeup for the Chicken Wings challenge from the NahamCon2021 CTF. Chicken Wings is a cryptography challenge (kind of) and after we started the challenge we downloaded the associated file and read it:


cat chicken_wings


This looks strange. Let's see if Google has anything to say about this:

paste contents of the chicken_wings output into Google search:


This first hit looks promising. Let's go there:

https://lingojam.com/WingDing


And finally, we paste the contents of chicken_wings into the window on the right:


Summary

The downloaded file contains a string written in the WingDings font. We were able to obtain the flag string after putting the content of the chicken_wings file through a translation website.

Finish










Comments

Popular posts from this blog

TryHackMe - Reversing Elf - Walkthrough

TryHackMe - Windows PrivEsc - Walkthrough

TryHackMe - Web Enumeration - Walkthrough