Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arp-scan: Add network discovery mode (--discover) #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bcoles
Copy link

@bcoles bcoles commented Nov 7, 2021

Add a simple network discovery mode usable with -d or --discover flags.

Discover mode discovers routable networks by scanning the first IP
address within each /24 subnet within the RFC1918 local address space.

  • 10.0.0.0/8
  • 172.16.0.0/12
  • 192.168.0.0/16

Discovery scan duration is typically less than 5 minutes.

Example output:

# time ./arp-scan -d 
Interface: eth0, type: EN10MB, MAC: 00:0c:29:6c:53:7d, IPv4: 172.16.191.192
Starting arp-scan 1.9.7 with 69615 hosts (https://github.com/royhills/arp-scan)
172.16.191.1	00:50:56:c0:00:08	VMware, Inc.
192.168.75.1	00:50:56:c0:00:08	VMware, Inc.

5 packets received by filter, 0 packets dropped by kernel
Ending arp-scan 1.9.7: 69615 hosts scanned in 279.854 seconds (248.75 hosts/sec). 2 responded

real	4m39.862s
user	0m0.296s
sys	0m20.084s

Add a simple network discovery mode usable with -d or --discover flags.

Discover mode discovers routable networks by scanning the first IP
address within each /24 subnet within the RFC1918 local address space.

* 10.0.0.0/8
* 172.16.0.0/12
* 192.168.0.0/16

Discovery scan duration is typically less than 5 minutes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants