Skip to content

ConnectMeMac is a Python script that simplifies WiFi management on macOS. It scans for WiFi SSIDs, connects with credentials, and tests multiple passwords. Developed for educational use to demonstrate network management and security techniques.

Notifications You must be signed in to change notification settings

amir-othman/ConnectMeMac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ConnectMeMac 🌐

Overview

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. 🎓

Features

  • 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. 🔐

Prerequisites

  • macOS system 🍏
  • Python 3 🐍
  • Administrator privileges for modifying network configurations 🔧

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/amir-othman/ConnectMeMac.git
  2. Navigate to the cloned directory:
    cd ConnectMeMac

Usage

To run the script, execute the following command in the terminal:

python3 wifi_manager.py

Disclaimer

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. ⚠️

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ConnectMeMac is a Python script that simplifies WiFi management on macOS. It scans for WiFi SSIDs, connects with credentials, and tests multiple passwords. Developed for educational use to demonstrate network management and security techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages