Skip to content

Instantly share code, notes, and snippets.

@michaelbutler
Created April 3, 2018 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbutler/9b0bf2a719360cfcfb169aa4f0eb58e1 to your computer and use it in GitHub Desktop.
Save michaelbutler/9b0bf2a719360cfcfb169aa4f0eb58e1 to your computer and use it in GitHub Desktop.
Guide to Intercept & Inspect SSL or HTTPS requests from an Android App Using a Free Emulator

This guide will take you from start to finish: how to inspect (intercept) SSL (or normal) web requests using Ubuntu 16.04 LTS (Linux). Everything in this guide is free and can be legally obtained.

Components:

  • Android Studio (comes with built in Emulator)
  • Burp Suite Community Edition
  • Terminal

Step 1: Install Android Studio

  • Visit https://developer.android.com/studio/index.html (or Google: Install Android Studio)
  • Download the installer
  • Unzip the installer to a place such as your $HOME directory
  • In a terminal run android-studio/bin/studio.sh
  • Follow all the automatic install steps using defaults

TBD

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