Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 750 Bytes

File metadata and controls

13 lines (11 loc) · 750 Bytes

RIIS Penetration Testing App

Setup

  1. Download the APK.
  2. Drag and drop the APK onto an Android emulator such as genymotion, or use adb install to install the APK onto an Android device.

Objectives

  1. List all Android activities within the application
  2. Find and extract the usernames and passwords of the applications users.
  3. Find and extract the administrator's username and password.
  4. Examine the devices application memory for sensitive information (using a tool such as fridump) and report anything interesting you find.
  5. Find the secret admin interface and catalog the steps to access it.
  6. Summarize your findings, their CVSS severity, and the steps to reproduce them in a report using the word processor of your choice.