Skip to content

Latest commit

 

History

History

tutorial_1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

PicoCTF_2017: Tutorial 1

Category: Tutorial Points: 0 Description:

How can you figure out Robin Morris's middle name? Thankfully you have a list you can check!

Hint:

Please don't search by hand!

Write-up

A very simple grep.

$ grep -E "^Robin (.*) Morris$" contractors.txt 
Robin Almay Morris

Therefore, the flag is, Almay.