Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'telnetlib' #860

Open
NotSBad opened this issue Dec 28, 2024 · 4 comments
Open

No module named 'telnetlib' #860

NotSBad opened this issue Dec 28, 2024 · 4 comments

Comments

@NotSBad
Copy link

NotSBad commented Dec 28, 2024

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'

@aunonno2024
Copy link

Why they are not working on this tool? It's good tool though!! :-(
It's 2025 and the version release still stuck on 2017 that's just sad.

@fabaff
Copy link

fabaff commented Jan 9, 2025

telnetlib was deprecated with Python 3.11 and removed with Python 3.13.

Requires standard-telnetlib.

@NotSBad
Copy link
Author

NotSBad commented Jan 9, 2025

telnetlib was deprecated with Python 3.11 and removed with Python 3.13.

Requires standard-telnetlib.

Should I do this? Or the developer of this application? If I do, then I can put this miracle in the archive.

@fabaff
Copy link

fabaff commented Jan 10, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants