Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/effortlessdevsec/ApkRecon

Scanning APK file for URIs, endpoints & secrets.
https://github.com/effortlessdevsec/ApkRecon

android apkrecon hacking scanning-apk secrets sensitive-data uris

Last synced: 3 months ago
JSON representation

Scanning APK file for URIs, endpoints & secrets.

Awesome Lists containing this project

README

        

## ApkRecon
[![version](https://badge.fury.io/gh/dwisiswant0%2fapkleaks.svg)]()
[![contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/effortlessdevsec/ApkRecon/issues)

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:

- [apkurlgrep](https://github.com/ndelphit/apkurlgrep)
- [Jadx](https://github.com/skylot/jadx)
- [gf](https://github.com/tomnomnom/gf)

### Usage

Basically,
```
$ bash ApkRecon.sh
```
### Credits and Thanks
- [@tomnomnom](https://github.com/tomnomnom/gf) - a `gf` patterns.
- [@ndelphit](https://github.com/ndelphit)