User Tools

Site Tools


arp-scan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
arp-scan [2016/09/20 19:29] – [Installation] walkeradminarp-scan [2016/09/20 19:34] – [Searching for a particular MAC] walkeradmin
Line 12: Line 12:
 \\  \\ 
 \\  \\ 
-=== Operation ====+==== Operation ====
 \\  \\ 
 To use <color red>arp-scan</color> enter the following from the command line: To use <color red>arp-scan</color> enter the following from the command line:
 \\  \\ 
     sudo arp-scan -l     sudo arp-scan -l
 +<color red>arp-scan</color> will not show the <color red>local NIC</color> doing the scan mac address
 \\  \\ 
 \\  \\ 
-<color red>arp-scan</color> will not show the <color red>local NIC</color> doing the scan mac address 
 ==== Example Output ==== ==== Example Output ====
 <file> <file>
Line 42: Line 42:
 \\  \\ 
 <color red>*Note: these are fabricated IP and MAC Addresses</color> so don't go looking for them :) <color red>*Note: these are fabricated IP and MAC Addresses</color> so don't go looking for them :)
 +\\ 
 +\\ 
 +\\ 
 +==== Searching for a particular MAC ====
 +\\ 
 +If there are a lot of devices on the network, and you know the MAC, you can search using <color red>arp-scan</color>
 + and filter the output with <color red>grep</color>
 +\\ 
 +    sudo arp-scan -l | grep "MAC"
 +    
 +    sudo apr-scan -l | grep "00:a1:d0:00-4a:01"
 \\  \\ 
 \\  \\ 
  
arp-scan.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1