Skip to content

Mrick343/rand_MacChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rand_MacChanger

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:

Screenshot at 2022-05-20 12-47-22

See It shown 'Unknown'.

When we use rand_MacChanger it gives us this:

Screenshot at 2022-05-20 13-05-24

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.

InkedScreenshot at 2022-05-20 13-11-49_LI

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

About

A Project in which a valid Mac address generates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages