Linux command
netdiscover 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Scan local network
netdiscover
Scan specific range
netdiscover -r [192.168.1.0/24]
Passive mode
netdiscover -p
Use specific interface
netdiscover -i [eth0]
Fast scan
netdiscover -f
Scan from file
netdiscover -l [ranges.txt]
说明
netdiscover discovers network hosts using ARP. It finds active hosts on local network. The tool sends ARP requests. Shows MAC addresses and vendors.
参数
- -r _RANGE_
- IP range to scan.
- -p
- Passive mode (listen only).
- -i _IFACE_
- Network interface.
- -f
- Fast mode.
- -l _FILE_
- Read ranges from file.
- --help
- Display help information.
FAQ
What is the netdiscover command used for?
netdiscover discovers network hosts using ARP. It finds active hosts on local network. The tool sends ARP requests. Shows MAC addresses and vendors.
How do I run a basic netdiscover example?
Run `netdiscover` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r _RANGE_ do in netdiscover?
IP range to scan.