This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Testing Guide v3 Table of Contents"
(New page: __NOTOC__ '''26th April 2008''' This is the draft of table of content of the New Testing Guide. You can download the stable version [http://www.owasp.org/index.php/Image:OWASP_Testing_Gui...) |
m (Add 'OWASP Breakers' template tag) |
||
(243 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{OWASP Breakers}} | ||
__NOTOC__ | __NOTOC__ | ||
− | + | This is the table of content of the New Testing Guide v3.<br> | |
− | This is the | + | You can download the stable version [http://www.owasp.org/images/5/56/OWASP_Testing_Guide_v3.pdf here] <br> |
− | You can download the stable version [http://www.owasp.org/ | ||
− | + | Back to the OWASP Testing Guide Project: | |
+ | http://www.owasp.org/index.php/OWASP_Testing_Project | ||
− | + | Updated: 2nd November 2008 | |
− | ''' | + | '''T A B L E o f C O N T E N T S''' |
+ | ---- | ||
− | + | ==[[Testing Guide Foreword|Foreword by Eoin Keary - Global Board]]== | |
− | 1. | + | ==[[Testing Guide Frontispiece |1. Frontispiece]]== |
− | 1.1 | + | '''[[Testing Guide Frontispiece|1.1 About the OWASP Testing Guide Project]]''' |
− | |||
− | |||
− | |||
− | |||
'''[[About The Open Web Application Security Project|1.2 About The Open Web Application Security Project]]''' | '''[[About The Open Web Application Security Project|1.2 About The Open Web Application Security Project]]''' | ||
− | |||
− | + | ==[[Testing Guide Introduction|2. Introduction]]== | |
− | + | '''2.1 The OWASP Testing Project''' | |
− | + | '''2.2 Principles of Testing''' | |
− | |||
− | |||
− | |||
− | |||
+ | '''2.3 Testing Techniques Explained''' | ||
− | + | 2.4 [https://www.owasp.org/index.php/Testing_Guide_Introduction#Security_Requirements_Test_Derivation Security requirements test derivation],[https://www.owasp.org/index.php/Testing_Guide_Introduction#Functional_and_Non_Functional_Test_Requirements functional and non functional test requirements], and [https://www.owasp.org/index.php/Testing_Guide_Introduction#Test_Cases_Through_Use_and_Misuse_Cases test cases through use and misuse cases] | |
− | + | 2.4.1 [https://www.owasp.org/index.php/Testing_Guide_Introduction#Security_Tests_Integrated_in_Developers_and_Testers_Workflow Security tests integrated in developers and testers workflows] | |
− | + | 2.4.2 [https://www.owasp.org/index.php/Testing_Guide_Introduction#Developers.27_Security_Tests Developers' security tests: unit tests and component level tests] | |
− | + | 2.4.3 [https://www.owasp.org/index.php/Testing_Guide_Introduction#Functional_Testers.27_Security_Tests Functional testers' security tests: integrated system tests, tests in UAT, and production environment] | |
+ | 2.5 [https://www.owasp.org/index.php/Testing_Guide_Introduction#Security_Test_Data_Analysis_and_Reporting Security test data analysis and reporting: root cause identification and business/role case test data reporting] | ||
==[[The OWASP Testing Framework|3. The OWASP Testing Framework]]== | ==[[The OWASP Testing Framework|3. The OWASP Testing Framework]]== | ||
Line 64: | Line 59: | ||
[[Testing: Introduction and objectives|'''4.1 Introduction and Objectives''']] | [[Testing: Introduction and objectives|'''4.1 Introduction and Objectives''']] | ||
+ | |||
+ | [[Testing Checklist| 4.1.1 Testing Checklist]] | ||
[[Testing: Information Gathering|'''4.2 Information Gathering''']] | [[Testing: Information Gathering|'''4.2 Information Gathering''']] | ||
− | [[Testing | + | [[Testing: Spiders, Robots, and Crawlers (OWASP-IG-001)|4.2.1 Spiders, Robots and Crawlers (OWASP-IG-001)]] |
− | [[Testing | + | [[Testing: Search engine discovery/reconnaissance (OWASP-IG-002)|4.2.2 Search Engine Discovery/Reconnaissance (OWASP-IG-002)]] |
− | [[Testing: | + | [[Testing: Identify application entry points (OWASP-IG-003)|4.2.3 Identify application entry points (OWASP-IG-003)]] |
− | [[Testing for | + | [[Testing for Web Application Fingerprint (OWASP-IG-004)|4.2.4 Testing for Web Application Fingerprint (OWASP-IG-004)]] |
− | [[Testing for | + | [[Testing for Application Discovery (OWASP-IG-005)|4.2.5 Application Discovery (OWASP-IG-005)]] |
− | |||
− | [[Testing for | + | [[Testing for Error Code (OWASP-IG-006)|4.2.6 Analysis of Error Codes (OWASP-IG-006)]] |
− | [[Testing for | + | [[Testing for configuration management|'''4.3 Configuration Management Testing''']] |
− | [[Testing for | + | [[Testing for SSL-TLS (OWASP-CM-001)| 4.3.1 SSL/TLS Testing (SSL Version, Algorithms, Key length, Digital Cert. Validity) (OWASP-CM-001)]]<br> |
− | [[Testing for | + | [[Testing for DB Listener (OWASP-CM-002)|4.3.2 DB Listener Testing (OWASP-CM-002)]] |
− | [[Testing for | + | [[Testing for infrastructure configuration management (OWASP-CM-003)|4.3.3 Infrastructure Configuration Management Testing (OWASP-CM-003)]] |
− | [[Testing for | + | [[Testing for application configuration management (OWASP-CM-004)|4.3.4 Application Configuration Management Testing (OWASP-CM-004)]] |
+ | |||
+ | [[Testing for file extensions handling (OWASP-CM-005)|4.3.5 Testing for File Extensions Handling (OWASP-CM-005)]] | ||
+ | |||
+ | [[Testing for Old, Backup and Unreferenced Files (OWASP-CM-006)|4.3.6 Old, Backup and Unreferenced Files (OWASP-CM-006) ]] | ||
+ | |||
+ | [[Testing for Admin Interfaces (OWASP-CM-007)|4.3.7 Infrastructure and Application Admin Interfaces (OWASP-CM-007)]] | ||
+ | |||
+ | [[Testing for HTTP Methods and XST (OWASP-CM-008)|4.3.8 Testing for HTTP Methods and Cross Site Tracing (XST) (OWASP-CM-008)]] | ||
[[Testing for authentication|'''4.4 Authentication Testing''']] | [[Testing for authentication|'''4.4 Authentication Testing''']] | ||
− | [[Testing for Default or Guessable User Account|4.4. | + | [[Testing for credentials transport (OWASP-AT-001)|4.4.1 Credentials transport over an encrypted channel (OWASP-AT-001)]] |
+ | |||
+ | [[Testing for user enumeration (OWASP-AT-002)|4.4.2 Testing for user enumeration (OWASP-AT-002)]] | ||
+ | |||
+ | [[Testing for Default or Guessable User Account (OWASP-AT-003)|4.4.3 Testing for Guessable (Dictionary) User Account (OWASP-AT-003)]] | ||
+ | |||
+ | [[Testing for Brute Force (OWASP-AT-004)|4.4.4 Brute Force Testing (OWASP-AT-004)]] | ||
+ | |||
+ | [[Testing for Bypassing Authentication Schema (OWASP-AT-005)|4.4.5 Testing for bypassing authentication schema (OWASP-AT-005)]] | ||
− | [[Testing for | + | [[Testing for Vulnerable Remember Password and Pwd Reset (OWASP-AT-006)|4.4.6 Testing for vulnerable remember |
+ | password and pwd reset (OWASP-AT-006)]] | ||
− | [[Testing for | + | [[Testing for Logout and Browser Cache Management (OWASP-AT-007)|4.4.7 Testing for Logout and Browser Cache Management (OWASP-AT-007)]] |
− | [[Testing for | + | [[Testing for Captcha (OWASP-AT-008)|4.4.8 Testing for CAPTCHA (OWASP-AT-008)]] |
− | [[Testing | + | [[Testing Multiple Factors Authentication (OWASP-AT-009)|4.4.9 Testing Multiple Factors Authentication (OWASP-AT-009)]] |
− | |||
− | [[Testing for | + | [[Testing for Race Conditions (OWASP-AT-010)|4.4.10 Testing for Race Conditions (OWASP-AT-010)]] |
[[Testing for Session Management|'''4.5 Session Management Testing''']] | [[Testing for Session Management|'''4.5 Session Management Testing''']] | ||
− | [[Testing for Session_Management_Schema|4.5.1 Testing for Session Management Schema]] | + | [[Testing for Session_Management_Schema (OWASP-SM-001)|4.5.1 Testing for Session Management Schema (OWASP-SM-001)]] |
+ | |||
+ | [[Testing for cookies attributes (OWASP-SM-002)|4.5.2 Testing for Cookies attributes (OWASP-SM-002)]] | ||
+ | |||
+ | [[Testing for Session Fixation (OWASP-SM-003)|4.5.3 Testing for Session Fixation (OWASP-SM-003)]] | ||
+ | |||
+ | [[Testing for Exposed Session Variables (OWASP-SM-004)|4.5.4 Testing for Exposed Session Variables (OWASP-SM-004)]] | ||
+ | |||
+ | [[Testing for CSRF (OWASP-SM-005)|4.5.5 Testing for Cross Site Request Forgery (CSRF) (OWASP-SM-005)]] | ||
+ | |||
+ | [[Testing for Authorization|'''4.6 Authorization Testing''']] | ||
+ | |||
+ | [[Testing for Path Traversal (OWASP-AZ-001)|4.6.1 Testing for path traversal (OWASP-AZ-001)]] | ||
+ | |||
+ | [[Testing for Bypassing Authorization Schema (OWASP-AZ-002)|4.6.2 Testing for bypassing authorization schema (OWASP-AZ-002)]] | ||
+ | |||
+ | [[Testing for Privilege escalation (OWASP-AZ-003)|4.6.3 Testing for Privilege Escalation (OWASP-AZ-003)]] | ||
+ | |||
+ | [[Testing for business logic (OWASP-BL-001)|'''4.7 Business Logic Testing (OWASP-BL-001)''']] | ||
+ | |||
+ | [[Testing for Data Validation|'''4.8 Data Validation Testing''']] | ||
+ | |||
+ | [[Testing for Reflected Cross site scripting (OWASP-DV-001) |4.8.1 Testing for Reflected Cross Site Scripting (OWASP-DV-001) ]] | ||
+ | |||
+ | [[Testing for Stored Cross site scripting (OWASP-DV-002) |4.8.2 Testing for Stored Cross Site Scripting (OWASP-DV-002) ]] | ||
− | [[Testing for | + | [[Testing for DOM-based Cross site scripting (OWASP-DV-003)|4.8.3 Testing for DOM based Cross Site Scripting (OWASP-DV-003)]] |
− | [[Testing for | + | [[Testing for Cross site flashing (OWASP-DV-004)|4.8.4 Testing for Cross Site Flashing (OWASP-DV-004)]] |
− | [[Testing for | + | [[Testing for SQL Injection (OWASP-DV-005)| 4.8.5 Testing for SQL Injection (OWASP-DV-005)]] |
− | [[Testing for | + | [[Testing for Oracle|4.8.5.1 Oracle Testing]] |
− | [[Testing for | + | [[Testing for MySQL|4.8.5.2 MySQL Testing]] |
− | [[Testing for | + | [[Testing for SQL Server|4.8.5.3 SQL Server Testing]] |
− | [[Testing for | + | [[Testing for MS Access |4.8.5.4 MS Access Testing]] |
− | [[ | + | [[OWASP_Backend_Security_Project_Testing_PostgreSQL|4.8.5.5 Testing PostgreSQL (from OWASP BSP) ]] |
− | [[Testing for | + | [[Testing for LDAP Injection (OWASP-DV-006)|4.8.6 Testing for LDAP Injection (OWASP-DV-006)]] |
− | [[Testing for | + | [[Testing for ORM Injection (OWASP-DV-007)|4.8.7 Testing for ORM Injection (OWASP-DV-007)]] |
− | [[Testing for | + | [[Testing for XML Injection (OWASP-DV-008)|4.8.8 Testing for XML Injection (OWASP-DV-008)]] |
− | [[Testing for | + | [[Testing for SSI Injection (OWASP-DV-009)|4.8.9 Testing for SSI Injection (OWASP-DV-009)]] |
− | [[Testing for | + | [[Testing for XPath Injection (OWASP-DV-010)|4.8.10 Testing for XPath Injection (OWASP-DV-010)]] |
− | [[Testing for | + | [[Testing for IMAP/SMTP Injection (OWASP-DV-011)|4.8.11 IMAP/SMTP Injection (OWASP-DV-011)]] |
− | [[Testing for | + | [[Testing for Code Injection (OWASP-DV-012)|4.8.12 Testing for Code Injection (OWASP-DV-012)]] |
− | [[Testing for | + | [[Testing for Command Injection (OWASP-DV-013)|4.8.13 Testing for Command Injection (OWASP-DV-013)]] |
− | [[Testing for | + | [[Testing for Buffer Overflow (OWASP-DV-014)|4.8.14 Testing for Buffer overflow (OWASP-DV-014)]] |
− | [[Testing for | + | [[Testing for Heap Overflow|4.8.14.1 Testing for Heap overflow]] |
− | [[Testing for | + | [[Testing for Stack Overflow|4.8.14.2 Testing for Stack overflow]] |
− | [[Testing for | + | [[Testing for Format String|4.8.14.3 Testing for Format string]] |
− | [[Testing for | + | [[Testing for Incubated Vulnerability (OWASP-DV-015)|4.8.15 Testing for incubated vulnerabilities (OWASP-DV-015)]] |
− | [[Testing for | + | [[Testing for HTTP Splitting/Smuggling (OWASP-DV-016)|4.8.16 Testing for HTTP Splitting/Smuggling (OWASP-DV-016) ]] |
− | [[Testing for | + | [[Testing for Denial of Service|'''4.9 Testing for Denial of Service''']] |
− | [[Testing for | + | [[Testing for SQL Wildcard Attacks (OWASP-DS-001)|4.9.1 Testing for SQL Wildcard Attacks (OWASP-DS-001)]] |
− | [[Testing for | + | [[Testing for DoS Locking Customer Accounts (OWASP-DS-002)|4.9.2 Testing for DoS Locking Customer Accounts (OWASP-DS-002)]] |
− | [[Testing for DoS | + | [[Testing for DoS Buffer Overflows (OWASP-DS-003)|4.9.3 Testing for DoS Buffer Overflows (OWASP-DS-003)]] |
− | [[Testing for DoS | + | [[Testing for DoS User Specified Object Allocation (OWASP-DS-004)|4.9.4 Testing for DoS User Specified Object Allocation (OWASP-DS-004)]] |
− | [[Testing for | + | [[Testing for User Input as a Loop Counter (OWASP-DS-005)|4.9.5 Testing for User Input as a Loop Counter (OWASP-DS-005)]] |
− | [[Testing for User | + | [[Testing for Writing User Provided Data to Disk (OWASP-DS-006)|4.9.6 Testing for Writing User Provided Data to Disk (OWASP-DS-006)]] |
− | [[Testing for | + | [[Testing for DoS Failure to Release Resources (OWASP-DS-007)|4.9.7 Testing for DoS Failure to Release Resources (OWASP-DS-007)]] |
− | [[Testing for | + | [[Testing for Storing too Much Data in Session (OWASP-DS-008)|4.9.8 Testing for Storing too Much Data in Session (OWASP-DS-008)]] |
− | [[Testing for | + | [[Testing for Web Services|'''4.10 Web Services Testing''']] |
− | [[Testing | + | [[Testing: WS Information Gathering (OWASP-WS-001)|4.10.1 WS Information Gathering (OWASP-WS-001)]] |
− | [[Testing | + | [[Testing WSDL (OWASP-WS-002)|4.10.2 Testing WSDL (OWASP-WS-002)]] |
− | [[Testing for XML | + | [[Testing for XML Structural (OWASP-WS-003)|4.10.3 XML Structural Testing (OWASP-WS-003) ]] |
− | [[Testing for WS | + | [[Testing for XML Content-Level (OWASP-WS-004)|4.10.4 XML Content-level Testing (OWASP-WS-004)]] |
− | [[Testing for | + | [[Testing for WS HTTP GET parameters/REST attacks (OWASP-WS-005)|4.10.5 HTTP GET parameters/REST Testing (OWASP-WS-005) ]] |
− | [[Testing for WS | + | [[Testing for Naughty SOAP Attachments (OWASP-WS-006)|4.10.6 Naughty SOAP attachments (OWASP-WS-006) ]] |
− | [[ | + | [[Testing for WS Replay (OWASP-WS-007)|4.10.7 Replay Testing (OWASP-WS-007) ]] |
− | [[ | + | [[Testing_for_AJAX:_introduction|'''4.11 AJAX Testing''']] |
− | [[Testing for AJAX|4. | + | [[Testing for AJAX Vulnerabilities (OWASP-AJ-001)|4.11.1 AJAX Vulnerabilities (OWASP-AJ-001)]] |
+ | |||
+ | [[Testing for AJAX (OWASP-AJ-002)|4.11.2 How to test AJAX (OWASP-AJ-002)]] | ||
==[[Writing Reports: value the real risk |5. Writing Reports: value the real risk ]]== | ==[[Writing Reports: value the real risk |5. Writing Reports: value the real risk ]]== | ||
Line 196: | Line 234: | ||
[[How to write the report of the testing |5.2 How to write the report of the testing]] | [[How to write the report of the testing |5.2 How to write the report of the testing]] | ||
− | |||
==[[Appendix A: Testing Tools |Appendix A: Testing Tools ]]== | ==[[Appendix A: Testing Tools |Appendix A: Testing Tools ]]== | ||
Line 203: | Line 240: | ||
* Source Code Analyzers | * Source Code Analyzers | ||
* Other Tools | * Other Tools | ||
− | |||
==[[OWASP Testing Guide Appendix B: Suggested Reading | Appendix B: Suggested Reading]]== | ==[[OWASP Testing Guide Appendix B: Suggested Reading | Appendix B: Suggested Reading]]== | ||
Line 209: | Line 245: | ||
* Books | * Books | ||
* Useful Websites | * Useful Websites | ||
− | |||
==[[OWASP Testing Guide Appendix C: Fuzz Vectors | Appendix C: Fuzz Vectors]]== | ==[[OWASP Testing Guide Appendix C: Fuzz Vectors | Appendix C: Fuzz Vectors]]== | ||
Line 226: | Line 261: | ||
* LDAP Injection | * LDAP Injection | ||
* XPATH Injection | * XPATH Injection | ||
+ | |||
+ | ==[[OWASP Testing Guide Appendix D: Encoded Injection | Appendix D: Encoded Injection]]== | ||
+ | |||
+ | |||
+ | ---- | ||
[[Category:OWASP Testing Project]] | [[Category:OWASP Testing Project]] |
Latest revision as of 22:59, 17 September 2013
This project is part of the OWASP Breakers community. Feel free to browse other projects within the Defenders, Builders, and Breakers communities. |
This is the table of content of the New Testing Guide v3.
You can download the stable version here
Back to the OWASP Testing Guide Project: http://www.owasp.org/index.php/OWASP_Testing_Project
Updated: 2nd November 2008
T A B L E o f C O N T E N T S
Foreword by Eoin Keary - Global Board
1. Frontispiece
1.1 About the OWASP Testing Guide Project
1.2 About The Open Web Application Security Project
2. Introduction
2.1 The OWASP Testing Project
2.2 Principles of Testing
2.3 Testing Techniques Explained
2.4 Security requirements test derivation,functional and non functional test requirements, and test cases through use and misuse cases
2.4.1 Security tests integrated in developers and testers workflows
2.4.2 Developers' security tests: unit tests and component level tests
3. The OWASP Testing Framework
3.1. Overview
3.2. Phase 1: Before Development Begins
3.3. Phase 2: During Definition and Design
3.4. Phase 3: During Development
3.5. Phase 4: During Deployment
3.6. Phase 5: Maintenance and Operations
3.7. A Typical SDLC Testing Workflow
4. Web Application Penetration Testing
4.1 Introduction and Objectives
4.2.1 Spiders, Robots and Crawlers (OWASP-IG-001)
4.2.2 Search Engine Discovery/Reconnaissance (OWASP-IG-002)
4.2.3 Identify application entry points (OWASP-IG-003)
4.2.4 Testing for Web Application Fingerprint (OWASP-IG-004)
4.2.5 Application Discovery (OWASP-IG-005)
4.2.6 Analysis of Error Codes (OWASP-IG-006)
4.3 Configuration Management Testing
4.3.1 SSL/TLS Testing (SSL Version, Algorithms, Key length, Digital Cert. Validity) (OWASP-CM-001)
4.3.2 DB Listener Testing (OWASP-CM-002)
4.3.3 Infrastructure Configuration Management Testing (OWASP-CM-003)
4.3.4 Application Configuration Management Testing (OWASP-CM-004)
4.3.5 Testing for File Extensions Handling (OWASP-CM-005)
4.3.6 Old, Backup and Unreferenced Files (OWASP-CM-006)
4.3.7 Infrastructure and Application Admin Interfaces (OWASP-CM-007)
4.3.8 Testing for HTTP Methods and Cross Site Tracing (XST) (OWASP-CM-008)
4.4.1 Credentials transport over an encrypted channel (OWASP-AT-001)
4.4.2 Testing for user enumeration (OWASP-AT-002)
4.4.3 Testing for Guessable (Dictionary) User Account (OWASP-AT-003)
4.4.4 Brute Force Testing (OWASP-AT-004)
4.4.5 Testing for bypassing authentication schema (OWASP-AT-005)
4.4.6 Testing for vulnerable remember password and pwd reset (OWASP-AT-006)
4.4.7 Testing for Logout and Browser Cache Management (OWASP-AT-007)
4.4.8 Testing for CAPTCHA (OWASP-AT-008)
4.4.9 Testing Multiple Factors Authentication (OWASP-AT-009)
4.4.10 Testing for Race Conditions (OWASP-AT-010)
4.5 Session Management Testing
4.5.1 Testing for Session Management Schema (OWASP-SM-001)
4.5.2 Testing for Cookies attributes (OWASP-SM-002)
4.5.3 Testing for Session Fixation (OWASP-SM-003)
4.5.4 Testing for Exposed Session Variables (OWASP-SM-004)
4.5.5 Testing for Cross Site Request Forgery (CSRF) (OWASP-SM-005)
4.6.1 Testing for path traversal (OWASP-AZ-001)
4.6.2 Testing for bypassing authorization schema (OWASP-AZ-002)
4.6.3 Testing for Privilege Escalation (OWASP-AZ-003)
4.7 Business Logic Testing (OWASP-BL-001)
4.8.1 Testing for Reflected Cross Site Scripting (OWASP-DV-001)
4.8.2 Testing for Stored Cross Site Scripting (OWASP-DV-002)
4.8.3 Testing for DOM based Cross Site Scripting (OWASP-DV-003)
4.8.4 Testing for Cross Site Flashing (OWASP-DV-004)
4.8.5 Testing for SQL Injection (OWASP-DV-005)
4.8.5.5 Testing PostgreSQL (from OWASP BSP)
4.8.6 Testing for LDAP Injection (OWASP-DV-006)
4.8.7 Testing for ORM Injection (OWASP-DV-007)
4.8.8 Testing for XML Injection (OWASP-DV-008)
4.8.9 Testing for SSI Injection (OWASP-DV-009)
4.8.10 Testing for XPath Injection (OWASP-DV-010)
4.8.11 IMAP/SMTP Injection (OWASP-DV-011)
4.8.12 Testing for Code Injection (OWASP-DV-012)
4.8.13 Testing for Command Injection (OWASP-DV-013)
4.8.14 Testing for Buffer overflow (OWASP-DV-014)
4.8.14.1 Testing for Heap overflow
4.8.14.2 Testing for Stack overflow
4.8.14.3 Testing for Format string
4.8.15 Testing for incubated vulnerabilities (OWASP-DV-015)
4.8.16 Testing for HTTP Splitting/Smuggling (OWASP-DV-016)
4.9 Testing for Denial of Service
4.9.1 Testing for SQL Wildcard Attacks (OWASP-DS-001)
4.9.2 Testing for DoS Locking Customer Accounts (OWASP-DS-002)
4.9.3 Testing for DoS Buffer Overflows (OWASP-DS-003)
4.9.4 Testing for DoS User Specified Object Allocation (OWASP-DS-004)
4.9.5 Testing for User Input as a Loop Counter (OWASP-DS-005)
4.9.6 Testing for Writing User Provided Data to Disk (OWASP-DS-006)
4.9.7 Testing for DoS Failure to Release Resources (OWASP-DS-007)
4.9.8 Testing for Storing too Much Data in Session (OWASP-DS-008)
4.10.1 WS Information Gathering (OWASP-WS-001)
4.10.2 Testing WSDL (OWASP-WS-002)
4.10.3 XML Structural Testing (OWASP-WS-003)
4.10.4 XML Content-level Testing (OWASP-WS-004)
4.10.5 HTTP GET parameters/REST Testing (OWASP-WS-005)
4.10.6 Naughty SOAP attachments (OWASP-WS-006)
4.10.7 Replay Testing (OWASP-WS-007)
4.11.1 AJAX Vulnerabilities (OWASP-AJ-001)
4.11.2 How to test AJAX (OWASP-AJ-002)
5. Writing Reports: value the real risk
5.1 How to value the real risk
5.2 How to write the report of the testing
Appendix A: Testing Tools
- Black Box Testing Tools
- Source Code Analyzers
- Other Tools
Appendix B: Suggested Reading
- Whitepapers
- Books
- Useful Websites
Appendix C: Fuzz Vectors
- Fuzz Categories
- Recursive fuzzing
- Replasive fuzzing
- Cross Site Scripting (XSS)
- Buffer Overflows and Format String Errors
- Buffer Overflows (BFO)
- Format String Errors (FSE)
- Integer Overflows (INT)
- SQL Injection
- Passive SQL Injection (SQP)
- Active SQL Injection (SQI)
- LDAP Injection
- XPATH Injection