-
Notifications
You must be signed in to change notification settings - Fork 7
Networking Notes
Chris edited this page Jan 30, 2018
·
3 revisions
To continuously listen to network connections
lsof -i -r 2 | grep -E "(LISTEN|ESTABLISHED)"
To list processes that are listening for open port
lsof -P | grep IPv | grep -v localhost
netstat
To discover hosts on a local network
nmap -sP 192.168.2.1/24
#theairportwiki on freenode.net
If you find any of this info helpful on your journey 🏍 click that 👆 ⭐️ star button. It sure makes me feel warm and fuzzy 🐻 on the inside.
- AirPort Device Boot Videos
- Airport Device Disassemblies
- AirPort Device Notes
- AirPort Device Resources