Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

grep 1

Points: 75

Category

General Skills

Question

Can you find the flag in file? This would be really obnoxious to look through by hand, see if you can find a faster way. You can also find the file in /problems/grep-1_3_8d9cff3d178c231ab735dfef3267a1c2 on the shell server.

Hint

grep tutorial

Solution

We are given a file with a lot of gibberish.

Grep prints the lines matching a pattern.

Do grep picoCTF file to filter out the flag.

Flag

picoCTF{grep_and_you_will_find_cdf2e7c2}