Wiki/TelNet: Difference between revisions

From Piszczynski
piszczynski>Aleks
m (3 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:


Install-WindowsFeature -name Telnet-Client
Install-WindowsFeature -name Telnet-Client
Then use command telnet <IP address or hostname> <portnumber>
If the window opens to a blank window it means the port is open

Latest revision as of 22:32, 15 November 2023

Using Telnet to test open ports

You will need to enable Telnet in CMD

dism /online /enable-feature /featurename:telnetclient

Or use this in powershell

Install-WindowsFeature -name Telnet-Client

Then use command telnet <IP address or hostname> <portnumber>

If the window opens to a blank window it means the port is open