2024-05-17 18:32:55 +01:00
|
|
|
# apkleaks
|
|
|
|
|
2024-06-11 22:33:00 +01:00
|
|
|
> Expose URIs, endpoints, and secrets from APK files.
|
2024-05-17 18:32:55 +01:00
|
|
|
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
|
|
|
|
> More information: <https://github.com/dwisiswant0/apkleaks>.
|
|
|
|
|
|
|
|
- Scan an APK [f]ile for URIs, endpoints, and secrets:
|
|
|
|
|
|
|
|
`apkleaks --file {{path/to/file.apk}}`
|
|
|
|
|
|
|
|
- Scan and save the [o]utput 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}}"`
|