Posts

Showing posts from April, 2025

Buffer Overflow

Image
                         Buffer Overflows                                                                 (The real hacking) I meant this real hacking cause , this is where you will be understanding the underlying code and then bypassing rather than relaying upon some tool to do the shit for you. Pre-requisite : You must have basic knowledge of assembly language Disclamer : Don't forget to put on a diving mask while reading this blog cause we are going to get deep So assuming you already have basic knowledge on assembly lets start learning reverse engineering by solving some challenges by protostar. Description : All the binary files we will be exploiting has owner and group owner as root and guess what ? it has setuid on it set :)  Challange 1 : Protostar Stac...