Fuzzing: Brute Force Vulnerability Discovery (Paperback)
暫譯: 模糊測試:暴力破解漏洞發現 (平裝本)

Michael Sutton, Adam Greene, Pedram Amini

  • 出版商: Addison Wesley
  • 出版日期: 2007-07-01
  • 售價: $2,200
  • 貴賓價: 9.5$2,090
  • 語言: 英文
  • 頁數: 576
  • 裝訂: Paperback
  • ISBN: 0321446119
  • ISBN-13: 9780321446114
  • 相關分類: 資訊安全軟體測試駭客 Hack
  • 立即出貨(限量) (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Description 

FUZZING

Master One of Today’s Most Powerful Techniques for Revealing Security Flaws!

Fuzzing has evolved into one of today’s most effective approaches to test software security. To “fuzz,” you attach a program’s inputs to a source of random data, and then systematically identify the failures that arise. Hackers have

relied on fuzzing for years: Now, it’s your turn. In this book, renowned fuzzing experts show you how to use fuzzing to reveal weaknesses in your software before someone else does.

 

Fuzzing is the first and only book to cover fuzzing from start to finish, bringing disciplined best practices to a technique that has traditionally been implemented informally. The authors begin by reviewing how fuzzing works and outlining its crucial advantages over other security testing methods. Next, they introduce state-of-the-art fuzzing techniques for finding vulnerabilities in network protocols, file formats, and web applications; demonstrate the use of automated fuzzing tools; and present several insightful case histories showing fuzzing at work. Coverage includes:

 

• Why fuzzing simplifies test design and catches flaws other methods miss

• The fuzzing process: from identifying inputs to assessing “exploitability”

• Understanding the requirements for effective fuzzing

• Comparing mutation-based and generation-based fuzzers

• Using and automating environment variable and argument fuzzing

• Mastering in-memory fuzzing techniques

• Constructing custom fuzzing frameworks and tools

• Implementing intelligent fault detection

 

Attackers are already using fuzzing. You should, too. Whether you’re a developer, security engineer, tester, or QA specialist, this book teaches you how to build secure software.

Table of Contents

Foreword     xix

Preface        xxi

Acknowledgments  xxv

About the Author   xxvii

PARTI         BACKGROUND     1

Chapter 1    Vulnerability Discovery Methodologies  3

Chapter 2    What Is Fuzzing?   21

Chapter 3    Fuzzing Methods and Fuzzer Types     33

Chapter 4    Data Representation and Analysis        45

Chapter 5    Requirements for Effective Fuzzing      61

PART II      TARGETS AND AUTOMATION          71

Chapter 6    Automation and Data Generation        73

Chapter 7    Environment Variable and Argument Fuzzing 89

Chapter 8    Environment Variable and Argument Fuzzing: Automation 103

Chapter 9    Web Application and Server Fuzzing     113

Chapter 10  Web Application and Server Fuzzing: Automation    137

Chapter 11  File Format Fuzzing         169

Chapter 12  File Format Fuzzing: Automation on UNIX     181

Chapter 13  File Format Fuzzing: Automation on Windows         197

Chapter 14  Network Protocol Fuzzing         223

Chapter 15  Network Protocol Fuzzing: Automation on UNIX     235

Chapter 16  Network Protocol Fuzzing: Automation on Windows         249

Chapter 17  Web Browser Fuzzing      267

Chapter 18  Web Browser Fuzzing: Automation     283

Chapter 19  In-Memory Fuzzing         301

Chapter 20  In-Memory Fuzzing: Automation         315

PART III    ADVANCED FUZZING TECHNOLOGIES      349

Chapter 21  Fuzzing Frameworks       351

Chapter 22  Automated Protocol Dissection  419

Chapter 23  Fuzzer Tracking     437

Chapter 24  Intelligent Fault Detection 471

PART IV     LOOKING FORWARD    495

Chapter 25  Lessons Learned    497

Chapter 26  Looking Forward    507

Index 519

商品描述(中文翻譯)

描述

模糊測試

掌握當今揭示安全漏洞的最強大技術之一!

模糊測試已演變為當今測試軟體安全性最有效的方法之一。進行「模糊測試」時,您將程式的輸入連接到隨機數據源,然後系統性地識別出出現的故障。駭客們多年來一直依賴模糊測試:現在,輪到您了。在這本書中,知名的模糊測試專家將向您展示如何使用模糊測試在其他人之前揭示您軟體中的弱點。

《模糊測試》是第一本也是唯一一本從頭到尾涵蓋模糊測試的書籍,為這一傳統上非正式實施的技術帶來了有紀律的最佳實踐。作者首先回顧模糊測試的運作方式,並概述其相對於其他安全測試方法的關鍵優勢。接下來,他們介紹了用於發現網路協議、文件格式和網頁應用程式漏洞的最先進模糊測試技術;演示自動化模糊測試工具的使用;並呈現幾個顯示模糊測試實際運作的深刻案例研究。內容包括:

• 為什麼模糊測試簡化測試設計並捕捉到其他方法錯過的缺陷

• 模糊測試過程:從識別輸入到評估「可利用性」

• 理解有效模糊測試的要求

• 比較基於變異和基於生成的模糊測試工具

• 使用和自動化環境變數和參數模糊測試

• 精通內存模糊測試技術

• 構建自定義模糊測試框架和工具

• 實施智能故障檢測

攻擊者已經在使用模糊測試。您也應該這樣做。無論您是開發人員、安全工程師、測試人員還是質量保證專家,這本書都將教您如何構建安全的軟體。

目錄

前言 xix

序言 xxi

致謝 xxv

關於作者 xxvii

第一部分 背景 1

第1章 漏洞發現方法論 3

第2章 什麼是模糊測試? 21

第3章 模糊測試方法和模糊測試工具類型 33

第4章 數據表示和分析 45

第5章 有效模糊測試的要求 61

第二部分 目標與自動化 71

第6章 自動化和數據生成 73

第7章 環境變數和參數模糊測試 89

第8章 環境變數和參數模糊測試:自動化 103

第9章 網頁應用程式和伺服器模糊測試 113

第10章 網頁應用程式和伺服器模糊測試:自動化 137

第11章 文件格式模糊測試 169

第12章 文件格式模糊測試:在 UNIX 上的自動化 181

第13章 文件格式模糊測試:在 Windows 上的自動化 197

第14章 網路協議模糊測試 223

第15章 網路協議模糊測試:在 UNIX 上的自動化 235

第16章 網路協議模糊測試:在 Windows 上的自動化 249

第17章 網頁瀏覽器模糊測試 267

第18章 網頁瀏覽器模糊測試:自動化 283

第19章 內存模糊測試 301

第20章 內存模糊測試:自動化 315

第三部分 進階模糊測試技術 349

第21章 模糊測試框架 351

第22章 自動化協議解析 419

第23章 模糊測試工具追蹤 437

第24章 智能故障檢測 471

第四部分 展望未來 495

第25章 總結經驗 497

第26章 展望未來 507

索引 519