Test if a TCP port is open "Telnet"
- Gerar link
- X
- Outros aplicativos
To test if a TCP port is open you can use the telnet command or even the newer Netcat, below is an image of a test with telnet on a website:
Notice that the command returned "Connected to ..." this means that a communication was established with the host that responds to www.pudim.com.br on port 80, as it is an http port, I could start a conversation with https protocol commands. Now let's see a failed communication:
Now the port 3389 has been tested but this portal is not open on the destination host and so telnet keeps trying and fails. But on a host with this port open it works normally:
See in this last image it worked, as it is about the RDP protocol we could now exchange RDP commands.
Website: https://www.intelligencesoftware.com.br
Ads: https://ads.intelligencesoftware.com.br- Gerar link
- X
- Outros aplicativos
Comentários
Postar um comentário