MlgmXyysd / Xiaomi-HyperOS-BootLoader-Bypass

A PoC that exploits a vulnerability to bypass the Xiaomi HyperOS community restrictions of BootLoader unlocked account bindings.
https://www.neko.ink/
2.77k stars 305 forks source link

Help needed !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #192

Open hungrymachine1 opened 1 week ago

hungrymachine1 commented 1 week ago

image Ihave downloaded the php file but i dont know how to follow the instructions or how to do these. Can you provide an brief tutorial about it

Sudharsshan commented 5 hours ago

Well, it's relatively simple to follow:

  1. Extract the downloaded .zip file
  2. you'll find the php.ini-development file
  3. Rename that file to php.ini
  4. Open it in any text editor like Notepad and find 'extension' using ctrl+f
  5. next remove the semi-colon at the starting of the lines where it says extension=curl and extension=openssl
  6. Save it.
  7. Next hit ctrl+f and find extension_dir (there are two of them, uncomment the lower one by removing the starting semi-colon)
  8. Save it again.
  9. Add this folder into system variables under the 'PATH' by following any simple online guide
  10. then open your command prompt and type: php <path_to_bypass.php_file>
  11. next hit enter and connect your device.

It should work, if not pls let me know