LionSec / xerosploit

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

Traceback #262

Open Mayor294 opened 3 years ago

Mayor294 commented 3 years ago

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

BonTear commented 3 years ago

Solution: https://github.com/LionSec/xerosploit/issues/261#issue-937651887

PoorvajHinge commented 2 years ago

python sometimes have this module importing issue even if you have installed the modules You just have to go to python pakages list and copy them to the xerosploit folder like terminaltables and tabulate and after that you can run the program successfully

or directly open #280 and clone that to your system and run i alreday fixed the issues with these modules