Skip to content

Instantly share code, notes, and snippets.

View nisarahmed361977's full-sized avatar

nisarahmed361977

View GitHub Profile
@nisarahmed361977
nisarahmed361977 / list_open_ports.md
Created September 6, 2016 06:33 — forked from alotaiba/list_open_ports.md
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"