Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amishakov/543278ecdde85b12ae7e4e9d60c1561b to your computer and use it in GitHub Desktop.
Save amishakov/543278ecdde85b12ae7e4e9d60c1561b to your computer and use it in GitHub Desktop.
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