The latest kali netdiscover

description:

  Active/passive ARP reconnaissance tool.
  netdiscover is an active/passive ARP reconnaissance tool, originally developed to obtain wireless network information without a DHCP server in a competitive environment. It can also be used on switched networks. It is built on libnet and libpcap and can passively detect online hosts or search for them by sending ARP requests.
  In addition, it can also be used to check the network's ARP traffic, or use the automatic scan mode to find network addresses, which will scan common local networks.

Options:

-i device
	嗅探和注入数据包的网络接口。 如果未指定接口,则将使用第一个可用接口。

-r range
	扫描给定范围而不是自动扫描。 有效范围值区域,例如:192.168.0.0/24、192.168.0.0/16或192.168.0.0/8。 当前,可接受的范围仅为/ 8,/ 16和/ 24。

-l file
	扫描给定文件中包含的范围。 每行只能包含一个范围。

-p
	启用被动模式。 在被动模式下,netdiscover不发送任何内容,而仅发出嗅探。

-m file
	扫描已知的MAC和主机名列表。

-F filter
	自定义pcap过滤器表达式(默认值:“ arp”)。

-s time
	两次ARP请求注入之间的给定时间(以毫秒为单位)。 (默认为1)

-c count
	发送每个ARP请求的次数。 对于丢包的网络很有用,因此它将扫描每个主机的给定时间。 (默认为1)

-n node
	用于扫描的源IP的最后一个IP字节。 如果已经使用默认主机(x.x.x.67),则可以更改它。 (允许范围为2到253,默认值为67)

-d
	忽略主目录下的配置文件࿰

Guess you like

Origin blog.csdn.net/qq_40399982/article/details/112992214