atikhasan27000 / macchanger

Python script for dynamic IP and MAC address management on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP and MAC Address Changer

This Python script allows you to change the IP and MAC addresses of your network interface.

Features

  • Change the IP address of your network interface.
  • Set a custom MAC address or generate a random one.
  • Easy to use with prompts for user input.

Requirements

  • Python 3.6 or higher
  • subprocess module (part of the Python standard library)
  • macchanger (if you want to generate a random MAC address)

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/atikhasan27000/macchanger.git
    cd ./macchanger
  2. Ensure you have the required dependencies installed.

  3. Run the script:

    python3 macchanger.py

    You will be prompted to enter the IP address and optionally a custom MAC address. If you leave the MAC address blank, a random MAC address will be generated.

Example

About

Python script for dynamic IP and MAC address management on Linux.

License:MIT License


Languages

Language:Python 100.0%