MTK-bypass / bypass_utility

MIT License
488 stars 118 forks source link

RuntimeError: Default config is missing #27

Closed joubertvasc closed 3 years ago

joubertvasc commented 3 years ago

When I try to run (sudo or not) I receive the message:

Traceback (most recent call last): File "./main.py", line 213, in main() File "./main.py", line 37, in main raise RuntimeError("Default config is missing") RuntimeError: Default config is missing

mca-network commented 3 years ago

If you look at the last two lines you can see the error, plain as day.

Ryuussi commented 3 years ago

image What should I do now?

mca-network commented 3 years ago

image What should I do now?

remove all drivers with driver store explorer and only use the ones bundled with the exploit

wlrmarl commented 3 years ago

The Solution to : Default config is missing :

The Problem is that u have not downloaded the payloads required as mentioned in README.md file

Now Open Terminal where bypass_utility is located in your system

And then run: git clone https://github.com/MTK-bypass/exploits_collection.git cd exploits_collection cp default_config.json5 ../ cp payloads ../ cd ../ And now run sudo python3 main.py Hope these helps!

Mr4ucker commented 2 years ago

The Solution to : Default config is missing :

The Problem is that u have not downloaded the payloads required as mentioned in README.md file

Now Open Terminal where bypass_utility is located in your system

And then run: git clone https://github.com/MTK-bypass/exploits_collection.git cd exploits_collection cp default_config.json5 ../ cp payloads ../ cd ../ And now run sudo python3 main.py Hope these helps!

Can you please tell me how to execute these commands through mtkclients for Windows? 1 and 2 commands are executed, the rest is not clear how to start.

Karthicktnm commented 1 year ago

The Solution to : Default config is missing :

The Problem is that u have not downloaded the payloads required as mentioned in README.md file

Now Open Terminal where bypass_utility is located in your system

And then run: git clone https://github.com/MTK-bypass/exploits_collection.git cd exploits_collection cp default_config.json5 ../ cp payloads ../ cd ../ And now run sudo python3 main.py Hope these helps!

Hi Sir, Thanks for you reply. I followed your advise and solved the error. Now while running the main.py , it is stuck at found device and nothing is happening. I'm not a tech person. I'm just following your code and running it. Can you please help? Screenshot from 2022-12-04 14-56-32

Karthicktnm commented 1 year ago

Hi Sir, Thanks for you reply. I followed your advise and solved the error. Now while running the main.py , it is stuck at found device and nothing is happening. I'm not a tech person. I'm just following your code and running it. Can you please help?

![Uploading Screenshot from 2022-12-04 14-56-32.png…]()