1
0
Fork 0
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:
Darío Hereñú 2024-09-27 12:10:26 -03:00 committed by GitHub
parent b97d678ef8
commit ff5f90938b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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