Last Updated: February 25, 2016
·
377
· miqui

In linux, quick test if remote port is open

cat < /dev/tcp/[remote ip]/[port]<br>
example:<br>
test ssh
cat < /dev/tcp/[remote ip]/22<br>

you can also test udp