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:
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}}"`
|
Reference in New Issue
Block a user