Skip to content

Instantly share code, notes, and snippets.

@kkirsche
Created November 26, 2014 04:21
Show Gist options
  • Save kkirsche/036699e8d57f28565fa0 to your computer and use it in GitHub Desktop.
Save kkirsche/036699e8d57f28565fa0 to your computer and use it in GitHub Desktop.
How to find open / listening ports on a linux machine
sudo netstat -ntlp | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment