-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No module named 'telnetlib' #860
Comments
Why they are not working on this tool? It's good tool though!! :-( |
Requires |
Should I do this? Or the developer of this application? If I do, then I can put this miracle in the archive. |
It could help for now locally but in the long run this issue should be addressed by upstream. You could also be affected by #858 |
Added 2 news packages which need to be install for the script to work. Setuptools: Resolve the pkg_resource module error. Standard-telnetlib: Resolve telnet lib not found error. (threat9#860)
File "/home/user/routersploit/rsf.py", line 10, in
from routersploit.interpreter import RoutersploitInterpreter
File "/home/user/routersploit/routersploit/interpreter.py", line 14, in
from routersploit.core.exploit.exceptions import RoutersploitException
File "/home/user/routersploit/routersploit/core/exploit/init.py", line 28, in
from routersploit.core.exploit.shell import shell
File "/home/user/routersploit/routersploit/core/exploit/shell.py", line 2, in
import telnetlib
ModuleNotFoundError: No module named 'telnetlib'
The text was updated successfully, but these errors were encountered: