Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/s0md3v/Diggy
- Owner: s0md3v
- License: mit
- Archived: true
- Created: 2018-04-03T15:55:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T20:19:46.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T12:28:02.401Z (3 months ago)
- Topics: android, apk, apktool, endpoints
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 858
- Watchers: 20
- Forks: 143
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.