Friday, November 21, 2008

Buffer Overflow Attacks

Buffer Overflow Attacks



Buffer overflows make up one of the largest collections of vulnerabilities in existence; And a large percentage of possible remote exploits are of the overflow variety. Almost all of the most devastating computer attacks to hit the Internet in recent years including SQL Slammer, Blaster, and I Love You attacks. If executed properly, an overflow vulnerability will allow an attacker to run arbitrary code on the victims machine with the equivalent rights of whichever process was overflowed. This is often used to provide a remote shell onto the victim machine, which can be used for further exploitation.


Download link: Buffer Overflow Attacks

Checkout my other pages:
Hacking XSS
GrayHat Hacking
Practical Hacking
Art of Exploitation
Shellcodes
Assembly Language
Java Socket Programming
Windows Network Programming

Buffer Overflow Attacks