This repository holds various scripts I've written over the years. The goal is to create a repository that could be used for knowledge retention and reference. I will be archiving or deleting scripts ...
Executables for Windows tested on Windows 10 and Windows 11 Executables for Linux tested on Ubuntu 20.04 LTS, Ubuntu 22.03 LTS and Kali Linux 23.2 Source tested on Python 3.10.0 (Should work with ...
I've used both pexpect and python's built-in telnetlib somewhat regularly to talk to "dumb" telnet devices. Depending on how complicated the data is, telnetlib might be good enough and will work ...