LionSec / xerosploit

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

File "/opt/xerosploit/xerosploit.py", line 26, in <module> #215

Open sidox21 opened 4 years ago

ersalil commented 4 years ago

I am facing the same problem, please patch the bug or give us any solution.

Rohandud commented 4 years ago

I'm too facing the same problem, please patch the bug or give us any solution.

umeshgain commented 4 years ago

For the new people trying to install xerosploit (just like me) for personal experience. I would recomen to Install Dependencies in the first place , even if it is said that dependencies are install automatically.

Update and Upgrade if necessary (upgrade may take a while) sudo apt-get update sudo apt-get upgrade

Install dependencies manually first. nmap sudo apt-get install nmap hping3 sudo apt-get install hping3 build-essential sudo apt-get install build-essential ruby-dev sudo apt-get install ruby-dev libpcap-dev sudo apt-get install libpcap-dev libgmp3-dev sudo apt-get install licgmp3-dev bettercap sudo apt-get install bettercap python-pip (This will be needed to install "tabulate" and "terminaltables") sudo apt-get install python-pip tabulate sudo pip install tabulate terminaltables sudo pip install terminaltables

If any installation failed with "apt-get install command" trying installing with "pip install"

Install xerosploit git clone https://github.com/LionSec/xerosploit cd into xerosploit folder sudo python install.py

In case of WARNING while running install.py such as: WARNING: bin/xettercap is not executable WARNING: See http://guides.rubygems.org/specification-reference/ for help

cd into xerosploit folder cd xerosploit/tools/bettercap/bin/ or open ternimal at /xerosploit/tools/bettercap/bin/ run sudo chmod +x xettercap

Launch xerosploit sudo xerosploit

If you have install xerosploit before the dependencies and you still see issue , I recommend you run the xerosploit installer again.

mrsama01 commented 3 years ago

Here is Your Solution Type Those Commands: 1) pip install -t /usr/local/lib/python2.7/dist-packages/ terminaltables 2) pip install -t /usr/lib/python2.7/dist-packages/ tabulate

-t defines target folder, The problem we are facing is when we run xerosploit it uses python2.7 and when we use command pip install terminaltables it shows us that it was already installed in python3 so here we installed terminaltables and tabulate in python2.7 directory so our problem gets fixed EnJoY ;-)

zeadhomse commented 3 years ago

I have same problem

FancyWaifu commented 3 years ago

Here is Your Solution Type Those Commands:

1. pip install -t /usr/local/lib/python2.7/dist-packages/ terminaltables

2. pip install -t /usr/lib/python2.7/dist-packages/ tabulate

-t defines target folder, The problem we are facing is when we run xerosploit it uses python2.7 and when we use command pip install terminaltables it shows us that it was already installed in python3 so here we installed terminaltables and tabulate in python2.7 directory so our problem gets fixed EnJoY ;-)

Bro your a life saver, Thanks for the easy fix

TOPnameYT commented 1 year ago

Hi man thx so much. I actually was sitting on a problem for like 2 days and then I tried entering everything manually. THX