Skip to content

Commit

Permalink
apkleaks: add page (#12798)
Browse files Browse the repository at this point in the history
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
fazlearefin and kbdharun committed May 17, 2024
1 parent 792ec9b commit bdbc951
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/common/apkleaks.md
Original file line number Diff line number Diff line change
@@ -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}}"`

0 comments on commit bdbc951

Please sign in to comment.