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. 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. Mar 25, 2018 I’m assuming you are talking about the live cd that comes with the book. If you cannot find the root password you can issue codesudo su /codeAssuming you are the ‘reader’ user on the Ubuntu system it will escalate you to the root user without. Live Music Archive. Top Audio Books & Poetry Community Audio Computers. Software Sites Tucows Software Library Software Capsules Compilation Shareware CD-ROMs CD-ROM Images ZX Spectrum DOOM Level CD. Hacking-the-art-of-exploitation Identifier-ark ark:/13960/t7wm7hm79 Ocr ABBYY FineReader 11.0 Pages 492 Ppi 300. Hacking: The Art of Exploitation, 2nd Edition We can surely say that this book is one of the essential hacking books of all time, and if you are a freshman and comprises everything from programming to computer design through network intelligence and the most advanced hacking techniques, then this book should be best for you.
Hacking: The Art of Exploitation (ISBN1-59327-007-0) is a book by Jon 'Smibbs' Erickson about computer security and network security.[1][2] It was published by No Starch Press in 2003, with a second edition in 2008. All of the examples in the book were developed, compiled, and tested on Gentoo Linux.
Author and background information[edit]
Jon Erickson is a computer security expert, with a background in computer science. As of 2011, he worked as a vulnerability researcher and computer security specialist in California.
A bootable CD is included with the book which provides a Linux-based programming and debugging environment for the users.
Content of 1st edition[edit]
The content of Exploiting moves between programming, networking, and cryptography. The book does not use any notable measure of real-world examples; discussions rarely bring up specific worms and exploits.
Programming[edit]
The computer programming portion of Hacking takes up over half of the book. This section goes into the development, design, construction, and testing of exploit code, and thus involves some basic assembly programming. The demonstrated attacks range from simple buffer overflows on the stack to complex techniques involving overwriting the global offset table.
While Erickson discusses countermeasures such as a non-executable stack and how to evade them with return-to-libc attacks, he does not dive into deeper matters without known guaranteed exploits such as address space layout randomization. The book also does not cover the Openwall, GrSecurity, and PaX projects, or kernel exploits.
Networking[edit]
The networking segment of Hacking explains the basics of the OSI model and basic networking concepts, including packet sniffing, connection hijacking, denial of service and port scanning.
Cryptology[edit]
The cryptology section of Hacking covers basic information theory, in addition to symmetric and asymmetricencryption. It winds out in cracking WEP utilizing the Fluhrer, Mantin, and Shamir attack. Besides the basics, including man-in-the-middle attacks, dictionary attacks, and the use of John the Ripper; Hacking discusses quantum key distribution, Lov Grover's Quantum Search Algorithm, and Peter Shor's Quantum Factoring Algorithm for breaking RSA encryption using a very large quantum computer.
Other Details[edit]
- The front cover of Hacking is the complete cycle, from reverse engineering to carrying out the attack, of developing an exploit for a program that dies of a buffer overflow over long command line arguments.
- The Persian translation of this book (released under GNU GPLv3 by Saeed Beiki) is available online.[3]
Content 2nd edition[edit]
Author | Jon Erickson |
---|---|
Country | United States (Original) |
Language | English (Second Edition) |
Series | Second Edition |
Genre | Computer Science |
Publisher | No Starch Press |
Publication date | February 2008 |
Media type | Print Paperback |
Pages | 488 |
ISBN | 978-1593271442 |
Introduction[edit]
The introduction of the book states that hacking should only be done within the confines of the law, and only for productive reasons.
0x200 Programming[edit]
In the programming chapter of this book, different types of programs are described and shown via examples. The chapter covers control structures and other basic aspects of programming. The live CD provides an environment so that the reader can not only follow along with the examples in the book but do some programming themselves.
0x300 Exploitation[edit]
Exploitation is taking the computer's code or set of rules and changing them so the computer does what you want it to do. Finding ways or holes in the system to change is an important part of exploitation. This chapter covers exploit techniques such as memory corruption, Buffer overflows and format strings, especially using Perl and Bash shellcode.
0x400 Networking[edit]
OSI Model
In communication among computers through networking the OSI Model is used. The OSI Model is a model that provides the standards that computers use to communicate. There are seven layers in the OSI Model and they are Physical layer,. 25 July 2004. Archived from the original on 25 July 2004. Retrieved 26 July 2018.
Other sources[edit]
- Erickson, Jon. Hacking: The Art of Exploitation. No Starch Press, 2003. ISBN1-59327-007-0
- John Baichtal (March 3, 2008). 'GeekDad Review: Hacking: The Art of Exploitation'. Wired. Retrieved March 27, 2009.
出版社: No Starch Press
副标题: The Art of Exploitation, 2nd Edition
出版年: 2008-2-4
页数: 488
定价: USD 49.95
装帧: Paperback
ISBN: 9781593271442
Hacking The Art Of Exploitation 2nd Edition
4星24.6%
3星3.5%
2星1.8%
1星1.8%
- 加入购书单已在购书单
内容简介 · · · · · ·
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...
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.
作者简介 · · · · · ·
Jon Erickson has a formal education in computer science and speaks frequently at computer security conferences around the world. He works as a cryptologist and security specialist in Northern California.
目录 · · · · · ·
Chapter 0x200: Programming
Chapter 0x300: Exploitation
Chapter 0x400: Networking
Chapter 0x500: Shellcode
Chapter 0x600: Countermeasures
· · · · · · (更多)
豆瓣成员常用的标签(共52个) · · · · · ·
喜欢读'Hacking'的人也喜欢的电子书 · · · · · ·
喜欢读'Hacking'的人也喜欢 · · · · · ·
- The Shellcoder's Handbook
- Violent Python
- Data Structures and Algorithms in ...
- The Web Application Hacker's Han...
- Programming Massively Parallel Pr...
- How Linux Works
- Recommender Systems
- Is Parallel Programming Hard, And...
- Understanding the Linux Virtual Me...
- Algorithms Illuminated
> 更多短评 12 条
Hacking的书评 · · · · · · ( 全部 4 条 )
出版社的缺点与原书的优点
很好的书
解决启动光盘的问题
糟蹋了这个名字
The Art Of Hacking
> 更多书评 4篇