Recent posts
Pwnable.kr - shellshock
The challenge represents the very well known vulnerability `CVE-2014-6271` also known as `shellshock`. I won't go int...
Pwnable.kr - mistake
This challenge requires some observation. first it opens `/home/mistake/password` then it reads from it (supposedly) ...
Pwnable.kr - leg
This is a simple arm challenge. It compares the input key with the sum of 3 functions, we are also given the assembly...
Pwnable.kr - input
The challenges tests your ability to feed input to different sources. Stage 1 (command line args): argc (num of argum...
Deep Analysis of RogueRobin Trojan (DarkHydrus APT)
The first stage of this malware is an excel document with a `macro`, it asks to click `Enable Content` to run the mac...
Pwnable.kr - random
This challenge focuses on pseudo-random number generators, the randomness of the generated numbers depends on the `se...
Pwnable.kr - passcode
This challenge was a bit frustrating at first so let's go easy. First there is a call to `welcome()` which takes 100 ...
Pwnable.kr - flag
This challenge is just a simple reverse engineering task, from the challenge description we can guess that the binary...