pr0v3rbs / FirmAE

Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation of telnetlib in python 3.13

credmp opened this issue · comments

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.