Remote shell with telnet on windows platform

Server Side

Telnet Server

make sure telnetd (tlntsvr.exe) is running, if not, start it from services.msc or “control panel“;

and make sure firewall is allowing Port:23 to pass through

netsh advfirewall firewall add rule name="allow2323in" dir=in localport=2323 protocol=TCP action=allow

Telnet administration tool

tlntadmn.exe config sec=-ntlm

so strange name of telnet administration tool.

Client Side

telnet 111.222.222.111 2323
>login: balabala
>password: balabala
>Done
發佈了200 篇原創文章 · 獲贊 34 · 訪問量 55萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章