Linux command
wifite 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start wifite
sudo wifite
Target only WPA networks
sudo wifite --wpa
Target only WPS-enabled networks
sudo wifite --wps
Specify wireless interface
sudo wifite -i [wlan0]
Attack networks with minimum signal strength
sudo wifite --power [50]
Target specific network
sudo wifite --essid "[NetworkName]"
Use specific wordlist
sudo wifite --dict [/path/to/wordlist.txt]
Scan 5GHz channels
sudo wifite --5ghz
说明
wifite is an automated wireless network auditing tool that simplifies Wi-Fi security testing. It automates scanning for networks, capturing handshakes, and attempting to crack passwords using various attack methods. The tool supports multiple attack vectors: WPA handshake capture with dictionary attacks, WPS PIN brute-forcing, Pixie Dust attacks against vulnerable WPS implementations, and legacy WEP attacks. It integrates with tools like Aircrack-ng, Reaver, Bully, and Hashcat. Wifite handles putting the wireless adapter into monitor mode, scanning for targets, and sequentially attempting attacks. Results are displayed in an interactive interface that shows network details and attack progress.
参数
- -i _INTERFACE_
- Wireless interface to use
- -c _CHANNEL_
- Channel(s) to scan (e.g., 1,3-6)
- -5, --5ghz
- Include 5GHz channels
- -p _POWER_, --power _POWER_
- Minimum signal strength (dBm)
- --essid _NAME_
- Target specific network by name
- --bssid _MAC_
- Target specific network by MAC address
- --wpa
- Target only WPA-encrypted networks
- --wps
- Target only WPS-enabled networks
- --wep
- Target only WEP-encrypted networks
- --dict _FILE_
- Wordlist for password cracking
- --pmkid
- Use PMKID capture attack
- --new-hs
- Capture new handshake, ignore existing
- --pixie
- Use Pixie Dust attack on WPS
- --bully
- Use Bully for WPS attacks
- --reaver
- Use Reaver for WPS attacks
- --clients-only
- Only show networks with clients
- --nodeauths
- Passive mode; no deauthentication
- --daemon
- Return interface to managed mode on exit
- --infinite
- Enable infinite attack mode
- -v, --verbose
- Show more output and commands
- -h, --help
- Show help
FAQ
What is the wifite command used for?
wifite is an automated wireless network auditing tool that simplifies Wi-Fi security testing. It automates scanning for networks, capturing handshakes, and attempting to crack passwords using various attack methods. The tool supports multiple attack vectors: WPA handshake capture with dictionary attacks, WPS PIN brute-forcing, Pixie Dust attacks against vulnerable WPS implementations, and legacy WEP attacks. It integrates with tools like Aircrack-ng, Reaver, Bully, and Hashcat. Wifite handles putting the wireless adapter into monitor mode, scanning for targets, and sequentially attempting attacks. Results are displayed in an interactive interface that shows network details and attack progress.
How do I run a basic wifite example?
Run `sudo wifite` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i _INTERFACE_ do in wifite?
Wireless interface to use