Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 451 Bytes

Challenge:

This ZIP file is hanging out with the stars in the Milky Way! Can you find the flag? mercury.zip


Solution:

We are provided with the zip containing .hg folder which is mercurial's equivalent for .git folder.

unzip mercury.zip
cd mercury
hg grep --diff flag | grep flag

FLAG:
flag{version_control_for_the_solar_system}