|Eingestellt in Kategorie:
Der Verkäufer ist abwesend bis 12. Jun. 2025. Behalten Sie den Artikel im Auge - setzen Sie ihn auf Ihre Beobachtungsliste.
tenderloinraiders
(705)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahren

Hacking: Die Kunst der Ausbeutung, 2. Auflage, Erickson, Jon, 9781593271442-

Ursprünglicher Text
Hacking: The Art of Exploitation, 2nd Edition, Erickson, Jon, 9781593271442
US $25,77
Ca.EUR 22,84
Artikelzustand:
Sehr gut
Schnell, bevor er weg ist. 1 Person beobachtet diesen Artikel.
Versand:
US $4,63 (ca. EUR 4,10) USPS Media MailTM.
Standort: San Francisco, California, USA
Lieferung:
Lieferung zwischen Fr, 13. Jun und Mo, 23. Jun bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
Keine Rücknahme.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:314607075853

Artikelmerkmale

Artikelzustand
Sehr gut: Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand ...
Book Title
Hacking: The Art of Exploitation, 2nd Edition
Subject
Art
ISBN
9781593271442

Über dieses Produkt

Product Identifiers

Publisher
No Starch Press, Incorporated
ISBN-10
1593271441
ISBN-13
9781593271442
eBay Product ID (ePID)
57048592

Product Key Features

Number of Pages
488 Pages
Publication Name
Hacking: the Art of Exploitation, 2nd Edition
Language
English
Publication Year
2008
Subject
Programming / General, Security / Online Safety & Privacy, Security / General, Security / Networking
Features
New Edition
Type
Textbook
Subject Area
Computers
Author
Jon Erickson
Format
Trade Paperback

Dimensions

Item Height
1.2 in
Item Weight
32.5 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Edition Number
2
Intended Audience
Trade
LCCN
2007-042910
Reviews
"A security professional's paradise, burrowing down to the code level of dozesn of different loopholes and explaining the underlying logic behind the attacks." --Wired, "A security professional's paradise, burrowing down to the code level of dozesn of different loopholes and explaining the underlying logic behind the attacks." --Wired "Readers can gain an overview of the world of the best computer programming books from the hacker's perspective, including such techniques as hijacking network communications and exploiting weaknesses in cryptography. Using the included diagrams and easy-to-follow text, readers can try their hands at a variety of existing hacking techniques." --DevMountain, 1 of 10 Best Programming Books "Anyone can read this book to get a good understanding of how network hacking was started . . . if you want to know early 20's hacking theories, this book is for you!" --Mic Johnson, Latest Hacking News, Five Best Hacking Books That Are Still Relevant in 2021 " Hacking: The Art of Exploitation will cover everything you need to know . . . this book is extremely technical and seriously in depth, definitely not for script kiddies. Starts simple and ramps up very fast. I give five stars and a (black) hat off." --quotebot, "A security professional's paradise, burrowing down to the code level of dozesn of different loopholes and explaining the underlying logic behind the attacks." --Wired "Readers can gain an overview of the world of the best computer programming books from the hacker's perspective, including such techniques as hijacking network communications and exploiting weaknesses in cryptography. Using the included diagrams and easy-to-follow text, readers can try their hands at a variety of existing hacking techniques." --DevMountain, 1 of 10 Best Programming Books "Anyone can read this book to get a good understanding of how network hacking was started . . . if you want to know early 20's hacking theories, this book is for you!" --Mic Johnson, Latest Hacking News, Five Best Hacking Books That Are Still Relevant in 2021, "A security professional's paradise, burrowing down to the code level of dozesn of different loopholes and explaining the underlying logic behind the attacks." --Wired "Readers can gain an overview of the world of the best computer programming books from the hacker's perspective, including such techniques as hijacking network communications and exploiting weaknesses in cryptography. Using the included diagrams and easy-to-follow text, readers can try their hands at a variety of existing hacking techniques." --DevMountain, 1 of 10 Best Programming Books
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.8
Table Of Content
Chapter 0x100: Introduction Chapter 0x200: Programming Chapter 0x300: Exploitation Chapter 0x400: Networking Chapter 0x500: Shellcode Chapter 0x600: Countermeasures Chapter 0x700: Cryptography Chapter 0x800: Conclusion
Edition Description
New Edition
Synopsis
While other books merely show how to run existing exploits, Hacking: The Art of Exploitation broke ground as the first book to explain how hacking and software exploits work and how readers could develop and implement their own. In the second edition, author Jon Erickson again uses practical examples to illustrate the most common computer security issues in three related fields: programming, networking and cryptography. All sections have been extensively updated and expanded, including a more thorough introduction to the complex, low-level workings of a computer. Readers can easily follow along with example code by booting the included live CD, which provides a Linux programming environment and all of its benefits without the hassle of installing a new operating system., Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope. Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective. The included LiveCD provides a complete Linux programming and debugging environment--all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to: - Program computers using C, assembly language, and shell scripts - Corrupt system memory to run arbitrary code using buffer overflows and format strings - Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening - Outsmart common security measures like nonexecutable stacks and intrusion detection systems - Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence - Redirect network traffic, conceal open ports, and hijack TCP connections - Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don't already know how to program, Hacking: The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity., While other books merely show how to run existingexploits, Hacking: The Art of Exploitation broke groundas the first book to explain how hacking and softwareexploits work and how readers could develop and implementtheir own. In the second edition, author Jon Ericksonagain uses practical examples to illustrate the mostcommon computer ......, Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope. Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking- The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective. The included LiveCD provides a complete Linux programming and debugging environment-all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to- - Program computers using C, assembly language, and shell scripts - Corrupt system memory to run arbitrary code using buffer overflows and format strings - Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening - Outsmart common security measures like nonexecutable stacks and intrusion detection systems - Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence - Redirect network traffic, conceal open ports, and hijack TCP connections - Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don't already know how to program, Hacking- The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity., In this second edition, author Erickson uses practical examples to illustrate the most common computer security issues in three related fields: programming, networking, and cryptography. Readers can easily follow along with example code by booting the included live CD., Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope. Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective. The included LiveCD provides a complete Linux programming and debugging environment-all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to: Program computers using C, assembly language, and shell scripts Corrupt system memory to run arbitrary code using buffer overflows and format strings Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening Outsmart common security measures like nonexecutable stacks and intrusion detection systems Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence Redirect network traffic, conceal open ports, and hijack TCP connections Crack encrypted wireless trafficusing the FMS attack, and speed up brute-force attacks using a password probability matrix Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don't already know how to program, Hacking: The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity.
LC Classification Number
QA76.9.A25E75 2008

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

tenderloinraiders

100% positive Bewertungen1.757 Artikel verkauft

Mitglied seit Sep 2022
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahrenMehr erfahren

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
5.0
Angemessene Versandkosten
4.8
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (634)

Alle Bewertungen
Positiv
Neutral
Negativ
  • r***e (151)- Bewertung vom Käufer.
    Letztes Jahr
    Bestätigter Kauf
    Prompt shipping, incredibly responsive seller, and exactly as described, not to mention securely packaged. I would buy from this seller again in a heartbeat!
  • b***b (3)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    It came exactly as advertised lol, even shipped a day earlier than expected If I remember , came packaged in a nice box too lol. Love it. Only issue I have is that dude never responded with my message but that’s neither here nor there
  • h***l (1359)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    Prompt shipping, well packaged, condition as described. Thank you!

Produktbewertungen & Rezensionen

5.0
5 Produktbewertungen
  • 5 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • AMAZING new book and only $4! Still has the new book smell and even included the content DVD! This dude has some SERIOUS good deals!

    AMAZING new book and only $4! Still has the new book smell and even included the content DVD! This dude has some SERIOUS good deals!

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: roy.jerry

  • Great, Fun, Exciting, and Educational

    Very comprehensive and fun, I like it alot I'm learning and I feel like I'm getting somewhere.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: opalick

  • Great!

    Great condition and right on time.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: tybrou_60

  • The Real Hacking Book

    I've had many books on hacking in the past. With this book you actual hack, as opposed to just using prepackaged software. A lot of hacking books are geared toward skript kiddies with basic knowledge. If you're fairly competent at programming and are looking to cut your teeth on a real hacking book. Look no further. It's probably the best book in my current collection. I've worked though to page 60 already and the material really gets to the brass tacts of hacking. I highly recommend th is book.

    Bestätigter Kauf: JaZustand: NeuVerkauft von: baileys_boutique4u