aircrack_scan
Passively scan wireless networks to identify access points and retrieve BSSID, SSID, channel, encryption, and signal strength without sending packets.
Instructions
Passively scan for wireless networks using aircrack-ng suite.
Uses airodump-ng to passively capture wireless network information without transmitting any packets (monitor mode required).
Args: interface: Wireless interface in monitor mode (e.g. wlan0mon, wlan0). scan_time: Duration in seconds to capture (default 30). timeout: Override default timeout.
Returns: Discovered access points with BSSID, SSID, channel, encryption, and signal strength.
WARNING: - Requires wireless interface in monitor mode: sudo airmon-ng start wlan0 - Requires root/sudo privileges. - Only use on networks you own or have explicit written authorization to test. - This tool captures wireless frames — ensure legal authorization first. - Target must be a wireless interface, not a remote host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| interface | No | wlan0 | |
| scan_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||