Canyouseeme.org vs telnet <ip> <port>


0

当访问者访问网站canyouseeme.org并输入端口号时,例如80,(已经由canyouseeme检测到IP),这相当于执行以下telnet:

telnet <ip-detected-and-reported-by-canyouseeme> 80

在我的情况下,canyouseeme可以在指定端口上查看我的IP上的服务,但是telnet表示连接被拒绝且无法连接。

为什么不同?


如果您在NAT路由器后面,则无法在内部访问该外部IP。尝试去另一个位置的计算机并运行该telnet ip 80
barlop

并尝试使用nmap ..我认为这是行,你可能不需要-P0。 C:\&gt; nmap -P0 -p80 ip
barlop
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.