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.66k stars 300 forks source link

Error reporting consultation #53

Closed YunYe-C-X closed 7 months ago

YunYe-C-X commented 7 months ago

What is the reason for the following problem? How to solve it, the device is Xiaomi 13 image

stevleibelt commented 7 months ago

@YunYe-C-X

What do you get, when you run php -i? Do you see that openssl is installed? Maybe you have something like grep, than php -i | grep -i openssl is the way to go.

The error message is telling you, that it tries to call/execute the command openssl_decryptbut the command is not available.

Best regards.

YunYe-C-X commented 7 months ago

I have installed openssl and curl using php -i openssland php -i curl. I still get the same error when I run it again. What is the reason for this?

YunYe-C-X commented 7 months ago

image

YunYe-C-X commented 7 months ago

image

YunYe-C-X commented 7 months ago

@stevleibelt Please help me figure out how to proceed with this. Think you~

YunYe-C-X commented 7 months ago

Thank you. The problem has been solved. It is a problem with the php.ini file configuration.

stevleibelt commented 7 months ago

@YunYe-C-X perfect, good to read. Indeed I was not able to help since I can use Linux or FreeBSD but not Windows.

Best of luck and if you could explain the problem plus a solution, some else will send you good karma in the future!