threat9 / routersploit

Exploitation Framework for Embedded Devices
Other
12.19k stars 2.32k forks source link

Kali-rolling won't even start. #300

Closed Astrades closed 7 years ago

Astrades commented 7 years ago

Hey guys. So, I cloned it and am in the directory. However, every time I run ./rsf.py I get a python error saying that I don't have a the module 'routersploit.' How do I fix this?

ghost commented 7 years ago

Can you post the entire response or screenshot?

Astrades commented 7 years ago

Traceback (most recent call last): File "./rsf.py", line 8, in from routersploit.interpreter import RoutersploitInterpreter ImportError: No module named routersploit.interpreter

On Wed, Aug 30, 2017 at 9:10 PM, Saumyakanta Sahoo <notifications@github.com

wrote:

Can you post the entire response or screenshot?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reverse-shell/routersploit/issues/300#issuecomment-326199584, or mute the thread https://github.com/notifications/unsubscribe-auth/AV8W6BBo2LUqjpTuvscQy-aXJJbOhfnhks5sdk5ogaJpZM4PIVfX .

jabedude commented 7 years ago

Run this, then try again. pip install -r requirements.txt

Astrades commented 7 years ago

Well, I tried the obvious step that I should have the first time and I recloned the repo and tried again. Now, it works. Thanks for the attempts at help though, guys.