Skip to content

Latest commit

 

History

History

Tapes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

The Tapes

PROBLEM

Misha got deeply emotional after watching Hannah Baker's story in 13 Reasons why.She decided to summarize whole series in a folder. But,she lost a secret while doing so. Can you find it for us?

13reasonwhy

SOLUTION

This problem was solved by my teammate @ugtan

So this is another git related problem. This can be done by using a tool called Gittools. Actually we only need one of the script in that tool called extractor.sh Just run this on the given directory and then you'll have lot's of preivous commits and files. After that use grep to find the flag. So whole process would be

>>> ./extractor.sh HANNAH/ hannah_commit/
>>> grep GLUG

FLAG - GLUG{3e72ome_10_9our_1@pe}

P.S - I would just to use ripgrep instead of grep since ripgrep is way better.