Skip to content

Instantly share code, notes, and snippets.

@deehark87
deehark87 / Macchangerizer.sh
Created September 29, 2025 05:09 — forked from lifeofcoding/Macchangerizer.sh
Unlimited Cox Wifi Free Trial Script
#!/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.