Skip to content

Instantly share code, notes, and snippets.

@gkowalski
Created October 28, 2021 13:52
Show Gist options
  • Save gkowalski/2feb0b48a5eaeeca8c4f8fe60221ec14 to your computer and use it in GitHub Desktop.
Save gkowalski/2feb0b48a5eaeeca8c4f8fe60221ec14 to your computer and use it in GitHub Desktop.
update_macaddress.sh
sudo ifconfig eth0 down
sudo macchanger -m xx:xx:xx:xx:xx:xx eth0
sleep 5
sudo ifconfig eth0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment