apkleaks
all
Expose URIs, endpoints, and secrets from APK files. Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
More info →Options (3)
-f, --filebooleanScan an APK file for URIs, endpoints, and secrets
Example:
apkleaks {{[-f|--file]}} {{path/to/file}}.apk-o, --outputbooleanScan and save the output to a specific file
Example:
apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-o|--output]}} {{path/to/output.txt}}-a, --argsbooleanPass `jadx` disassembler arguments
Example:
apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-a|--args]}} "{{--threads-count 5 --deobf}}"Examples (3)
Scan an APK file for URIs, endpoints, and secrets
apkleaks [-f|--file] path/to/file.apkScan and save the output to a specific file
apkleaks [-f|--file] path/to/file.apk [-o|--output] path/to/output.txtPass `jadx` disassembler arguments
apkleaks [-f|--file] path/to/file.apk [-a|--args] "--threads-count 5 --deobf"made by @shridhargupta | data from tldr-pages