Skip to content

Instantly share code, notes, and snippets.

@ZeroBugBounce
Created September 10, 2014 15:12
Show Gist options
  • Save ZeroBugBounce/95a4cbc0cf6ccfdc1f3e to your computer and use it in GitHub Desktop.
Save ZeroBugBounce/95a4cbc0cf6ccfdc1f3e to your computer and use it in GitHub Desktop.
Powershell: find listeners for a port
netstat -aon | where-object {$_ -like '*2222*'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment