LionSec / xerosploit

Efficient and advanced man in the middle framework
GNU General Public License v3.0
2.02k stars 651 forks source link

Not Run Xerosploit #239

Open ermelonyxd opened 3 years ago

ermelonyxd commented 3 years ago

python3 Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 981, in main cmd0() File "/opt/xerosploit/xerosploit.py", line 866, in cmd0 cmd_0 = raw_input("\033[1;36m\033[4mXero\033[0m\033[1;36m ➮ \033[1;m").strip() NameError: name 'raw_input' is not defined

and python2

Traceback (most recent call last): File "xerosploit.py", line 26, in from terminaltables import DoubleTable ImportError: No module named terminaltables

install tabulate and terminaltables but for python3

fedetrifo06 commented 3 years ago

same error

nickluong-dev commented 3 years ago

I followed this video to fix the error: https://www.youtube.com/watch?v=CxYuLYpdDEA.