LionSec / xerosploit

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

thoughts on this error #4

Open mods6900 opened 8 years ago

mods6900 commented 8 years ago

root@:~/xerosploit# xerosploit Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 4, in from terminaltables import DoubleTable ImportError: No module named terminaltables

LionSec commented 8 years ago

Hello , try to run:

pavlosidelov commented 8 years ago

I have same issue

pip install terminaltables - Successfully installed terminaltables-3.0.0

sudo xerosploit Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 27, in from tabulate import tabulate

ImportError: No module named tabulate

What I can do to fix?

akshajahan commented 8 years ago

pip install terminaltables

Traceback (most recent call last): File "/usr/bin/pip", line 9, in load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load ['name']) File "/usr/lib/python2.7/dist-packages/pip/init.py", line 74, in from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in from pip.download import path_to_url File "/usr/lib/python2.7/dist-packages/pip/download.py", line 23, in from requests.adapters import BaseAdapter ImportError: No module named adapters how to fix this issue?

matelogic commented 8 years ago

Hello pavlosidelov.

sudo xerosploit Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 27, in from tabulate import tabulate

try to run: pip install tabulate

akshajahan commented 8 years ago

~/xerosploit# pip install tabulate Traceback (most recent call last): File "/usr/bin/pip", line 9, in load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load ['name']) File "/usr/lib/python2.7/dist-packages/pip/init.py", line 74, in from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in from pip.download import path_to_url File "/usr/lib/python2.7/dist-packages/pip/download.py", line 23, in from requests.adapters import BaseAdapter ImportError: No module named adapters

EDDINE-ZERO commented 8 years ago

Xero»modules»pscan ➮ run

[++] Please wait ... Scanning ports on 192.168.1.20 nmap: error while loading shared libraries: liblua5.3-lpeg.so.2: cannot open shared object file: No such file or directory ??????

Ziakannon commented 8 years ago

Hi EDDINE-ZERO Try sudo apt-get install liblua5.3

akshajahan commented 7 years ago

python xerosploit.py Traceback (most recent call last): File "xerosploit.py", line 980, in main home() File "xerosploit.py", line 62, in home config0() File "xerosploit.py", line 44, in config0 up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read() IOError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'

weblikerwebhost commented 7 years ago

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

try all codes above but not yet fixed

amexlast commented 7 years ago

TO FIX this Proplem

Write this orders 1.apt-get install python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev libcapstone3 libcapstone-dev libffi-dev file

2.git clone https://github.com/byt3bl33d3r/MITMf

3.cd MITMf

4.git submodule init

5.git submodule update --recursive

6.pip install -r requirements.txt

7.python mitmf.py --help

8.git clone https://github.com/LionSec/xerosploit

9.cd xerosploit

10.python install.py

11.xerosploit

And Enjoy Hack FROm MEx Proffsional

shivachoudhary commented 7 years ago

:~/MITMf# python mitmf.py --help Traceback (most recent call last): File "mitmf.py", line 36, in from plugins import * File "/root/MITMf/plugins/filepwn.py", line 70, in import magic ImportError: No module named magic

ghost commented 7 years ago

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

Same error

ghost commented 7 years ago

Fixed it, when you are using pip install, make sure you use sudo pip install

shivachoudhary commented 7 years ago

Yaaaay I cleared this error through just upgraded my host system...

On 01-Feb-2017 4:12 pm, "Mill0s" notifications@github.com wrote:

Fixed it, when you are using pip install, make sure you use sudo pip install

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/4#issuecomment-276626104, or mute the thread https://github.com/notifications/unsubscribe-auth/AS7kxF2D-UxLgsWd__spIvOhQGNlVCpsks5rYGGVgaJpZM4Jb31y .

only1help commented 7 years ago

Besides this ... ( Además de esto ) pip install terminaltables pip install tabulate Do you have it in the /opt folder? ( lo teneis en la carpeta /opt? )

Himanshut504 commented 7 years ago

Shivachoudhary can you please give me guidance from initial I have followed the same steps as given above but unable to run this

dzandroid1 commented 7 years ago

**There is a problem when i enter login show me message 1 and when or fix the problem show me message 2, knowing all tried commands and solutions and the same message at both times.


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

message 2 pip install terminaltables Traceback (most recent call last): File "/usr/local/bin/pip", line 5, in from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3074, in @_call_aside File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3058, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 666, in _build_master return cls._build_from_requirements(requires) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 679, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 867, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pip==8.1.2' distribution was not found and is required by the application

I tried all the commands and solutions mentioned in the top and bottom and Youtube ... and did not succeed please solve another useful secret

**

h4qpkt commented 6 years ago

ERROR

from terminaltables import DoubleTable ImportError: No module named terminaltables

++++++++++++++++++++++++++++++

FIX

chmod +x ./install.py ./install.py setup

Himanshut504 commented 6 years ago

Finally it was solved only you have to upgrade your Kali version to 2017.2 xerosploit shall be installed easily...

On Oct 13, 2017 01:04, "h4qpkt" notifications@github.com wrote:

ERROR

from terminaltables import DoubleTable ImportError: No module named terminaltables

++++++++++++++++++++++++++++++

FIX

chmod +x ./install.py ./install.py setup

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/4#issuecomment-336242658, or mute the thread https://github.com/notifications/unsubscribe-auth/AdPyPh7T4txswLCz_Kms2yC4_Wo1AahBks5srmm0gaJpZM4Jb31y .

59y3m commented 6 years ago

u can easily run xerosploit just by copying xerosploit into opt/ folder and a placing a copy on desktop then just run the command (./run.sh) without bracket .then u will get error for terminalables just install them by using ( pip install teminaltables ) after that run the command ( ./run.sh ) now u will get the error no module tabulate to solve this just type in the terminal ( pip install tabulate ) and u r done.

Mrvu182hp commented 6 years ago

please help me install xerosploit problem git clone https://github.com/LionSec/xerosploit.git fatal: destination path 'xerosploit' already exists and is not an empty directory.

install complete ryb xerosploit not work oot@kali:~# xerosploit Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 26, in from terminaltables import DoubleTable ImportError: No module named terminaltables

Himanshut504 commented 6 years ago

I think you should update your Kali version to get rid from this..

On Feb 6, 2018 16:09, "Mrvu182hp" notifications@github.com wrote:

please help me install xerosploit problem git clone https://github.com/LionSec/xerosploit.git fatal: destination path 'xerosploit' already exists and is not an empty directory.

install complete ryb xerosploit not work oot@kali:~# xerosploit

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

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/4#issuecomment-363382298, or mute the thread https://github.com/notifications/unsubscribe-auth/AdPyPnu1WNOULKC8aT6CffIEGjrk_bfMks5tSCvcgaJpZM4Jb31y .

ModifickGR commented 6 years ago

if u have this error: root@kali:~/Desktop/xerosploit# python xerosploit.py Traceback (most recent call last): File "xerosploit.py", line 980, in main home() File "xerosploit.py", line 62, in home config0() File "xerosploit.py", line 44, in config0 up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read() IOError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'

JUST MOVE THE xerosploit DIR IN /opt LOCATION... or just edit xerosploit.py code

ModifickGR commented 6 years ago

if u have this error: root@kali:~/Desktop/xerosploit# sudo python xerosploit.py Traceback (most recent call last): File "xerosploit.py", line 26, in from terminaltables import DoubleTable ImportError: No module named terminaltables

TRY (pip install terminaltables) OR (sudo pip install terminaltables)

ModifickGR commented 6 years ago

if u have this error: root@kali:~/Desktop/xerosploit# sudo python xerosploit.py Traceback (most recent call last): File "xerosploit.py", line 27, in from tabulate import tabulate ImportError: No module named tabulate

TRY (pip install tabulate) or (sudo pip install tabulate)

classer12271227 commented 6 years ago

Traceback (most recent call last): File "./xerosploit.py", line 980, in main home() File "./xerosploit.py", line 62, in home config0() File "./xerosploit.py", line 44, in config0 up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read() IOError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'

I want to install xerosploit in kali linux 2017.2. How can I fix this problem? please help me!!

ModifickGR commented 6 years ago

classer12271227

i have the solution up...just move the xerosploit dir into the /opt folder

classer12271227 commented 6 years ago

Oh it works perfect! Thank you very much!!!

Adeka-UAR commented 6 years ago

to fix it : just use "sudo" before each "pip install" command since needs to use "sudo xerosploit" to run it.

hamouda1 commented 6 years ago

try 1.sudo pip install python

2.sudo pip install python2 3.git clone https://github.com/LionSec/xerosploit 4.cd xerosploit 5.python install.py or ./install.sh 6.python xerosploit.py or ./xerosploit.py

Hassanxxx commented 6 years ago

I have experienced this problem since morning

root @ kali: ~ / Desktop / xerosploit # sudo python xerosploit.py Traceback (most recent call last): File "xerosploit.py", line 27, in from tabulate import tabulate ImportError: No module named Tiling

And now after five hours have been resolved and ordered only one that is: sudo pip install python

Thank you

Danikrlop47 commented 5 years ago

guys before running ./install.py use chmod +x install.py

mdjihadparvez commented 4 years ago

Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 980, in main home() File "/opt/xerosploit/xerosploit.py", line 89, in home print (tabulate(table, stralign="center",tablefmt="fancy_grid",headers="firstrow")) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-73: ordinal not in range(128)

Cryp70n1c-W45p commented 4 years ago

haha Here is solution Install your requirement in root,

command > su enter password pip install missing module xerosploit

jisjose98 commented 3 years ago

run using python3 xerosploit.py for terminaltables missing

imshambhav commented 3 years ago

100 percent guaranteed SOLUTION: TRY THIS

sudo apt-get install 2to3

sudo pip install 2to3 sudo 2to3 sudo 2to3 -w xerosploit.py

sudo python3 xerosploit.py

jomore-sh commented 2 years ago

100 percent guaranteed SOLUTION: TRY THIS

sudo apt-get install 2to3

sudo pip install 2to3 sudo 2to3 sudo 2to3 -w xerosploit.py

sudo python3 xerosploit.py Thanks so much! c; thats worked for me. Esto funciono para mi. Muchas gracias amigo c;

Anti-seCn0b0dy commented 2 years ago

por nada

On Tue, Oct 26, 2021, 5:51 PM jomore-sh @.***> wrote:

100 percent guaranteed SOLUTION: TRY THIS

sudo apt-get install 2to3

sudo pip install 2to3 sudo 2to3 sudo 2to3 -w xerosploit.py

sudo python3 xerosploit.py

Esto funciono para mi. Muchas gracias amigo c;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/4#issuecomment-952443734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVJJ2O2ZUJ7OMGIYSXUQ2Q3UI5EITANCNFSM4CLPPVZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.