Skip to content

Instantly share code, notes, and snippets.

@zviederi
Last active February 8, 2019 08:53
Show Gist options
  • Save zviederi/df94e1f5667297e45088b5bad39ff5d1 to your computer and use it in GitHub Desktop.
Save zviederi/df94e1f5667297e45088b5bad39ff5d1 to your computer and use it in GitHub Desktop.
Test if a port on a remote system is reachable
Test if a port on a remote system is reachable:
nc -zv 10.57.1.61 3307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment