Skip to content

Commit

Permalink
#1216: fixed some more of the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed May 22, 2019
1 parent 4d2863c commit 15c2578
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Document/0x05g-Testing-Network-Communication.md
Expand Up @@ -170,7 +170,7 @@ If a certificate pinning validation check has failed, the following event will b
I/X509Util: Failed to validate the certificate chain, error: Pin verification failed
```

Using a decompiler (e.g. jadx or apktool) we will be able to confirm if the \<pin\> entry is present in the network_security_config.xml file located in the /res/xml/ folder.
Using a decompiler (e.g. jadx or apktool) we will be able to confirm if the `<pin>` entry is present in the network_security_config.xml file located in the /res/xml/ folder.

##### TrustManager

Expand Down
4 changes: 2 additions & 2 deletions Document/0x06b-Basic-Security-Testing.md
Expand Up @@ -210,8 +210,8 @@ The only prerequisite is a Jailbroken device, with the following packages instal
- Add the following repository to the Cydia Sources: mobiletools.mwrinfosecurity.com/cydia/
- Search for the NeedleAgent package and install it.

![Installing the Needle agent - 1](https://raw.githubusercontent.com/mwrlabs/needle/master/.github/install_agent_1.jpg "Install Needle agent - Step 1")
![Installing the Needle agent - 2](https://raw.githubusercontent.com/mwrlabs/needle/master/.github/install_agent_2.jpg "Install Needle agent - Step 2")
![Installing the Needle agent - 1](https://raw.githubusercontent.com/mwrlabs/needle/master/.github/install_agent_1.jpg)
![Installing the Needle agent - 2](https://raw.githubusercontent.com/mwrlabs/needle/master/.github/install_agent_2.jpg)

- If the setup process is successful, you'll find the NeedleAgent app on the home screen.

Expand Down
Binary file modified Generated/MSTG-EN.epub
Binary file not shown.
Binary file modified Generated/MSTG-EN.mobi
Binary file not shown.
Binary file modified Generated/MSTG-EN.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions Tools/before_install.sh
Expand Up @@ -6,3 +6,4 @@ exit 0;
fi
brew install pandoc
brew cask install calibre
brew install epubcheck
4 changes: 3 additions & 1 deletion Tools/gendocs.sh
Expand Up @@ -19,4 +19,6 @@ exit 0;
fi
echo "Running creaton of pdfs and word documents"
sh ./gitbookepubandpdf.sh $TRAVIS_TAG
sh ./generate_document.sh
sh ./generate_document.sh
echo "Checking epub validity"
sh epubcheck ../Generated/MSTG-EN.epub
2 changes: 1 addition & 1 deletion book.json
Expand Up @@ -5,7 +5,7 @@
"structure": {
"readme": "Foreword.md"
},
"title" : "OWASP Mobile Security Testing Guide 1.1.1",
"title" : "OWASP Mobile Security Testing Guide 1.1.2",
"language": "en",
"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."

Expand Down

0 comments on commit 15c2578

Please sign in to comment.