netcat – a handy port scan and more
Here’s a quick and easy way to check if a server port is open to connections.. nc -zv somehost 22 Connection to somehost 22 port [tcp/ssh] succeeded! To check a range of ports you...
Here’s a quick and easy way to check if a server port is open to connections.. nc -zv somehost 22 Connection to somehost 22 port [tcp/ssh] succeeded! To check a range of ports you...