Skip to content

Instantly share code, notes, and snippets.

@njoerd114
Created February 25, 2019 12:23
Show Gist options
  • Save njoerd114/ec09904641932d1682770db60fe85551 to your computer and use it in GitHub Desktop.
Save njoerd114/ec09904641932d1682770db60fe85551 to your computer and use it in GitHub Desktop.
WIFIonICE unchained
changemac () {
if [ -z "$1" ]
then
echo "please provide network interface"
else
sudo ifconfig $1 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//') && ifconfig $1
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment