← 返回命令列表

Linux command

airodump-ng 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Scan

sudo airodump-ng [wlan0mon]

Example

sudo airodump-ng -c [6] --bssid [00:11:22:33:44:55] -w [capture] [wlan0mon]

Example

sudo airodump-ng --band a [wlan0mon]

Example

sudo airodump-ng --manufacturer [wlan0mon]

Example

sudo airodump-ng --wps [wlan0mon]

说明

airodump-ng is a wireless packet capture and network discovery tool. It displays detected access points and clients in real-time, capturing packets to files for later analysis with aircrack-ng. The tool shows network names, encryption types, signal strength, channel, MAC addresses, and associated clients, making it essential for wireless reconnaissance.

参数

-c _channel_
Lock to specific channel
--bssid _mac_
Filter by access point MAC
-w _prefix_
Output file prefix (creates .cap, .csv, .kismet.csv, .kismet.netxml)
--band _band_
Band: a (5GHz), b (2.4GHz), g (2.4GHz)
-a
Filter unassociated clients
--write-interval _seconds_
Time between file writes
--manufacturer
Show manufacturer from OUI
--wps
Show WPS information
--output-format _formats_
Output formats: pcap, ivs, csv, gps, kismet, netxml
-r _file_
Read from capture file instead of live capture

FAQ

What is the airodump-ng command used for?

airodump-ng is a wireless packet capture and network discovery tool. It displays detected access points and clients in real-time, capturing packets to files for later analysis with aircrack-ng. The tool shows network names, encryption types, signal strength, channel, MAC addresses, and associated clients, making it essential for wireless reconnaissance.

How do I run a basic airodump-ng example?

Run `sudo airodump-ng [wlan0mon]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c _channel_ do in airodump-ng?

Lock to specific channel