Open ghafoorabdul405 opened 3 years ago
While running this command on kali linux: sudo python simple_IMSI-catcher.py --sniff
I am facing this issue:
File "simple_IMSI-catcher.py", line 111 new_imsi = f"{mcc} {mnc} {new_imsi[6:]}" ^ SyntaxError: invalid syntax
While running this command on kali linux: sudo python simple_IMSI-catcher.py --sniff
I am facing this issue:
File "simple_IMSI-catcher.py", line 111 new_imsi = f"{mcc} {mnc} {new_imsi[6:]}" ^ SyntaxError: invalid syntax