Buffer Overflow Attacks: Detect, Exploit, Prevent
Autor Jason Deckarden Limba Engleză Paperback – 28 ian 2005
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 victim’s 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.
A buffer overflow is an unexpected behavior that exists in certain programming languages. This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.
- Over half of the "SANS TOP 10 Software Vulnerabilities" are related to buffer overflows.
- None of the current-best selling software security books focus exclusively on buffer overflows.
- This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.
Preț: 271.26 lei
Preț vechi: 339.07 lei
-20% Nou
Puncte Express: 407
Preț estimativ în valută:
51.92€ • 53.100$ • 43.51£
51.92€ • 53.100$ • 43.51£
Carte tipărită la comandă
Livrare economică 13-27 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781932266672
ISBN-10: 1932266674
Pagini: 304
Dimensiuni: 152 x 229 x 27 mm
Greutate: 0.69 kg
Editura: ELSEVIER SCIENCE
ISBN-10: 1932266674
Pagini: 304
Dimensiuni: 152 x 229 x 27 mm
Greutate: 0.69 kg
Editura: ELSEVIER SCIENCE
Public țintă
Software Developers, Security Specialists, Network Administrators and anyone concerned with hacking and computer security.Cuprins
Buffers and overflows ; Stack segment ; Attacks on the stack ; Attacks on the heap ; Discovering vulnerabilities ; Crafting a payload ; Attack delivery ; Real world examples ; Trapping attacks ; Preventing attacks ; Defense in depth