A Project in which provides a valid Mac address. In normal macchnager they gives you a ivalid MAC Address which can be detectable. But using this tool it give a valid MAC address which will not be detectable.
for example:
See It shown 'Unknown'.
When we use rand_MacChanger it gives us this:
A valid and Legit MAC Address.
Installation steps:
Step 1: git clone https://github.com/mdey786/rand_MacChanger.git
Step 2: cd rand_MacChanger/Macchanger/
Step 3: sudo nano sudo nano randmacgen.sh
Step 4: Change the Interface name in the last Line which you want and save it.
Step 5: First give permissions by "chmod +x randmacgen.sh" and Check if its changing MAC Address perfectly or not by running "sudo ./randmacgen.sh"
Step 6: Run "sudo nano /etc/systemd/system/randmacgen.service", Once the file is created Paste the code below;
[Unit]
Description=Random MAC Address Generator
[Service]
Type=simple
ExecStart=/bin/bash "/home/rogu/Macchanger/randmacgen.sh"(Chage the bold loaction with your file loaction)
[Install]
WantedBy=multi-user.target
save this.
Step 7: Run "sudo chmod 644 /etc/systemd/system/randmacgen.service"
Step 8: Run "sudo service randmacgen start"
Step 9: Run "sudo systemctl enable randmacgen"
Now Reboot your system
Thank You..!