error with vulnerability check
once i type run this traceback error comes up?
Steps to Reproduce (for bugs)
rsf (AutoPwn) > set target 192.168.1.1
[+] target => 192.168.1.1
rsf (AutoPwn) > run
[] Running module scanners/autopwn...
[] 192.168.1.1 Starting vulnerablity check...
Traceback (most recent call last):
File "/mnt/c/Users/testv/routersploit/routersploit/core/exploit/utils.py", line 109, in import_exploit
module = importlib.import_module(path)
File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/mnt/c/Users/testv/routersploit/routersploit/interpreter.py", line 389, in command_run
self.current_module.run()
File "/mnt/c/Users/testv/routersploit/routersploit/modules/scanners/autopwn.py", line 77, in run
for module in utils.iter_modules(directory):
File "/mnt/c/Users/testv/routersploit/routersploit/core/exploit/utils.py", line 138, in iter_modules
yield import_exploit(path)
File "/mnt/c/Users/testv/routersploit/routersploit/core/exploit/utils.py", line 124, in import_exploit
"Use
Error: No module named 'paramiko'
It should be valid path to the module. Use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "rsf.py", line 29, in
Your Environment
- RouterSploit Version used: 3.4.1
- Operating System and version:Ubuntu (not sure what version)
- Python Version: (
python3 --version) - Python Environment: (
python3 -m pip freeze)
Current Behavior
- If describing a bug, tell us what happens instead of the expected behavior it's supposed to come up with al the vulnerabilities but it comes up with Traceback error instead?
Expected Behavior
all the vulnerabilities should show

any help???
tried to install paramiko but it still says its missing
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
i've tried this so many times but it says "Failed building wheel for crytography" and proceeds to download the rest again. After this it says: "You are using pip version 8.1.1, however version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command." which i have done MANY times also, to no avail.
Yes, this is a big problem. In this case, I'm not sure, but maybe you should not do this? Try to start with something simpler, for example, google how to install python and pip of the last version
You are missing paramiko dependency and it seems that your python environment is messed up. You can try to set it up inside virtualenv.
pip install paramiko