Buffer Overflows Shesh Jun 3 09 - Presentation Transcript
Buffer Overflows : An Introduction
On the Agenda
Definition
Vulnerability Detection
Skeleton Exploit
Controlling EIP
Relative jump
Shell-code
(Importing from Metasploit ) (! Development)
An Owned territory!
Buffer Overflow
Vulnerability Detection
Code Review
Applied in open –source application analysis where the entire code is
checked for unchecked buffer at the language definition level.
Reverse Engineering
Applied in both open and closed source applications .. Where an exe
is analyzed on the basis of memory interaction and the source code
is presented at machine level interaction
Fuzz-ing the application
The applications’ communication standards are analyzed using
protocol reader and test data confirming standards are prepared and
send to the application – the crash is analysed.
0 comments
Post a comment