LionSec / xerosploit

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

xerosploit problem #233

Open zeadhomse opened 3 years ago

zeadhomse commented 3 years ago

xerosploittraceback (most recent call last):file "/opt/xerosploit/xerosploit.py", line 26, in from terminaltables import doubletableimporterror: no module named terminaltables

what the problem ???

rogeriodeoliveira commented 3 years ago

I solved this with virtulenv python In the xerosploit folder create env virtualenv -p python2.7 ENV Active environment source. /ENV/bin/activate If you have already installed xerosploit, use pip install tabulate terminaltables then run python xerospliot.py

I tested in kali 2020.4 RPI3

d34d-5h07 commented 3 years ago

┌──(kali㉿kali)-[/opt/xerosploit] └─$ virtualenv -p python2.7 ENV

created virtual environment CPython2.7.18.final.0-64 in 170ms creator CPython2Posix(dest=/opt/xerosploit/ENV, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/kali/.local/share/virtualenv) added seed packages: pip==20.3.4, pkg_resources==0.0.0, setuptools==44.1.1, wheel==0.34.2 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator

┌──(kali㉿kali)-[/opt/xerosploit] └─$ pip install tabulate terminaltables Requirement already satisfied: tabulate in /usr/lib/python3/dist-packages (0.8.7) Requirement already satisfied: terminaltables in /usr/lib/python3/dist-packages (3.1.0)

┌──(kali㉿kali)-[/opt/xerosploit] └─$ source. /ENV/bin/activate
source.: command not found

┌──(kali㉿kali)-[/opt/xerosploit] └─$ sudo python xerosploit.py 127 ⨯ Traceback (most recent call last): File "xerosploit.py", line 26, in from terminaltables import DoubleTable ImportError: No module named terminaltables