AzeemIdrisi / PhoneSploit-Pro

An all-in-one hacking tool to remotely exploit Android devices using ADB and Metasploit-Framework to get a Meterpreter session.

Home Page:https://azeemidrisi.github.io/PhoneSploit-Pro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

giving this error when launching

Keed21 opened this issue · comments

commented

python3 phonesploitpro.py
File "/root/PhoneSploit-Pro/phonesploitpro.py", line 854
match keycode_option:
^
SyntaxError: invalid syntax...ON PARROT'

Can we see the trace back please?

additionally, what version of Python are you using? The match keyword wasn’t introduced until Python 3.10.

python3 phonesploitpro.py File "/root/PhoneSploit-Pro/phonesploitpro.py", line 854 match keycode_option: ^ SyntaxError: invalid syntax...ON PARROT'

You need to install python version 3.10 or higher

Running python 3.8 on ubuntu 20.

python3 phonesploitpro.py
File "phonesploitpro.py", line 854
match keycode_option:
^
SyntaxError: invalid syntax

same issue

Running python 3.8 on ubuntu 20.

python3 phonesploitpro.py File "phonesploitpro.py", line 854 match keycode_option: ^ SyntaxError: invalid syntax

same issue

You need to have Python 3.10 or higher!