S
S
sonofvendett2018-07-05 14:56:07
Python
sonofvendett, 2018-07-05 14:56:07

How to run Routersploit "hacker" software?

Hello everyone, I learned about RouterSploit, I really liked it, but I can’t run CMD.exe on Windows via the command line, and it gives the same error as on my Xiaomi [No Root] / Termux:

Traceback (most recent call last):
File "rsf.py", line 10, in
from routersploit.interpreter import RoutersploitInterpreter
File "D:\routersploit-master\routersploit\interpreter.py", line 10, in
from future.builtins import input
ModuleNotFoundError: No module named 'future'

python just started learning, so I don’t really understand, but I think it’s just that it’s not Linux, because it’s the same garbage on both Windows and Android, I would be grateful if you could help

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2018-07-05
@sim3x

If you need to run from Windows - then obviously you need python3 installed normally
Or anaconda

M
Maxim Nevzorov, 2018-07-12
@fixator10

Execute python setup.py installin the folder with the file setup.py(root directory), in theory, this should install all the necessary dependencies.

K
Kek420, 2018-07-05
@Kek420

https://github.com/threat9/routersploit - instructions for running on different OS. If you need to run from Windows - then obviously you need Docker https://docs.docker.com/docker-for-windows/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question