4

I have a managed switch on my network but I don't remember the subnet.

How can I scan all the private network without changing my ip address : 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

Thanks for advices

hotips
  • 525
  • 6
  • 13

1 Answers1

3

It seems like you are really looking for the tool netdiscover.

Netdiscover works by sending and listening for ARP packets. (active and passive mode). Since it is ARP, its limitation is that it only work on the same LAN (layer 2) - you cannot traverse gateway's.

You do not have to change the ip address on your interface with this tool.

Ben Creasy
  • 103
  • 4
Dog eat cat world
  • 5,769
  • 1
  • 27
  • 46