Skip to content

Latest commit

 

History

History

Lookey_here

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

picoCTF 2022 Lookey here (Forensics 100 points)

The challenge is the following,

Figure 1

We are also given the file anthem.flag.txt.

I viewed the contents of the file, which contained a very long text.

Figure 1

I counted the words using,

$ wc -w anthem.flag.txt

Which showed that there was 19139 words.

Figure 1

I know the flag format is picoCTF{xxx}, so I decided to grep it using,

$ cat anthem.flag.txt | grep "picoCTF"

Which revealed the flag.

Figure 1

Therefore, the flag is,

picoCTF{gr3p_15_@w3s0m3_4554f5f5}