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

Doesn't work well on NetHunter 3.0 #70

Closed
MatthewHKnight opened this issue May 4, 2016 · 7 comments
Closed

Doesn't work well on NetHunter 3.0 #70

MatthewHKnight opened this issue May 4, 2016 · 7 comments

Comments

@MatthewHKnight
Copy link

So I've tried to run routersploit on NetHunter 3.0 on a Nexus 6 appears NetHunter is missing paramiko not 100% sure how that can be install or if it even can be installed on NetHunter 3.0 or not. but after I did the run it started to check my router to see if it was vulnerable and then it errored out about paramiko being a missing module.

@lucyoa
Copy link
Contributor

lucyoa commented May 4, 2016

@MatthewHKnight Try this:

sudo apt-get install python-dev python-pip libncurses5-dev git
git clone https://github.com/reverse-shell/routersploit
cd routersploit
pip install -r requirements.txt
./rsf.py

@MatthewHKnight
Copy link
Author

Getting this error now
http://i.imgur.com/IyvY03c.png

@IMcPwn
Copy link

IMcPwn commented May 7, 2016

@MatthewHKnight It looks like you don't have setuptools installed. I'm not sure if setuptools_ext is a part of that but the following couldn't hurt:

pip install setuptools

@MatthewHKnight
Copy link
Author

Now i'm getting ImportError: connect import name util after running the autopwn I got setuptools installed now but the new error is the one I just post here.

@lucyoa
Copy link
Contributor

lucyoa commented Jul 2, 2016

Unfortunately I don't have necessary device to set up NetHunter and test it by myself.

@Lexus89
Copy link

Lexus89 commented Feb 3, 2017

I just installed it on my Nexus 5 and it works great. Just wanted to let you know, hopefully issue is resolved now.

@fwkz
Copy link
Collaborator

fwkz commented Feb 3, 2017

@Lexus89 Thanks for letting us know. 🙇

@fwkz fwkz closed this as completed Feb 3, 2017
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

5 participants