Skip to content
forked from s0md3v/Diggy

Extract endpoints from apk files.

License

Notifications You must be signed in to change notification settings

jcrashkit/Diggy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diggy

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

screenshot

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.

About

Extract endpoints from apk files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%