Explanation
In the Tardis v2 Challenge, we are given a rar file and tasked with obtaining a hidden flag.
If you extract the file in flag.rar, you will only be given a file named, “flag.txt”. In the file, it says, “Nope it’s not here. You’ll need to find an alternate location.” That is a hint that the flag is contained in an Alternate Data Stream.
You can access the data in the Alternate Data Stream with 7zip.
If you are on Windows, you can also use Command Prompt to look for Alternate Data Streams and read data in them.
To see if a file contains an Alternate Data Steam, you can use the following command:
dir /r file
Solving the Challenge
- Browse to http://18.205.188.77/challenges.
- Click Tardis v2
- Click flag.rar to download the file.
- Using 7zip, open the archive flag.rar.
- Double click flag.txt:nothereeither.txt.
- The flag is BTC{AlternateLocationHazBeenIdentified!}
- Copy the flag
- Paste the flag into the Flag field.
- Click Submit.
Instance address