Skip to content

Jeyso215/Mac-Address-Randomization-Solus-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mac Address, Hostname, & Machine ID Randomization Script For Solus OS

This will spoof your Mac Address, Hostname, & Machine ID for Solus OS everytime you reboot and startup your system again.

Implementation Steps:

  1. Install prerequisite:

    sudo eopkg install macchanger
  2. Create the script:

    sudo nano /usr/bin/randomize_mac.sh
  3. Make executable:

    sudo chmod +x /usr/bin/randomize_mac.sh
  4. Create the service:

    sudo nano /etc/systemd/system/randomize_mac.service
  5. Enable and test:

    sudo systemctl daemon-reload
    sudo systemctl start --now randomize_mac.service && sudo systemctl enable --now randomize_mac.service
    sudo systemctl status randomize_mac.service

Verify functionality with:

macchanger -s <interface>

About

Mac Address, Hostname, & Machine ID Randomization Script For Solus OS

Resources

License

Stars

Watchers

Forks

Languages