LinuxCommandLibrary

apkleaks

Expose URIs, endpoints, and secrets from APK files.

TLDR

Scan an APK [f]ile for URIs, endpoints, and secrets

$ apkleaks --file [path/to/file.apk]
copy


Scan and save the [o]utput to a specific file
$ apkleaks --file [path/to/file.apk] --output [path/to/output.txt]
copy


Pass jadx disassembler [a]rguments
$ apkleaks --file [path/to/file.apk] --args "[--threads-count 5 --deobf]"
copy

Copied to clipboard