mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
apkleaks: add page (#12798)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
792ec9b52a
commit
bdbc9517d8
1 changed files with 17 additions and 0 deletions
17
pages/common/apkleaks.md
Normal file
17
pages/common/apkleaks.md
Normal 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}}"`
|
Loading…
Add table
Reference in a new issue