简体   繁体   English

远程登录 Ip 地址 Ip

[英]Telnet Ip address Ip

I am calling someone's API in my webform.我在我的网络表单中调用某人的 API。 The used method for this is posted.I am getting a response from there end as the HTTP status code is 'Ok'.Still, they want telnet results.使用的方法已发布。我从那里得到响应,因为 HTTP 状态代码是“好的”。不过,他们想要 telnet 结果。

So In the command prompt, I have done like this所以在命令提示符下,我已经这样做了

telnet Ipadress port and click. telnet Ipadress 端口并单击。

I got a response as 'Not recognized as internal and External command'我收到“不被识别为内部和外部命令”的响应

So from the windows feature, I turned on 'Telnet client'所以从 windows 功能,我打开了“Telnet 客户端”

And checked.并检查。 I got a black screen.我有一个黑屏。 That means the test connection is ok.这意味着测试连接正常。

Can Make telnet client on is dangers?可以使telnet客户端上是危险的吗?

I immediately off telnet client from windows feature.我立即从 windows 功能中关闭了 telnet 客户端。

Will they receive my machine access?他们会收到我的机器访问权限吗? Even if I off telnet client?即使我关闭了telnet客户端?

Will they receive my machine access?他们会收到我的机器访问权限吗? Even if I off telnet client?即使我关闭了telnet客户端?

On TCP & IP level, yes, since the connection is successfully make, the server side may have access log from your IP address.在 TCP & IP 级别,是的,由于连接成功,服务器端可能有来自您的 IP 地址的访问日志。

On application / HTTP level, I doubt, since the handshake of HTTP protocol is not completed.关于应用程序/HTTP 级别,我怀疑,因为 HTTP 协议的握手没有完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM