Skip to content

Commit

Permalink
Move Gitbook root
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerberndt committed Feb 12, 2017
1 parent f4d8aed commit bf6b406
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 40 deletions.
39 changes: 39 additions & 0 deletions Document/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Summary

- [Frontispiece](0x02-Frontispiece.md)

### Overview

- [Introduction to Mobile App Security](0x03-Overview.md)
- [Testing Processes and Techniques](0x04-Testing-Processes-and-Techniques.md)

### Android Testing Guide

- [Platform Overview](0x05a-Platform-Overview.md)
- [Basic Security Testing on Android](0x05b-Basic-Security_Testing.md)
- [Tampering and Reverse Engineering on Android](0x05b-Reverse-Engineering-and-Tampering.md)
- [Testing Data Storage](0x05d-Testing-Data-Storage.md)
- [Testing Cryptography](0x05e-Testing-Cryptography.md)
- [Testing Authentication and Session Management](0x05f-Testing-Authentication.md)
- [Testing Network Communication](0x05g-Testing-Network-Communication.md)
- [Testing Platform Interaction](0x05h-Testing-Platform-Interaction.md)
- [Testing Code Quality and Build Settings](0x05i-Testing-Code-Quality-and-Build-Settings.md)
- [Testing Resiliency Against Reverse Engineering](0x05j-Testing-Resiliency-Against-Reverse-Engineering.md)

### iOS Testing Guide

- [Platform Overview](0x06a-Platform-Overview.md)
- [Basic Security Testing on iOS](0x06b-Basic-Security-Testing.md)
- [Tampering and Reverse Engineering on iOS](0x06c-Reverse-Engineering-and-Tampering.md)
- [Testing Data Storage](0x06d-Testing-Data-Storage.md)
- [Testing Cryptography](0x06e-Testing-Cryptography.md)
- [Testing Authentication and Session Management](0x06f-Testing-Authentication-and-Session-Management.md)
- [Testing Network Communication](0x06g-Testing-Network-Communication.md)
- [Testing Platform Interaction](0x06h-Testing-Platform-Interaction.md)
- [Testing Code Quality and Build Settings](0x06i-Testing-Code-Quality-and-Build-Settings.md)
- [Testing Resiliency Against Reverse Engineering](0x06j-Testing-Resiliency-Against-Reverse-Engineering.md)

### Appendix

* [Security Testing in the Application Development Lifecycle](0x07-Security-Testing-SDLC.md)
* [Testing Tools](0x08-Testing-Tools.md)
39 changes: 0 additions & 39 deletions SUMMARY.md

This file was deleted.

4 changes: 3 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"root" : "./Document",

"structure": {
"readme": "./Document/0x01-Foreword.md"
"readme": "0x01-Foreword.md"
}
}

0 comments on commit bf6b406

Please sign in to comment.