The task involves a Collada file, the first step I took was to open the file in Three.js, an online emulator for 3D designs. Upon loading the file,we got this
I noticed that the box contained two gears, and I decided to change the view to wireframe to better understand the structure of the model.
By switching to wireframe view, I was able to see the box's internal structure more clearly and identify the gears. I then proceeded to dismantle the box by removing each Lego piece in the body one by one until the gears were the only components remaining. This process allowed me to focus solely on the gears.
To go into further detail, a Collada file is a type of 3D model file format that is used to represent 3D graphics in a variety of applications. Three.js is a JavaScript library that provides a simple way to create and display 3D graphics on the web. By using Three.js to load the Collada file, I was able to easily manipulate and explore the 3D model, including changing the view to wireframe mode to see the model's internal structure.
After dismantling the box by removing each Lego piece by piece we arrived at this.
This challange is about the CodeWars warriror, in this task they need us to make a warrior that always loses with not ties
Simple solution was to send `end` to the terminal after connecting to the instance throws us back our flag!! (<_>)
This was a basic reverse engineering challenge, as usual runing strings on the file and greping for keyword `pico` gave us the flag!! (<_>)
Doing the same operation as the previous challenge we got our flag
This an andriod challenge, looks simillar to the apk series in the picoGym, first thing was to unpack the apk file downloaded with
Finaly!!, some 3D action game for reversing, this a 3D game made with Unity, downloading the file from here and running it we have
the goal of the challenge is to Escape and get the flag