I was recently asking for the telnet client to be turned on on my Windows install. The devops guy told me it was restricted because it passed people's usernames and passwords through clear text. I assume he is referring to using it to connect to an unsecured telnet server but I won't be using it for that and instead use it just for some quick TCP checks.
I also noticed that OWASP referenced doing exactly that in their documentation.
https://www.owasp.org/index.php/Test_HTTP_Methods_(OTG-CONFIG-006)
So what am I missing, is there a security issue with the client?