Page cover

Minecraft

MISC EASY - 200

Description

I just started playing minecraft for my computer science class and forgot to remove a sign with my password before exiting the world.

Could you please check what my password is.

So you are given a .mcworld file, and you have to find the flag. After downloading and running

file bucketctfMC.mcworld

I found out it was an archive so I extraced it, then went into the extracted folder and grepped for the flag using:

grep -r -i "bucket"

Found out the flag was in a log file but it was split on 3 lines, so I opened the file and manually copied it.

Last updated

Was this helpful?