Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

README.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

VM0 (100 points)


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.


Ready Gladiator 0 (100 points)


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!! (<_>)


Ready Gladiator 1 (200 points)


Reverse (100 points)


This was a basic reverse engineering challenge, as usual runing strings on the file and greping for keyword `pico` gave us the flag!! (<_>)

Safe Opener 2 (100 points)


Doing the same operation as the previous challenge we got our flag

timer (100 points)


This an andriod challenge, looks simillar to the apk series in the picoGym, first thing was to unpack the apk file downloaded with

No way out (200 points)


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