Linux command
wesside-ng 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start automated WEP key recovery
sudo wesside-ng -i [wlan0mon]
Target a specific network
sudo wesside-ng -i [wlan0mon] -v [00:11:22:33:44:55]
Specify network IP address
sudo wesside-ng -i [wlan0mon] -n [192.168.1.0]
Set maximum channel to scan
sudo wesside-ng -i [wlan0mon] -f [13]
Gather PRGA without cracking
sudo wesside-ng -i [wlan0mon] -c
说明
wesside-ng is an automated WEP key recovery tool from the Aircrack-ng suite. It performs a complete attack sequence without user intervention: network identification, association, PRGA data collection, IP scheme determination, ARP request injection, and WEP key cracking. The tool exploits weaknesses in WEP encryption by injecting packets to generate traffic containing IVs (initialization vectors) needed for key recovery. It uses the fragmentation attack technique to obtain PRGA data, then reinjects ARP requests to accelerate IV collection. wesside-ng requires a wireless adapter capable of packet injection in monitor mode. The interface must be set to monitor mode before running the tool (typically using airmon-ng).
参数
- -i _interface_
- Wireless interface to use (required). Must be in monitor mode.
- -v _bssid_
- Target victim BSSID (MAC address of access point).
- -n _netip_
- Network IP address to use.
- -m _myip_
- Source IP address to use for injected packets.
- -a _mymac_
- Source MAC address to use.
- -c
- Collect PRGA data but do not crack the key.
- -p _minprga_
- Minimum bytes of PRGA (pseudo-random generation algorithm) data to gather.
- -t _threshold_
- Cracking threshold value.
- -f _maxchan_
- Highest channel to scan. Default is 11.
- -k _txnum_
- Ignore acknowledgments and transmit txnum times.
- -h
- Display help message.
FAQ
What is the wesside-ng command used for?
wesside-ng is an automated WEP key recovery tool from the Aircrack-ng suite. It performs a complete attack sequence without user intervention: network identification, association, PRGA data collection, IP scheme determination, ARP request injection, and WEP key cracking. The tool exploits weaknesses in WEP encryption by injecting packets to generate traffic containing IVs (initialization vectors) needed for key recovery. It uses the fragmentation attack technique to obtain PRGA data, then reinjects ARP requests to accelerate IV collection. wesside-ng requires a wireless adapter capable of packet injection in monitor mode. The interface must be set to monitor mode before running the tool (typically using airmon-ng).
How do I run a basic wesside-ng example?
Run `sudo wesside-ng -i [wlan0mon]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i _interface_ do in wesside-ng?
Wireless interface to use (required). Must be in monitor mode.