-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Dipen Chavan edited this page Sep 29, 2021
·
5 revisions
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 | Kali Linux | 2021.2 | |||
2 | Kali Linux | 2021.1 | |||
3 | Kali Linux | 2020.4 | |||
4 | Kali Linux | 2019.4 | |||
5 | Kali Linux | 2018.4 | |||
6 | Ubuntu | 20.04 | |||
7 | Debian | 10.0 |
- Lightweight and multiple methods for use.
- User-friendly and easily understandable for new users.
- Automatically change network hardware address without losing internet connectivity.
- User-friendly command-line-based user interface.
User must be super user / root user.
- net-tools
required
- network-manager
required
- macchanger
required
- pyinstaller
Optional
sudo apt-get clean -y
sudo apt-get update -y
mkdir 'AMC20' && cd 'AMC20'
git clone "https://github.com/hexdee606/AMC2.0.git"
sudo apt-get install net-tools -y
sudo apt-get install network-manager -y
sudo apt-get install macchanger -y
sudo pip3 install requirement.txt
sudo pip3 install pyinstaller -y
sudo python3 amc.py -h
sudo chmod +x amc.sh
sh ./amc.sh
sudo chmod +x amc.sh
sudo chmod +x run-amc.desktop
Double click on run-amc.desktop
pyinstaller --onefile amc.py
cd dist
./amc -h
[-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.
sudo python3 amc.py -i eth0 -t 30
sh ./amc.sh
Double click on run-amc.desktop
cd dist
./amc -i eth0 -t 30
macchanger -p {Network Interface}
sudo nano /etc/NetworkManager/NetworkManager.conf
default: managed=false
To change: managed=true
❤️ from Alchemists.