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

MacOS Sierra: ERROR: Network scanning failed. #54

Closed
lcentone opened this issue Jan 28, 2017 · 8 comments
Closed

MacOS Sierra: ERROR: Network scanning failed. #54

lcentone opened this issue Jan 28, 2017 · 8 comments
Assignees
Labels

Comments

@lcentone
Copy link

I have followed up how to properly uninstall and install everything, up to that everything is okay until i ran
$ sudo python kickthemout.py

ERROR: Network scanning failed. Please check your requirements configuration.

How can i fix this issue? Thanks in advance.

@k4m4 k4m4 self-assigned this Jan 28, 2017
@ghost
Copy link

ghost commented Jan 28, 2017

Having the same issue.
I'll watch this thread.
Don't bother replying on mine.
Thanks

@inside-shellshock
Copy link

First of all type in your cmd:

pip install scapy
pip install git+git://github.com/hellais/pypcap.git
brew install --with-python libdnet

Then,

mkdir -p ~/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth

Enjoy

@ghost
Copy link

ghost commented Feb 4, 2017

Thanks, the above solution worked though I'm not sure the script is actually working on my network.
I'll try again tomorrow but even when I kick all devices nothing happens.

@k4m4
Copy link
Owner

k4m4 commented Feb 4, 2017

Thank you for your support @inside-shellshock !

@tymscar
Copy link

tymscar commented Feb 13, 2017

This actually helped. The script runs this time around but just as @LeoZango mentioned, it doesn't really do anything on my network.

@margoober
Copy link

Thank you so much!!

@arismelachroinos
Copy link

when i type brew install --with-python libdnet i get bash: brew: command not found
am i missing something?

@k4m4
Copy link
Owner

k4m4 commented Apr 13, 2017

You have to install brew first:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)".
@arismelachroinos

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

No branches or pull requests

6 participants