// the find
s4vitar/wifiCrack
Herramienta hecha en Bash ideal para automatizar ataques WiFi (WPA/WPA2 - PSK) destinados a la obtención de la contraseña.
A Bash script that automates WPA/WPA2-PSK cracking via two attack modes: classic deauth handshake capture and the clientless PMKID attack. Built live on Twitch by a Spanish-speaking pentester and uploaded by request. Aimed at people learning WiFi security or running authorized audits on their own networks.
Covers both handshake and PMKID attack paths, which is the right split — PMKID is strictly better when no clients are associated. The script wraps aircrack-ng/hcxdumptool tooling so you don't have to remember the flag soup for each tool. Two-parameter interface is about as simple as it gets for something this finicky.
Single 300-line shell script with no tests, no error handling for missing dependencies, and no graceful cleanup if interrupted — leaving your NIC stuck in monitor mode is a real annoyance. Last touched in 2023 and the PMKID toolchain (hcxdumptool) has had breaking CLI changes since then, so it may just not work on current Kali/Parrot. No wordlist management — assumes you already have rockyou.txt sitting around. README is in Spanish with no English translation, which limits reach for a repo that otherwise has broad appeal.