Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s0md3v/Diggy

Extract endpoints from apk files.
https://github.com/s0md3v/Diggy

android apk apktool endpoints

Last synced: 10 days ago
JSON representation

Extract endpoints from apk files.

Awesome Lists containing this project

README

        

# Diggy
Diggy can extract endpoints/URLs from apk files. It saves the result into a txt file for further processing.

![screenshot](https://i.imgur.com/VJvRst4.png)

#### Dependencies
- apktool

#### Usage
```
./diggy.sh /path/to/apk/file.apk
```
You can also install it for easier access by running `install.sh`\
After that, you will be able to run **Diggy** as follows:
```
diggy /path/to/apk/file.apk
```
**Note:** In the *installed* mode, results will be saved in **/root/Diggy** directory while in normal mode the results will be saved in the directory you ran diggy from.