NahamCon2021 CTF - Shoelaces - Writeup

Introduction

Today we're doing a CTF writeup for the Shoelaces challenge from the NahamCon2021 CTF. Shoelaces is (ostensibly) a steganography challenge and after we started the challenge we downloaded our file:


And now to run strings on the file to see if there's any interesting text in the image info:

strings -8 shoelaces.jpg


Summary

After downloading the image file, we ran the Strings command to check if there was any relevant text in the image file, and were thus able to access our objective flag string.

Finish






Comments

Popular posts from this blog

TryHackMe - Reversing Elf - Walkthrough

TryHackMe - Windows PrivEsc - Walkthrough

TryHackMe - Web Enumeration - Walkthrough