Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sh: 1: xettercap: not found #26

Closed
tidilihatim opened this issue Sep 25, 2016 · 8 comments
Closed

sh: 1: xettercap: not found #26

tidilihatim opened this issue Sep 25, 2016 · 8 comments

Comments

@tidilihatim
Copy link

hello thx for your great work , can you help me please ?
everytime i try somthing like sniff they give me this msg 'sh: 1: xettercap: not found'
thx.

@ylot0
Copy link

ylot0 commented Sep 26, 2016

Install the following components first
nmap
hping3
build-essential
ruby-dev
libpcap-dev
libgmp3-dev
tabulate
terminaltables

@tidilihatim
Copy link
Author

Thx for your reply , i do everything you said but still the same error :/

@tidilihatim
Copy link
Author

after i do what you said , i remove xerosploit and i install it again and it's work ! thank you.

@ROhanpersonalkali
Copy link

thanks for the help but i can't install tabulate and terminaltables i use this command to install
apt-get install tabulate
and it says E: Unable to locate package tabulate

apt-get install terminaltables
and it says E: Unable to locate package terminaltables

@0ld0cean
Copy link

0ld0cean commented Nov 4, 2017

@ROhanpersonalkali they can be installed via pip or easy_install, they're python modules

@ubernerd117
Copy link

ubernerd117 commented Nov 14, 2017

i cant install libcap-dev and libmp3-dev
please help fast

@godlike24
Copy link

hey can anyone resolve this??
In xerosploit ping module it show 100% loss how to resolve this .

@kaiserx101
Copy link

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.

Check the repository and add if necessary .
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list

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 <-- better option for xettercap
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

Launch xerosploit
sudo xerosploit
if issue launching xerosploit, navigate to xerosploit folder and execute the following
sudo ./xerosploit.py OR sudo python xerosploit.py

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants