# Diggy **Repository Path**: oagi/Diggy ## Basic Information - **Project Name**: Diggy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.