Fwd: Buffer Overflow - new Exploiting Software Hakin9
9 views
Skip to first unread message
Alexander Jose Labrador Guevara
unread,
May 24, 2012, 7:06:05 AM5/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guaya...@googlegroups.com, boliv...@googlegroups.com
Exploiting Software
Buffer Overflow
Buffer overflow is the most dangerous vulnerability in the software world because it could allow for an exploitation for OS which include this vulnerable software. Buffer overflow is an anomaly where a program while writing data to a buffer overruns the buffer’s boundary and overwrites adjacent memory. This is a special case of violation of memory safety. In this issue you will learn how to write your own exploitation with python programming language and bypassing ASLR.
We will see what is API Hooking and we will go into some of the fundamentals that you will need in order to understand the shellcode creation process, how to use Python as a launch platform for your shellcode and that the various system components are. You will learn how to recover encrypted files and how to perform a man in the middle attack on Linux as well as on Windows machines. We will show you the trick of hiding in the network while we are performing intelligent information gathering. You will be introduced to the spam filtering from the perspective of natural language processing (NLP) as well as to the technics of better protecting your customer. We will also sniff the communication protocol and modify the communication parameters and fuzz the communication protocol.