Skip to content

Instantly share code, notes, and snippets.

@td00
Created January 17, 2018 20:41
Show Gist options
  • Save td00/bce3f3d6142963190d36dec5fa065aad to your computer and use it in GitHub Desktop.
Save td00/bce3f3d6142963190d36dec5fa065aad to your computer and use it in GitHub Desktop.
quick&dirty macchange script
#!/bin/sh
ifconfig wlp12s0 down
macchanger -r -b wlp12s0
ifconfig wlp12s0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment