-
Notifications
You must be signed in to change notification settings - Fork 8
Home
AMC (Automatic Media Access Control [MAC] Address Spoofing tool), Helps you to protect your real network hardware identity. Each entered time interval your hardware address was changed automatically. without interrupting your internet connection.
Sr. | Operating System | Version | Virtual Box | VM Ware | Network Type |
---|---|---|---|---|---|
1 |
|
2021.2 | |||
2 |
|
2021.1 | |||
3 |
|
2020.4 | |||
4 |
|
2019.4 | |||
5 |
|
2018.4 | |||
6 |
|
20.04 | |||
7 |
|
10.0 |
- Change MAC address without interrupting the internet.
- Command Line Based Script.
- Lightweight and easily handleable.
- git
required
- Python3
required
- pip3
optional
- net-tools
required
- network-manager
required
- macchanger
required
- pyinstaller
Optional
User must be super user / root user.
sudo apt update -y
sudo apt install git-all -y
sudo apt install net-tools -y
sudo apt install network-manager -y
sudo apt install -y macchanger
sudo apt update -y
sudo apt install python3-pip -y
pip install pyinstaller -y
Create new directory
mkdir AMC
cd AMC
Clone AMC from GitHub
git clone "https://github.com/hexdee606/AMC2.0.git"
Method 1 : By using
chmod
cd AMC2.0
cd dist
sudo chmod +x amc
./amc
Method 2 : By creating an
executable
file
cd AMC
cd AMC2.0
pyinstaller --onefile amc.py
cd dist
./amc -h
Available options
[-h] Help menu
-a/--about : About Alchemists.
-i/--interface : Network interface name.
-j/--join : Join Alchemists.
-l/--license : AMC License.
-n/--network : Available network interface.
-t/--time : Time in seconds.
-v/--version : Version information.
Whenever you want to use Automatic MAC Changer AMC follow these steps.
Example
./amc -i eth0 -t 30
If unable to access internet/ connection not established then do the following step (
after using AMC
):
macchanger -p eth0 (Your Network interface)
If AMC is not working then do the following process:
default: managed=false
To change: managed=true
We hope you like our project. If 'Yes' click on the star icon at the top right corner or leave a comment so we can improve this script.
❤️ from Alchemists.