Skip to content

Instantly share code, notes, and snippets.

@Metnew
Last active October 30, 2018 23:05
Show Gist options
  • Select an option

  • Save Metnew/e46fd0f00d0b85ba273cc5182c74a7bb to your computer and use it in GitHub Desktop.

Select an option

Save Metnew/e46fd0f00d0b85ba273cc5182c74a7bb to your computer and use it in GitHub Desktop.
mobile_apps_checklist - some notes from researching disclosed reports on H1

Sec list

Guide

  1. https://sushi2k.gitbooks.io/the-owasp-mobile-security-testing-guide
  2. https://web.securityinnovation.com/hubfs/iOS%20Hacking%20Guide.pdf

iOS

Tools

Android

  1. Check for intents, <service> with android:exported="true", <receiver>
  2. Local unencrypted shared data
  3. HTTP != HTTPS
  4. protocol handles != intents.

Android bugs

Protocol handlers

Intents

Network

Encryption

HTML injection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment