Answer the question
In order to leave comments, you need to log in
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'
Answer the question
In order to leave comments, you need to log in
If you need to run from Windows - then obviously you need python3 installed normally
Or anaconda
Execute python setup.py install
in the folder with the file setup.py
(root directory), in theory, this should install all the necessary dependencies.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question