1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:15:44 +02:00

apkleaks: add page (#12798)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Fazle Arefin 2024-05-18 03:32:55 +10:00 committed by GitHub
parent 792ec9b52a
commit bdbc9517d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages/common/apkleaks.md Normal file
View file

@ -0,0 +1,17 @@
# apkleaks
> An APK file scanner for exposing URIs, endpoints, and secrets.
> 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}}"`