Sodamhan.com

TL;DR

apkleaks

Expose URIs, endpoints, and secrets from APK files. Note: APKLeaks utilizes the jadx disassembler to decompile APK files. More information: https://github.com/dwisiswant0/apkleaks.

  • Scan an APK file for URIs, endpoints, and secrets:

apkleaks --file path/to/file.apk

  • Scan and save the output to a specific file:

apkleaks --file path/to/file.apk --output path/to/output.txt

  • Pass jadx disassembler [a]rguments:

apkleaks --file path/to/file.apk --args "--threads-count 5 --deobf"

This document was created using the contents of the tldr project.