Closed amarCosmospace closed 4 years ago
APKinfector is unable to find the hook point in your case, I have fixed a minor issue.
So try it again, you might be prompt to enter the launcher activity manually from the AndroifManifest.xml if the script is unable to find it manually
On Thu, Jul 2, 2020 at 8:38 PM amarCosmospace notifications@github.com wrote:
[*] Trying to Find .smali File of Launcher Traceback (most recent call last): File "infector.py", line 319, in hook_meterpreter_in_apk(VAR1, VAR2, VAR3) File "infector.py", line 177, in hook_meterpreter_in_apk launcherActivity = str(launcherActivity).split(''')[1] IndexError: list index out of range
Any idea ?
Good Job btw
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Technowlogy-Pushpender/apkinfector/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYISALUQ3ILUC37SYNL3RZSPGPANCNFSM4OO7ME2A .
Yes, thanks for your work :)
Trying to Find .smali File of Launcher
Traceback (most recent call last):
File "/home/kali/apkinfector/infector.py", line 322, in
hook_meterpreter_in_apk(VAR1, VAR2, VAR3)
File "/home/kali/apkinfector/infector.py", line 167, in hook_meterpreter_in_apk
lineNumber = int(lineNumber.decode().split('\n')[0]) - 1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
i have same issue how can i solve it please help
[*] Trying to Find .smali File of Launcher Traceback (most recent call last): File "infector.py", line 319, in
hook_meterpreter_in_apk(VAR1, VAR2, VAR3)
File "infector.py", line 177, in hook_meterpreter_in_apk
launcherActivity = str(launcherActivity).split('\'')[1]
IndexError: list index out of range
Any idea ?
Good Job btw