This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Macchangerizer.sh script by Manuel Berrueta tweaked by LifeOfCoding | |
| # Use to automate persistence of mac address spoofing | |
| # prior to connecting to WiFi Access Point | |
| # We will stop the network manager service and bring down wlan0, | |
| # so that after the mac address is modified the change can be persistent effect. | |
| # Then we will use macchanger to spoof the mac address of wlan0 | |
| # We finish by starting the network manager service and bringing wlan0 back up. |