apkleaks: add page (#12798)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/28/head
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
1 changed files with 17 additions and 0 deletions

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}}"`