pr0v3rbs / FirmAE

Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis
MIT License
603 stars 117 forks source link

Deprecation of telnetlib in python 3.13 #60

Closed credmp closed 8 months ago

credmp commented 1 year ago

On Kali 2023.1 the following warning is produced then the -d option is used.

/home/kali/tools/FirmAE/./debug.py:7: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
  import telnetlib

It seems the library needs to be updated with an alternative version.