在Kali安装Telnet
很容易从系统的APT包装管理器安装Telnet
$sudo apt update $sudo apt install telnet
使用Telnet的例子
我们可以通过主机名,域名或者IP地址指定目标设备。
主机后的数字指定telnet的端口。
例如:
$telnet example.com 80 Trying 93.184.216.34... Connected to example.com.
日期:2020-07-07 20:56:24 来源:oir作者:oir
很容易从系统的APT包装管理器安装Telnet
$sudo apt update $sudo apt install telnet
我们可以通过主机名,域名或者IP地址指定目标设备。
主机后的数字指定telnet的端口。
例如:
$telnet example.com 80 Trying 93.184.216.34... Connected to example.com.