mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:55:31 +02:00
apkleaks: add Spanish translation (#13705)
* apkleaks: add Spanish translation * Update pages.es/common/apkleaks.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
b97d678ef8
commit
ff5f90938b
1 changed files with 17 additions and 0 deletions
17
pages.es/common/apkleaks.md
Normal file
17
pages.es/common/apkleaks.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# apkleaks
|
||||
|
||||
> Expone URIs, endpoints y secretos de archivos APK.
|
||||
> Nota: APKLeaks utiliza el desensamblador `jadx` para decompilar archivos APK.
|
||||
> Más información: <https://github.com/dwisiswant0/apkleaks>.
|
||||
|
||||
- Escanea un archivo APK en busca de URIs, endpoints y secretos:
|
||||
|
||||
`apkleaks --file {{ruta/al/archivo.apk}}`
|
||||
|
||||
- Escanea y guarda el resultad[o] en un archivo específico:
|
||||
|
||||
`apkleaks --file {{ruta/al/archivo.apk}} --output {{ruta/al/archivo.txt}}`
|
||||
|
||||
- Pasar [a]rgumentos del desensamblador `jadx`:
|
||||
|
||||
`apkleaks --file {{ruta/al/archivo.apk}} --args "{{--threads-count 5 --deobf}}"`
|
Loading…
Add table
Reference in a new issue