Linux command
easside-ng 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start with interface
sudo easside-ng -f [wlan0] -s [buddy_ip]
Target a specific BSSID
sudo easside-ng -f [wlan0] -s [buddy_ip] -v [00:11:22:33:44:55]
Lock to a specific channel
sudo easside-ng -f [wlan0] -s [buddy_ip] -c [6]
Determine Internet IP
sudo easside-ng -f [wlan0] -s [buddy_ip] -n
说明
easside-ng is a tool from the Aircrack-ng suite designed for automated WEP key recovery. It communicates with an external "buddy" server to decrypt packets without needing the WEP key, enabling network access. The tool automates the attack process against WEP-encrypted networks, exploiting known vulnerabilities in the WEP protocol.
参数
- -f _interface_
- Wireless interface to use (mandatory).
- -s _ip_
- Buddy-ng server IP address (mandatory).
- -v _mac_
- Victim BSSID (target access point MAC address).
- -m _mac_
- Source MAC address.
- -i _ip_
- Source IP address.
- -r _ip_
- Router IP address.
- -c _channel_
- Lock card to this channel.
- -n
- Determine Internet IP only.
- -h
- Display help.
FAQ
What is the easside-ng command used for?
easside-ng is a tool from the Aircrack-ng suite designed for automated WEP key recovery. It communicates with an external "buddy" server to decrypt packets without needing the WEP key, enabling network access. The tool automates the attack process against WEP-encrypted networks, exploiting known vulnerabilities in the WEP protocol.
How do I run a basic easside-ng example?
Run `sudo easside-ng -f [wlan0] -s [buddy_ip]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f _interface_ do in easside-ng?
Wireless interface to use (mandatory).