Skip to content

Instantly share code, notes, and snippets.

@illja96
Created March 25, 2024 15:09
Show Gist options
  • Select an option

  • Save illja96/5345b52b8a800da8ccf747d1f305b3de to your computer and use it in GitHub Desktop.

Select an option

Save illja96/5345b52b8a800da8ccf747d1f305b3de 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