apkurlgrep icon indicating copy to clipboard operation
apkurlgrep copied to clipboard

Extract endpoints from APK files

Results 9 apkurlgrep issues
Sort by recently updated
recently updated
newest added

Go get is deprecated installation instruction should use go install.

root@kali:~/Desktop/***# apkurlgrep M****.apk bash: apkurlgrep: command not found root@kali:~/Desktop/***# apkurlgrep M****.xapk bash: apkurlgrep: command not found

Installing executables with "go get" in module mode is deprecated. "go install pkg@version" should be used instead. For more information, see https://golang.org/doc/go-get-install-deprecation

adding a Docker build file. This enables anyone to just use the dockerfile to get started within seconds.

love the tool use it alot makes stuff easier for me but wondering and call me crazy lol but is there a way to implement grepping just for deeplink schemes...

It would be great if you can implement an option to provide path or directory of the decompiled APK folder.

go run apkurlgrep.go import cycle not allowed package main imports fmt imports errors imports internal/reflectlite imports runtime imports internal/bytealg imports internal/cpu imports runtime

can you please add an option to link every path to ther url results? in something like results.txt to read later

https://github.com/ndelphit/apkurlgrep/blob/a188a980171450fdbd0a82f16a5a6963ac359587/extractor/skipExtensions.go#L28 `.so` files contains native code which may contain URLs too. I suggest to search URLs in them too. You may process `.so` file with `strings` first.