Zips - CTF 79

CTF Name: Zips
Level: Beginner
Topic: Steganography
Flag Format: ICTF{}
CTF Link: https://t.me/ctf_invisiblehc/131
Description:
Find the hidden flag.
Solution:
To crack this challenge, employ the strings command followed by a quick search using grep:
strings zips.jpg | grep ICTF
The command will display any strings that include "ICTF," which is our hidden flag.
flag: ICTF{H1DD3N_Z1P_1N_F1L3}
Join Our CTF Channel: