Monday 31 October 2016

quick way to check if a port is open linux


$ nc -zv 159.134.168.117 80 443
Connection to 159.134.168.117 80 port [tcp/http] succeeded!
Connection to 159.134.168.117 443 port [tcp/https] succeeded!

No comments:

Post a Comment