https://github.com/s0md3v/Diggy
Extract endpoints from apk files.
https://github.com/s0md3v/Diggy
android apk apktool endpoints
Last synced: 6 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T20:19:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T14:53:52.846Z (6 months ago)
- Topics: android, apk, apktool, endpoints
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 872
- Watchers: 18
- Forks: 139
- 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.
#### 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.