Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Diggy — Extract endpoints from apk files. | Kitploit
Tools/GitHubGitHub/s0md3v/diggy
Android SecurityReconnaissanceInformation GatheringWeb SecurityMobile SecurityArchived
GitHubs0md3v/diggy

Diggy

Extract endpoints from apk files.

View Repository
87413454 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Diggy

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

screenshot

Dependencies

  • apktool

Usage

root@kitploit:~
./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:

root@kitploit:~
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.

Download Tool