2024-05-18 03:32:55 +10:00
|
|
|
# apkleaks
|
|
|
|
|
2024-06-12 04:33:00 +07:00
|
|
|
> Expose URIs, endpoints, and secrets from APK files.
|
2024-05-18 03:32:55 +10:00
|
|
|
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
|
|
|
|
> More information: <https://github.com/dwisiswant0/apkleaks>.
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Scan an APK file for URIs, endpoints, and secrets:
|
2024-05-18 03:32:55 +10:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`apkleaks {{[-f|--file]}} {{path/to/file.apk}}`
|
2024-05-18 03:32:55 +10:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Scan and save the output to a specific file:
|
2024-05-18 03:32:55 +10:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`apkleaks {{[-f|--file]}} {{path/to/file.apk}} {{[-o|--output]}} {{path/to/output.txt}}`
|
2024-05-18 03:32:55 +10:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Pass `jadx` disassembler arguments:
|
2024-05-18 03:32:55 +10:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`apkleaks {{[-f|--file]}} {{path/to/file.apk}} {{[-a|--args]}} "{{--threads-count 5 --deobf}}"`
|