Files
tldr/pages.zh/common/apkleaks.md

17 lines
528 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# apkleaks
> 从APK文件中暴露URI、端点和密钥。
> 注意APKLeaks利用`jadx`反汇编器来反编译APK文件。
> 更多信息:<https://github.com/dwisiswant0/apkleaks>。
- 扫描APK [f]ile以查找URI、端点和密钥
`apkleaks --file {{path/to/file.apk}}`
- 扫描并将 [o]utput保存到特定文件
`apkleaks --file {{path/to/file.apk}} --output {{path/to/output.txt}}`
- 传递`jadx`反汇编器的 [a]rguments
`apkleaks --file {{path/to/file.apk}} --args "{{--threads-count 5 --deobf}}"`