Testing connectivity without netcat
I encountered a server that did not have netcat or telnet installed, and I needed to check the connectivity against a server on a certain port. How did I solve this? There are multiple options!
If you have netcat installed:
With bash:
With python: