Our Feeds

Thursday 17 September 2015

AJITH KP

Simple Buffer Overflow Attack with Example: Video tutorial Part 2

I hope you have watched the previous tutorial. Else please watch from here: http://terminalcoders.blogspot.com/2015/08/simple-buffer-overflow-attack-with.html
This is the second part and explains many things about buffer overflow. This video too describes how to detect and exploit buffer overflow in windows using OllyDbg. The target program used to exploit is Cool Player.
Buffer Overflow
Image from: wonderhowto.com
Video tutorial shows all steps in buffer overflow exploitation and also it shows how to write buffer overflow exploits in Python. The exploit is local exploit because it will execute only if local user tries to play the malicious MP3 file using Cool Player.

Video