You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, running apkleaks through the docker image using the command below docker run -it --platform=linux/x86_64 --rm -v /tmp/apks:/tmp dwisiswant0/apkleaks:latest -f /tmp/base.apk
ends up with the following error message
_ ____ _ ___ _
/ \ | _ \| |/ / | ___ __ _| | _____
/ _ \ | |_) | ' /| | / _ \/ _` | |/ / __|
/ ___ \| __/| . \| |__| __/ (_| | <\__ \
/_/ \_\_| |_|\_\_____\___|\__,_|_|\_\___/
v2.6.3
--
Scanning APK file for URIs, endpoints & secrets
(c) 2020-2024, dwisiswant0
Can't find jadx binary.
Do you want to download jadx? (Y/n) Y
** Downloading jadx...
** Decompiling APK...
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
** Scanning against 'xx.xxxxxxxx.xxxxxxxxxx'
** Done with nothing. ¯\_(ツ)_/¯
Along with the fix, why isn't jadx included by default in the image ? User end up re-installing jadx every run.
I'm available to contribute :p
The text was updated successfully, but these errors were encountered:
Hi, running apkleaks through the docker image using the command below
docker run -it --platform=linux/x86_64 --rm -v /tmp/apks:/tmp dwisiswant0/apkleaks:latest -f /tmp/base.apk
ends up with the following error message
Along with the fix, why isn't jadx included by default in the image ? User end up re-installing jadx every run.
I'm available to contribute :p
The text was updated successfully, but these errors were encountered: