Ideal tool to automate WiFi attacks (WPA/WPA2 - PSK) aimed at obtaining the password.
The WPwn tool has 2 attack modes. The first one is the Handshake attack, where in an automated way, everything necessary is managed to obtain a valid Handshake by means of a classic de-authentication and reconnection attack by a station, with which we can later work to apply brute force.
The second attack mode is the PKMID ClientLess Attack, which focuses its attention on wireless networks that do not have associated clients (Modern Method).
The tool has 2 parameters, on the one hand the '-a' parameter to specify the attack mode (Handshake | PKMID) and on the other hand the '-n' parameter to specify the name of the network card.
However, the tool has a help panel after execution, and with the option '-h' this pannel can also be displayed:
root @ thc in /home/eur1p3des/WPwn on git:main o [12:42:45]
$ ./wpwn.sh
█ █░ ██▓███ █ █░███▄ █
▓█░ █ ░█░▓██░ ██▒▓█░ █ ░█░██ ▀█ █
▒█░ █ ░█ ▓██░ ██▓▒▒█░ █ ░█▓██ ▀█ ██▒
░█░ █ ░█ ▒██▄█▓▒ ▒░█░ █ ░█▓██▒ ▐▌██▒
░░██▒██▓ ▒██▒ ░ ░░░██▒██▓▒██░ ▓██░
░ ▓░▒ ▒ ▒▓▒░ ░ ░░ ▓░▒ ▒ ░ ▒░ ▒ ▒
▒ ░ ░ ░▒ ░ ▒ ░ ░ ░ ░░ ░ ▒░
░ ░ ░░ ░ ░ ░ ░ ░
░ ░ ░
Made by (Eur1p3des)
[*] Using: ./wifi.sh
a) Attack mode
Handshake
PKMID
b) Networkcard name
h) Show help pannel
This tool has been based on the s4viPwnWifi tool created by S4vitar