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

Kali Linux on Raspberry Pi - kickthemout issue #47

Closed
Spinner01 opened this issue Jan 25, 2017 · 8 comments
Closed

Kali Linux on Raspberry Pi - kickthemout issue #47

Spinner01 opened this issue Jan 25, 2017 · 8 comments
Assignees
Labels

Comments

@Spinner01
Copy link

Spinner01 commented Jan 25, 2017

Having serious issues getting kickthemout to work have cloned it from github, and downloaded scapy and still not working. Have tried to uninstall scapy but wont let me I try running the command "sudo pip uninstall scapy" and I get a message "Not uninstalling scapy at /usr/lib/python2.7/dist-packages, outside enviroment/usr. I have tried a lot of the solutions given to no avail. Any help would be greatly appreciated!

Edit - Works fine on a Kali Linux Virtual Machine, could it be to do with the pi being a fresh install or something?

@xdavidhu
Copy link
Collaborator

It's probably because Scapy is installed on Kali out of the box.

Try removing it with apt-get:
sudo apt-get remove scapy

And after it reinstalling it with pip:
sudo pip install scapy

@Spinner01
Copy link
Author

Thanks for getting back to me, but that is still not working. I try to run "python kcikthemout.py" and I get the same error " Requirements have not been properly satisfied. Please try running.."

@ghost
Copy link

ghost commented Feb 1, 2017

I would have to guess that it doesn't work on your RPI, because it is ARM.

@xdavidhu
Copy link
Collaborator

xdavidhu commented Feb 3, 2017

It works on RPI for sure, running fine for me on Raspbian.

@it-pappa
Copy link

it-pappa commented Mar 3, 2017

same here. doesnt work. This its maby because of different python release? will try to "rewrite" some of the errors i got earlyer and try again. Il post if i fix it :)

@k4m4
Copy link
Owner

k4m4 commented Mar 9, 2017

Sounds good. Let us know how it goes. :)
@Met4crypt

@k4m4 k4m4 closed this as completed Mar 9, 2017
@0rigin5
Copy link

0rigin5 commented Mar 3, 2018

did yhis ever work for you? im planning on doing this on my pi

@it-pappa
Copy link

it-pappa commented Mar 3, 2018 via email

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

5 participants