Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndelphit/apkurlgrep
Extract endpoints from APK files
https://github.com/ndelphit/apkurlgrep
apk endpoints hacking infosec pentesting
Last synced: 21 days ago
JSON representation
Extract endpoints from APK files
- Host: GitHub
- URL: https://github.com/ndelphit/apkurlgrep
- Owner: ndelphit
- License: mit
- Created: 2020-05-06T17:09:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:22:07.000Z (7 months ago)
- Last Synced: 2024-08-05T17:25:33.463Z (4 months ago)
- Topics: apk, endpoints, hacking, infosec, pentesting
- Language: Go
- Size: 10.7 KB
- Stars: 750
- Watchers: 17
- Forks: 111
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ndelphit/apkurlgrep - Extract endpoints from APK files (Go)
README
# ApkUrlGrep
Tool that allow extract endpoints from APK files
![alt text](https://i.ibb.co/V3nFRwJ/image-2020-05-06-21-30-30.png)## Install
1) Install `apkurlgrep`
```
▶ go get -u github.com/ndelphit/apkurlgrep
```
2) Install [apktool](https://ibotpeaches.github.io/Apktool/install/)## Usage
```
▶ apkurlgrep -a ~/path/to/file.apk
Result of URLs:https://example.com
https://example.net
https://example.eduResult 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 [email protected] or create new issues in this Github Project.
Have a nice day! 😉