ernw / AndroTickler

Penetration testing and auditing toolkit for Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty JavaCode directory after running java -jar AndroTickler.jar -pkg <packagename> -info

x1mdev opened this issue · comments

commented

When running the command java -jar AndroTickler.jar -pkg com.google.android.apps.maps -info a directory is created of the app name under Tickler_workspace and it only contains the directory JavaCode.

There is an issue here, it is an empty directory i.e. no java code has been send to the created directory.

This is the output when I run AndroTickler.jar:

java -jar AndroTickler.jar -pkg com.google.android.apps.maps -info
>>>>>>>> Tickler Workspace directory on host: /home/x1m/tools/AndroTickler/Tickler_workspace/
>>>>>>>> Copying APK file from the device
!!!!!! ERROR: File / Directory does not exist on the device
>>>>>>>> Decompiling the APK file using APKTool
>>>>>>>> Extracting Manifest file from APK

There is a big shiny ERROR, but I can't seem to figure out why I'm getting this error.

commented

Hi,
I don't get this error with my test device, so I would like to troubleshoot a bit with you :)

  • which android version / device model?
  • Is your device rooted?
  • if so, could you try the following commands on your host?

adb shell pm path com.google.android.apps.maps
[the output should be like : package:/data/app/com.google.android.apps.maps-1/base.apk
]

  1. adb shell su -c ls <path_in_output_of_command_1>
    such as: adb shell su -c ls /data/app/com.google.android.apps.maps-1/base.apk