routersploit
routersploit copied to clipboard
Error After "run" command
Your Environment
- RouterSploit Version used: I Knew You Were Trouble
- Operating System and version: Parrot OS 5.3
- Python Version: (
3.9.2
)
Current Behavior
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/routersploit/core/exploit/utils.py", line 109, in import_exploit
module = importlib.import_module(path)
File "/usr/lib/python3.9/importlib/init.py", line 127, 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 "/usr/lib/python3/dist-packages/routersploit/interpreter.py", line 389, in command_run self.current_module.run() File "/usr/lib/python3/dist-packages/routersploit/modules/scanners/autopwn.py", line 77, in run for module in utils.iter_modules(directory): File "/usr/lib/python3/dist-packages/routersploit/core/exploit/utils.py", line 138, in iter_modules yield import_exploit(path) File "/usr/lib/python3/dist-packages/routersploit/core/exploit/utils.py", line 120, in import_exploit raise RoutersploitException( routersploit.core.exploit.exceptions.RoutersploitException: Error during loading 'routersploit/modules/exploits/routers/technicolor/tc7200_password_disclosure_v2'
Error: No module named 'Crypto'
It should be valid path to the module. Use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/routersploit", line 29, in
Expected Behavior
Should work Without issues
Similar issue on Kali Linux.
I installed the program by two means:
Sudo apt install Routersploit
& as the method described:
apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py
Same error with both methods
https://github.com/threat9/routersploit/issues/808
its pycrypto causing the problem