discovered 30 Mar 2026
apkurlgrep
→ View on GitHubAI Summary: ApkUrlGrep is a tool designed for extracting endpoints from APK files. Its primary use case is to facilitate the analysis of mobile applications by identifying URLs and their paths embedded within the app. Notable features include the ability to output both the discovered URLs and their corresponding paths, making it a valuable resource for security researchers and penetration testers.
README
ApkUrlGrep
Tool that allow extract endpoints from APK files

Install
- Install
apkurlgrep
▶ go get -u github.com/ndelphit/apkurlgrep
- Install apktool
Usage
▶ apkurlgrep -a ~/path/to/file.apk
Result of URLs:
https://example.com
https://example.net
https://example.edu
Result of URLs Paths:
/example
/admin
/onboarding
Ideas
Hey folks! 🙂
Thank you for the interesting of this project! If you found any ideas about how to improve this tool - please write me a message on whoareme@wearehackerone.com or create new issues in this Github Project.
Have a nice day! 😉