Author Archives: Pentester

Exploit writing tutorial part 1 : Stack Based Overflows
16 Nov

Exploit writing tutorial part 1 : Stack Based Overflows

Last friday (july 17th 2009), somebody (nick)named ‘Crazy_Hacker’ has reported a vulnerability in Easy RM to MP3 Conversion Utility (on XP SP2 En), via packetstormsecurity.org. (see http://packetstormsecurity.org/0907-exploits/). The vulnerability report included a proof of concept exploit (which, by the way,� failed to work on my MS Virtual PC based XP SP3 En). Another exploit was released just a little bit […]

read more »
A Stack-based Buffer Overflow
16 Nov

A Stack-based Buffer Overflow

A Stack-based Buffer Overflow Introduction Basic of x86 Architecture Assembly Language Compiler, Assembler & Linker Function Operation Stack Stack Operation Stack based Buffer Overflow Shellcode: The Payload Vulnerability & Exploit Examples Another BOF ‘Research’         TESTING BUFFER OVERFLOW CODE In the following program example, we are going to investigate how the stack […]

read more »