csictf 2020

CTF Writeup - https://ctftime.org/event/1081

Home csictf 2020 Writeups Home
19 July 2020

Gradient sky

by INXS_JOY

Gradient sky is a begginer level ctf challenge which is aimed towards rookies.

Files

Solution

The strings command in linux returns each string of printable characters in a file.

So we use the strings command on the jpg file,

strings sky.jpg

It produces a bunch of strings, in the bottom of the list we find the flag.

Flag

csictf{j0ker_w4snt_happy}
tags: Forensics