Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 945 Bytes

ApkRecon

version contributions

Scanning APK file for URIs, endpoints & secrets. extracting of all urls and all sensitive data like key,secrets , password from android application

Installation

To install ApkRecon, simply:

$ git clone https://github.com/effortlessdevsec/ApkRecon.git
$ cd ApkRecon/
$ bash install.sh

NOTE

You can use your own custom regex.

You need to install:

Usage

Basically,

$ bash ApkRecon.sh <Apk file path>

Credits and Thanks