The Mac Hacker'S Handbook 9780470395363 mobi 下载 网盘 caj lrf pdf txt 阿里云

The Mac Hacker'S Handbook 9780470395363精美图片
》The Mac Hacker'S Handbook 9780470395363电子书籍版权问题 请点击这里查看《

The Mac Hacker'S Handbook 9780470395363书籍详细信息

  • I***N:9780470395363
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2009-03
  • 页数:384
  • 价格:259.20
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:16开
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看

内容简介:

  As more and more vulnerabilities are found in the Mac OS X

(Leopard) operating system, security researchers are realizing the

importance of developing proof-of-concept exploits for those

vulnerabilities. This unique tome is the first book to uncover the

flaws in the Mac OS X operating system—and how to deal with them.

Written by two white hat ***s, this book is aimed at ***

vital information known so that you can find ways to secure your

Mac OS X systems, and examines the sorts of attacks that are

prevented by Leopard’s security defenses, what attacks aren’t, and

how to best handle those weaknesses.


书籍目录:

Foreword.

Introduction.

Part I Mac OS X Basics.

Chapter 1 Mac OS X Architecture.

Basics.

XNU.

Mach.

BSD.

I/O Kit.

Darwin and Friends.

Tools of the Trade.

Ktrace/DTrace.

Objective-C.

Universal Binaries and the Mach-O File Format.

Universal Binaries.

Mach-O File Format.

Example.

Bundles.

launchd.

Leopard Security.

Library Randomization.

Executable Heap.

Stack Protection (propolice).

Firewall.

Sandboxing (Seatbelt).

References.

Chapter 2 Mac OS X Parlance.

Bonjour!.

Get an IP Address.

Set Up Name Translation.

Service Discovery.

Bonjour.

mDNSResponder.

Source Code.

QuickTime.

.mov.

RTSP.

Conclusion.

References.

Chapter 3 Attack Surface.

Searching the Server Side.

N***tandard Listening Processes.

Cutting into the Client Side.

Safari.

All of Safari’s Children.

Safe File Types.

Having Your Cake.

Conclusion .

References.

Part II Discovering Vulnerabilities.

Chapter 4 Tracing and Debugging.

Pathetic ptrace.

Good Ol’ GDB.

DTrace.

D Programming Language.

Describing Probes.

Example: Using Dtrace.

Example: Using ltrace.

Example: Instruction Tracer/Code-Coverage Monitor.

Example: Memory Tracer.

PyDbg.

PyDbg Basics.

Memory Searching.

In-Memory Fuzzing.

Binary Code Coverage with Pai Mei.

iTunes Hates You.

Conclusion.

References.

Chapter 5 Finding Bugs.

Bug-Hunting Strategies.

Old-School Source-Code Analysis.

Getting to the Source.

Code Coverage.

CanSecWest 2008 Bug.

vi + Changelog = Leopard 0-day.

Apple’s Prerelease-Vulnerability Collection.

Fuzz Fun.

Network Fuzzing.

File Fuzzing.

Conclusion.

References.

Chapter 6 Reverse Engineering.

Disassembly Oddities.

EIP-Relative Data Addressing.

Messed-Up Jump Tables.

Identifying Missed Functi***.

Reversing Obj-C.

Cleaning Up Obj-C.

Shedding Light on objc_msgSend Calls.

Case Study.

Patching Binaries.

Conclusion.

References.

Part III Exploitation.

Chapter 7 Exploiting Stack Overflows.

Stack Basics.

Stack Usage on PowerPC.

Stack Usage on x86.

Smashing the Stack on PowerPC.

Smashing the Stack on x86.

Exploiting the x86 Nonexecutable Stack.

Return into system().

Executing the Payload from the Heap.

Finding Useful Instruction Sequences.

PowerPC.

x86.

Conclusion.

References.

Chapter 8 Exploiting Heap Overflows.

The Heap.

The Scalable Zone Allocator.

Regi***.

Freeing and Allocating Memory.

Overwriting Heap Metadata.

Arbitrary 4-Byte Overwrite.

Large Arbitrary Memory Overwrite.

Obtaining Code Execution.

Taming the Heap with Feng Shui.

Fill ’Er Up.

Feng Shui.

WebKit’s JavaScript.

Case Study.

Feng Shui Example.

Heap Spray.

References.

Chapter 9 Exploit Payloads.

Mac OS X Exploit Payload Development.

Restoring Privileges.

Forking a New Process.

Executing a Shell.

Encoders and Decoders.

Staged Payload Execution.

Payload Components.

PowerPC Exploit Payload.

execve_binsh.

system.

decode_longxor.

tcp_listen 231.

tcp_connect.

tcp_find.

dup2_std_fds.

vfork.

Testing Simple Components.

Putting Together Simple Payloads.

Intel x86 Exploit Payloads.

remote_execution_loop.

inject_bundle.

Testing Complex Components.

Conclusion.

References.

Chapter 10 Real-World Exploits.

QuickTime RTSP Content-Type Header Overflow.

Triggering the Vulnerability.

Exploitation on PowerPC.

Exploitation on x86.

mDNSResponder UPnP Location Header Overflow.

Triggering the Vulnerability.

Exploiting the Vulnerability.

Exploiting on PowerPC.

QuickTime QTJava toQTPointer() Memory Access.

Exploiting toQTPointer().

Obtaining Code Execution.

Conclusion.

References.

Part IV Post-Exploitation.

Chapter 11 Injecting, Hooking, and Swizzling.

Introduction to Mach.

Mach Abstracti***.

Mach Security Model Mach Excepti***.

Mach Injection.

Remote Threads.

Remote Process Memory.

Loading a Dynamic Library or Bundle.

Inject-Bundle Usage.

Example: iSight P***o Capture.

Function Hooking.

Example: SSLSpy.

Objective-C Method Swizzling.

Example: iChat Spy.

Conclusion.

References.

Chapter 12 Rootkits.

Kernel Extensi***.

Hello Kernel.

System Calls.

Hiding Files.

Hiding the Rootkit.

Maintaining Access across Reboots.

Controlling the Rootkit.

Creating the RPC Server.

Injecting Kernel RPC Servers.

Calling the Kernel RPC Server.

Remote Access.

Hardware-Virtualization Rootkits.

Hyperjacking.

Rootkit Hypervisor.

Conclusion.

References.

Index.


作者介绍:

  CharlIe Millerwon the second CanSecWest Pwn2Own contest in

2008 and was named one of the Top 10 Computer Hackers of 2008 by

Popular Mechanics.

  Dino Dai Zovi won the first CanSecWest Pwn2Own contest in 2007

and was named one of the 15 Most Influential People in Security by

eWEEK.


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!


在线阅读/听书/购买/PDF下载地址:


原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书籍介绍

As more and more vulnerabilities are found in the Mac OS X (Leopard) operating system, security researchers are realizing the importance of developing proof-of-concept exploits for those vulnerabilities. This unique tome is the first book to uncover the flaws in the Mac OS X operating system—and how to deal with them. Written by two white hat ***s, this book is aimed at *** vital information known so that you can find ways to secure your Mac OS X systems, and examines the sorts of attacks that are prevented by Leopard’s security defenses, what attacks aren’t, and how to best handle those weaknesses.


书籍真实打分

  • 故事情节:8分

  • 人物塑造:5分

  • 主题深度:4分

  • 文字风格:8分

  • 语言运用:8分

  • 文笔流畅:5分

  • 思想传递:3分

  • 知识深度:9分

  • 知识广度:4分

  • 实用性:5分

  • 章节划分:9分

  • 结构布局:3分

  • 新颖与独特:4分

  • 情感共鸣:7分

  • 引人入胜:4分

  • 现实相关:3分

  • 沉浸感:6分

  • 事实准确性:4分

  • 文化贡献:9分


网站评分

  • 书籍多样性:8分

  • 书籍信息完全性:4分

  • 网站更新速度:6分

  • 使用便利性:7分

  • 书籍清晰度:4分

  • 书籍格式兼容性:3分

  • 是否包含广告:3分

  • 加载速度:6分

  • 安全性:5分

  • 稳定性:7分

  • 搜索功能:5分

  • 下载便捷性:7分


下载点评

  • 一般般(472+)
  • 全格式(460+)
  • 服务好(412+)
  • 实惠(388+)
  • 博大精深(160+)
  • 无漏页(242+)
  • 种类多(228+)
  • 无盗版(263+)
  • 章节完整(318+)
  • 赚了(650+)
  • 简单(160+)

下载评价

  • 网友 邱***洋:

    不错,支持的格式很多

  • 网友 寿***芳:

    可以在线转化哦

  • 网友 堵***洁:

    好用,支持

  • 网友 温***欣:

    可以可以可以

  • 网友 相***儿:

    你要的这里都能找到哦!!!

  • 网友 师***怀:

    好是好,要是能免费下就好了

  • 网友 田***珊:

    可以就是有些书搜不到

  • 网友 苍***如:

    什么格式都有的呀。

  • 网友 师***怡:

    说的好不如用的好,真心很好。越来越完美


随机推荐