Safe Box (VishwaCTF 2025)
The main idea was to somehow either "open" the safe or breakthrough it to get the flag.
Step-1: Launched Asset Ripper and loaded the game folder into it.
Step-2: Explored the extracted content and found the "level0" collection that contained interesting assets.
Step-3: Located a GameObject named "flag" in the hierarchy, but couldn't find any useful information in Asset Ripper GUI.
Step-4: Exported the project as a Unity project using Asset Ripper and opened it in Unity.
Step-5: In the Unity scene, found the "flag" object nested inside a container.
Step-6: Simply selected and dragged the flag object out of the safe container to reveal the flag.
Last updated