Recent posts

Egg Hunter for the Win - Linux x86

3 minute read

Introduction What is egg hunter? and why on earth would you need it? This post will answer those questions and discuss access() syscall briefly, which is a v...

Creating Custom TCP Bind Shell - Linux x86

11 minute read

Introduction Bind TCP shell consist of three main components, one for setting up socket that includes socket(), bind(), listen(), and accept() functions. The...

C0m80 Challenge

16 minute read

Introduction This post is walk-through of rooting C0m80. The challenge is considered hard or at least it was for me. Shout out to @3mrgnc3 for putting it tog...