This is a python3 tool for scanning nearby Wifi and connecting to it either by normal manual
password entry or by brute force attack using a password file.
Need some modules for python :
- wifi -
pip3 install wifi
- time -
Comes pre-installed with python3
- termcolor -
pip3 install termcolor
- texttable -
pip3 install texttable
- Wifi_Tool.py - Used for scanning nearby Wifi Networks,Connect to it either by manual password entry or by brute force attack.