The solution is simple: 1. import `telnetlib3` instead of `telnetlib` in the `routersploit/core/exploit/shell.py` because it's no longer standard module in python. 2. add two modules to the requirements.txt: `setuptools` and `telnetlib3`.
The solution is simple:
telnetlib3instead oftelnetlibin theroutersploit/core/exploit/shell.pybecause it's no longer standard module in python.setuptoolsandtelnetlib3.