Open
Description
Hello,
routersploit import the deprecated Python module telnetlib in:
- routersploit/core/telnet/telnet_client.py
- routersploit/core/exploit/shell.py
This module is removed in Python 3.13. The suggested replacements are telnetlib3, Exscript
See:
https://peps.python.org/pep-0594/#id4