Processing math: 100%

The Book of Gehn

I found 3 posts.


RPG - Part I (IDA writeup - EKO 2019)

Tags: eko, challenge, reversing, IDA

October 27, 2019

rpg is a buggy game where the player can attack to and defend from attacks of monsters.

Let’s see if we can know how it works.


Cipherchat (Crypto writeup - EKO 2019)

Tags: challenge, eko, hacking, python, bytecode

October 1, 2019

We start with a communication between two machines, encrypted with an unknown algorithm and the challenge is to break it.

As a hint we have the code that the client used to talk with the server.


Weirdo (SQLi writeup - EKO 2019)

Tags: challenge, eko, sql, hacking

September 29, 2019

Quick writeup of a SQL injection challenge.

- Martin Di Paola