Open Manishpankaj29 opened 3 years ago
Guess you are not using python version 2.7. You may try again with that version.
python sigploit.py ~/SigPloit-ss7 $ ls LICENSE Testing sigploit.py ss7main.py README.md init.py ss7 ~/SigPloit-ss7 $ python sigploit.py File "/data/data/com.termux/files/home/SigPloit-ss7/sigploit.py", line 127 print table[c][row], ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(table[c][row], end=" ")? ~/SigPloit-ss7 $
had the same problem you have to use python 2 and pip
how to fix line 127 please
2to3 every files, u will also need to relocate them and change the code in some of them. thank me later
python sigploit.py ~/SigPloit-ss7 $ ls LICENSE Testing sigploit.py ss7main.py README.md init.py ss7 ~/SigPloit-ss7 $ python sigploit.py File "/data/data/com.termux/files/home/SigPloit-ss7/sigploit.py", line 127 print table[c][row], ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(table[c][row], end=" ")? ~/SigPloit-ss7 $