Forked from illja96/Huawei E3372h MAC address change.ps1
Created
September 26, 2025 10:41
-
-
Save amishakov/543278ecdde85b12ae7e4e9d60c1561b to your computer and use it in GitHub Desktop.
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
| telnet 192.168.8.1 | |
| mount -o remount,rw /system /system | |
| busybox sh | |
| printf "\n#Change MAC address to unique one\nsleep 10 && ip link set br0 address ba:ab:be:34:00:00" >> /system/etc/autorun.sh | |
| exit | |
| mount -o remount,ro /system /system | |
| reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment