Skip to content

Instantly share code, notes, and snippets.

@nisarahmed361977
Forked from alotaiba/list_open_ports.md
Created September 6, 2016 06:33
Show Gist options
  • Save nisarahmed361977/60ffbaef6dd1e524eedb62633a09562a to your computer and use it in GitHub Desktop.
Save nisarahmed361977/60ffbaef6dd1e524eedb62633a09562a to your computer and use it in GitHub Desktop.
Listing Open Ports That Are Listening for Incoming Connection

Listing Open Ports That Are Listening for Incoming Connection

$ sudo lsof -i -P | grep -i "listen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment