Requirements:
airodump-ng
$ sudo apt install aircrack-ng -y
Python 3
Run the TryAgain script.
$ git clone https://github.com/dyegocaldeira/TryAgain
$ cd TryAgain
$ chmod +x wifi.py
$ sudo python3 wifi.py -h
usage: wifi.py [-h] -i INTERFACE
Crack WiFi Vivo
required arguments:
-i INTERFACE, --interface INTERFACE
Network interface that will be used as a monitor
- Create functional script.
- Improve conditionals
- Run
airodump-ng
on script;