Skip to content

Instantly share code, notes, and snippets.

@Terance98
Last active November 19, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Terance98/3d4679befc2f68d735fe7f2d48e7b3b7 to your computer and use it in GitHub Desktop.
Save Terance98/3d4679befc2f68d735fe7f2d48e7b3b7 to your computer and use it in GitHub Desktop.
sudo apt-get install macchanger
ip addr //( -- to list all the newtork drivers that are available for mac change)
//From that select wlo1
sudo macchanger -r wlo1 //Assigns a new mac id to the wifi
//To set up a custom mac id
# macchanger -m b2:aa:0e:56:ed:f7 wlo1
Current MAC: 32:cf:cb:6c:63:cd (unknown)
Faked MAC: b2:aa:0e:56:ed:f7 (unknown)
@Terance98
Copy link
Author

Initial commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment