ConnectMeMac is a Python script that manages WiFi connections on macOS. It scans for available SSIDs, connects to WiFi networks using specified credentials, and tries multiple passwords on all detected networks, specifically for educational use. 🎓
- List all available WiFi SSIDs. 📶
- Connect to a specific WiFi network using provided SSID and password. 🔑
- Attempt to connect to multiple networks using a list of passwords. 🔐
- macOS system 🍏
- Python 3 🐍
- Administrator privileges for modifying network configurations 🔧
- Clone the repository to your local machine:
git clone https://github.com/amir-othman/ConnectMeMac.git
- Navigate to the cloned directory:
cd ConnectMeMac
To run the script, execute the following command in the terminal:
python3 wifi_manager.py
This script is intended for educational purposes only and should be used responsibly. Please ensure you have authorization before attempting to connect to any network.
This project is licensed under the MIT License - see the LICENSE file for details.