tonilopezmr / tonilopezmr.github.io

My web portfolio.
https://tonilopezmr-github-io.vercel.app
Other
4 stars 1 forks source link

Scan local network IP's #40

Open tonilopezmr opened 5 years ago

tonilopezmr commented 5 years ago
  1. Ping the broadcast address: ifconfig | grep broadcast
  2. Run arp -a

You can include to the point 2. an additional command grep : to display only present IP's (not incompletes), the complete command: arp -a | grep :

Rerefences

ARP