Code Monkey home page Code Monkey logo

Comments (40)

amexlast avatar amexlast commented on July 16, 2024 8

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

from xerosploit.

matelogic avatar matelogic commented on July 16, 2024 6

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

from xerosploit.

pavlosidelov avatar pavlosidelov commented on July 16, 2024 2

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?

from xerosploit.

 avatar commented on July 16, 2024 2

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

from xerosploit.

imshambhav avatar imshambhav commented on July 16, 2024 2

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

from xerosploit.

LionSec avatar LionSec commented on July 16, 2024 1

Hello , try to run:

  • pip install terminaltables

from xerosploit.

akshajahan avatar akshajahan commented on July 16, 2024 1

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'

from xerosploit.

only1help avatar only1help commented on July 16, 2024 1

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? )

from xerosploit.

classer12271227 avatar classer12271227 commented on July 16, 2024 1

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!!

from xerosploit.

akshajahan avatar akshajahan commented on July 16, 2024

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?

from xerosploit.

akshajahan avatar akshajahan commented on July 16, 2024

~/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

from xerosploit.

EDDINE-ZERO avatar EDDINE-ZERO commented on July 16, 2024

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 ??????

from xerosploit.

Ziakannon avatar Ziakannon commented on July 16, 2024

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

from xerosploit.

weblikerwebhost avatar weblikerwebhost commented on July 16, 2024

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

from xerosploit.

thiago325 avatar thiago325 commented on July 16, 2024

I did following all the steps,step by step,but isn't working,always when i type xerosploit it gives me this message:
root@ACA801701:# xerosploit
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 26, in
from terminaltables import DoubleTable
ImportError: No module named terminaltables
root@ACA801701:#

from xerosploit.

thiago325 avatar thiago325 commented on July 16, 2024

when i see the line "xerosploit
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 26, in
from terminaltables import DoubleTable"

i think the problem could be in DoubleTable,so i try to put this:
pip install DoubleTable

But it gives me this message:
root@ACA801701:~# pip install DoubleTable
Collecting DoubleTable
Could not find a version that satisfies the requirement DoubleTable (from versions: )
No matching distribution found for DoubleTable

from xerosploit.

shivachoudhary avatar shivachoudhary commented on July 16, 2024

:~/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

from xerosploit.

 avatar commented on July 16, 2024

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

Same error

from xerosploit.

shivachoudhary avatar shivachoudhary commented on July 16, 2024

from xerosploit.

Himanshut504 avatar Himanshut504 commented on July 16, 2024

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

from xerosploit.

dzandroid1 avatar dzandroid1 commented on July 16, 2024

**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
##**

from xerosploit.

h4qpkt avatar h4qpkt commented on July 16, 2024

ERROR

from terminaltables import DoubleTable
ImportError: No module named terminaltables

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

FIX

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

from xerosploit.

Himanshut504 avatar Himanshut504 commented on July 16, 2024

from xerosploit.

59y3m avatar 59y3m commented on July 16, 2024

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.

from xerosploit.

Mrvu182hp avatar Mrvu182hp commented on July 16, 2024

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

from xerosploit.

Himanshut504 avatar Himanshut504 commented on July 16, 2024

from xerosploit.

ModifickGR avatar ModifickGR commented on July 16, 2024

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

from xerosploit.

ModifickGR avatar ModifickGR commented on July 16, 2024

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)

from xerosploit.

ModifickGR avatar ModifickGR commented on July 16, 2024

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)

from xerosploit.

ModifickGR avatar ModifickGR commented on July 16, 2024

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

from xerosploit.

classer12271227 avatar classer12271227 commented on July 16, 2024

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

from xerosploit.

Adeka-UAR avatar Adeka-UAR commented on July 16, 2024

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

from xerosploit.

hamouda1 avatar hamouda1 commented on July 16, 2024

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

from xerosploit.

Hassanxxx avatar Hassanxxx commented on July 16, 2024

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

from xerosploit.

Danikrlop47 avatar Danikrlop47 commented on July 16, 2024

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

from xerosploit.

mdjihadparvez avatar mdjihadparvez commented on July 16, 2024

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)

from xerosploit.

Cryp70n1c-W45p avatar Cryp70n1c-W45p commented on July 16, 2024

haha Here is solution
Install your requirement in root,

command > su
enter password
pip install missing module
xerosploit

from xerosploit.

jisjose98 avatar jisjose98 commented on July 16, 2024

run using python3 xerosploit.py for terminaltables missing

from xerosploit.

jomore-sh avatar jomore-sh commented on July 16, 2024

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;

from xerosploit.

Anti-seCn0b0dy avatar Anti-seCn0b0dy commented on July 16, 2024

from xerosploit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.