LionSec / xerosploit

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

Xerosploit Didn't Executed #161

Open Tikam02 opened 5 years ago

Tikam02 commented 5 years ago

os: Kali Linux Environment : Python3.6

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

amar3142 commented 5 years ago

pip3 install terminaltables

and do the same to other module errors.

truesamurai commented 4 years ago

Requirement already satisfied, but still have same error.

caseyjkey commented 4 years ago

I am having the same issue

hasanpasha commented 4 years ago

if the default python version is not version2.7 then you should run the following command: sudo python2 /opt/xerosploit/xerosploit.py or you could edit the xerosploit command file by running : sudo nano /usr/bin/xerosploit then just edit python /opt/xerosploit/xerosploit.py to python2 /opt/xerosploit/xerosploit.py