← 返回命令列表

Linux command

besside-ng 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Auto-crack all WEP networks and log WPA handshakes

besside-ng [wlan0mon]

Target specific access point

besside-ng -b [AA:BB:CC:DD:EE:FF] [wlan0mon]

Lock to specific channel

besside-ng -c [6] [wlan0mon]

WPA handshakes only

besside-ng -W [wlan0mon]

Target networks matching regex

besside-ng -R "[ESSID_pattern]" [wlan0mon]

Upload WPA handshakes to cracking service

besside-ng -s [wpa.darkircop.org] [wlan0mon]

Set flood rate

besside-ng -p [300] [wlan0mon]

说明

besside-ng is an automated WiFi security auditing tool from the Aircrack-ng suite. It automatically cracks all WEP networks in range and captures WPA handshakes for later cracking. The tool requires a wireless interface in monitor mode. Captured WPA handshakes are saved to wpa.cap for use with aircrack-ng or online cracking services.

参数

-b _bssid_
Target specific access point by MAC address
-c _channel_
Lock to specific channel
-R _regex_
Target ESSIDs matching regular expression
-s _server_
Upload wpa.cap to cracking service
-p _pps_
Packet flood rate
-W
WPA handshake capture only (skip WEP cracking)
-v
Verbose output (-vv for more)

FAQ

What is the besside-ng command used for?

besside-ng is an automated WiFi security auditing tool from the Aircrack-ng suite. It automatically cracks all WEP networks in range and captures WPA handshakes for later cracking. The tool requires a wireless interface in monitor mode. Captured WPA handshakes are saved to wpa.cap for use with aircrack-ng or online cracking services.

How do I run a basic besside-ng example?

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

What does -b _bssid_ do in besside-ng?

Target specific access point by MAC address