offensive-tools/wireless/wifite/SKILL.md
Auth/lab ref: Automated Wi-Fi auditing wrapper for WEP/WPA/WPA2/PMKID workflows with minimal operator input.
npx skillsauth add aeondave/malskill wifiteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automated Wi‑Fi attack wrapper for rapid WPA/WEP/PMKID triage and capture workflows.
pip install wifite # or: apt install wifite
# Full auto (scan and attack all visible networks)
sudo wifite
# Target specific BSSID
sudo wifite --bssid AA:BB:CC:DD:EE:FF
# WPA handshake only + crack with wordlist
sudo wifite --wpa --dict /usr/share/wordlists/rockyou.txt
# PMKID attack
sudo wifite --pmkid
Choose wifite when you need:
aircrack-ng| Flag | Purpose |
|------|---------|
| --bssid MAC | Target specific AP |
| --essid NAME | Target by SSID name |
| --channel N | Target channel |
| --wpa | Only WPA targets |
| --wep | Only WEP targets |
| --pmkid | PMKID attack (clientless) |
| --dict FILE | Wordlist for cracking |
| --no-deauth | Skip deauth (stealth) |
| --timeout N | Attack timeout (s) |
| --crack | Auto-crack after capture |
Automated PMKID + crack:
sudo wifite --pmkid --dict rockyou.txt
WPA handshake capture only (no crack):
sudo wifite --wpa --no-crack
# Handshake saved to ~/hs/
# Crack later: aircrack-ng ~/hs/*.cap -w rockyou.txt
wifite is only as good as the adapter and dependencies underneath it.aircrack-ng.kismet instead.| Need | Better fit |
|------|------------|
| Fast automated WPA/PMKID flow | wifite |
| Manual control of capture/injection | aircrack-ng |
| Passive Wi‑Fi / Bluetooth / RF recon | kismet |
| File | When to load |
|------|--------------|
| references/dependency-troubleshooting.md | For dependency expectations, common failures, and when to switch back to manual tooling |
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.