Skip to content

Commit 6389166

Browse files
committed
Release 1.1.1
1 parent 3d68f58 commit 6389166

File tree

9 files changed

+52
-9
lines changed

9 files changed

+52
-9
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
This document is automatically generated at {{gitbook.time}}
22

3+
1.1.1 7 May 2019:
4+
5+
- Improvements on various tool related parts, such as how to use ondeviceconsole, adb, nscurl, Frida & Needle
6+
- Updated 0x4e regarding SMS communication
7+
- Many grammer/style updates
8+
- Added Android description regarding MASVS requirement 7.8
9+
- Updated contributorlist
10+
- Various updates on instructions regarding TLS & encryption
11+
- Removed some erroneous Information
12+
- Fixed parts of the allignment of the MASVS requirements with the MSTG
13+
- Updated information on various topics such as jailbreaking & network Interception on both iOS and Android
14+
- Added some steps for Frida detection
15+
- Added writeups on Android changes, regarding permissions, application signing, device identifiers, key-attestation, and more.
16+
- Extended guidance on Safetynet attestation
17+
- Added information on Magisk
18+
- Added Firebase misconfiguration information
19+
- Added references to more testing tools
20+
- Updated contributorlist
21+
- Added a lot of information to iOS platform testing
22+
- Added a lot of fixes for our book-release
23+
324
1.1.0 30 Nov 2018:
425

526
- Added more samples in Kotlin.

Document/0x02-Frontispiece.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OWASP thanks the many authors, reviewers, and editors for their hard work in dev
1010

1111
Copyright © 2018 The OWASP Foundation. This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). For any reuse or distribution, you must make clear to others the license terms of this work.
1212

13-
<img src="Images/CC-license.png" alt="drawing" width="250">
13+
<img src="Images/CC-license.png" alt="drawing" width="150">
1414

1515
## Acknowledgments
1616

Document/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
This document is automatically generated at {{gitbook.time}}
22

3+
1.1.1 7 May 2019:
4+
5+
- Improvements on various tool related parts, such as how to use ondeviceconsole, adb, nscurl, Frida & Needle
6+
- Updated 0x4e regarding SMS communication
7+
- Many grammer/style updates
8+
- Added Android description regarding MASVS requirement 7.8
9+
- Updated contributorlist
10+
- Various updates on instructions regarding TLS & encryption
11+
- Removed some erroneous Information
12+
- Fixed parts of the allignment of the MASVS requirements with the MSTG
13+
- Updated information on various topics such as jailbreaking & network Interception on both iOS and Android
14+
- Added some steps for Frida detection
15+
- Added writeups on Android changes, regarding permissions, application signing, device identifiers, key-attestation, and more.
16+
- Extended guidance on Safetynet attestation
17+
- Added information on Magisk
18+
- Added Firebase misconfiguration information
19+
- Added references to more testing tools
20+
- Updated contributorlist
21+
- Added a lot of information to iOS platform testing
22+
- Added a lot of fixes for our book-release
23+
324
1.1.0 30 Nov 2018:
425

526
- Added more samples in Kotlin.

Generated/MSTG-EN.docx

2.44 MB
Binary file not shown.

Generated/MSTG-EN.epub

3.97 MB
Binary file not shown.

Generated/MSTG-EN.mobi

1.56 MB
Binary file not shown.

Generated/MSTG-EN.pdf

2.99 MB
Binary file not shown.

Tools/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Files:
2222
## Release process:
2323
1. Sync @sushi2k's repository
2424
2. Update the Changelog.md
25-
3. Commit the changes (with message "Release <version>")
26-
4. Push a tag with the new version (git tag -a <version> -m "Release message that will be on github")
27-
5. Update the Leanpub Files at Leanpub
28-
6. Update OWASP Wiki if necessary
29-
7. Update the book at lulu.com (Ask @sushi2k)
30-
8. Tweet about it with @OWASP-MSTG.
25+
3. Generate new PDFS with the new version
26+
4. Commit the changes (with message "Release <version>")
27+
5. Push a tag with the new version (git tag -a <version> -m "Release message that will be on github")
28+
6. Update the Leanpub Files at Leanpub
29+
7. Update OWASP Wiki if necessary
30+
8. Update the book at lulu.com (Ask @sushi2k)
31+
9. Tweet about it with @OWASP-MSTG.

book.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"structure": {
66
"readme": "Foreword.md"
77
},
8-
"title" : "OWASP Mobile Security Testing Guide 1.1.3",
8+
"title" : "OWASP Mobile Security Testing Guide 1.1.1",
99
"language": "en",
10-
"description" : "The MSTG is a comprehensive manual for mobile app security testing and reverse engineering for iOS and Android mobile security testers with the following content: 1. Mobile platform internals 2. Security testing in the mobile app development life cycle 3. Basic static and dynamic security testing 4. Mobile app reverse engineering and tampering 5. Assessing software protections 6. Detailed test cases that map to the requirements in the MASVS."
10+
"description" : "the MSTG is a comprehensive manual for mobile app security testing and reverse engineering for iOS and Android mobile security testers with the following content: 1. Mobile platform internals 2. Security testing in the mobile app development life cycle 3. Basic static and dynamic security testing 4. Mobile app reverse engineering and tampering 5. Assessing software protections 6. Detailed test cases that map to the requirements in the MASVS."
1111

1212

1313
}

0 commit comments

Comments
 (0)