"pwn" - means to compromise or control, specifically another computer (server or PC), web site, gateway device, or application. It is synonymous with one of the definitions of hacking or cracking, including iOS jailbreaking.  -  Wikipedia.
 
 

We provide various pwn challenges regarding system security. If you succeed to 'pwn' a task, you will be able to read the 'flag' file which contains a secret message. Once you authenticate the flag, you can get the corresponding point. If you are good at system hacking, these tasks would be just a bunch of fun games - enjoy :)
 
In case you are a newb, start googling the Internet to understand the basic system hacking issue. By accomplishing each task given from this website, you will be able to improve the following skills.

 

Reversing

IDA, Ollydbg, Hexray...



Programming

C/C++, Assembly, Python, Perl, Ruby...

Exploitation

Buffer Overflow, ROP, NX, ASLR...



System Knowledge

Linux, Windows, Stack, Heap, ELF, PE...