MySQL DB is hackable?

I try to capture packets in my app with this program but when i run it my app returns connection failed and it doesn’t return anything. If i close the program then my app works again and receive data. Did you do something diffirent?

Is it your phone rooted?
If not you have to install parallel space from http canary app.
Go to settings in side menu and download from this app.
You have to use parallel space and add parallel space in this app and then u able to capture packets.

I install parallel space 64bit and my app returns me an error message that i setup if the response Code isn’t 200 but still not getting any data in HttpCanary.

HttpCanary is rest api debugger app same as postman for web.
You url is exposed somewhere so anyone can post data via this

Hi @ShaikhSajidAli,

this is an interesting discussion.

I do not know if it would work better to put the MySQL codes in php files on your hosting, as I indicate on this website:

and also encrypt the data, for example with this extension:

Hi @ShaikhSajidAli
So i had just read lots of documentation about this.
I didn’t get any clue :pensive:. So how to protect url.

i have same problem . People using script to hack database in my people add money via referral code

Same with my case. I don’t know what should do we now?

Use Firebase. And use the secure google login.

But firebase not have data structure like MySQL and its more cheaper than firebase

furthermore we cannot run queries in firebase . can we?
But if @Kodular adds firebase firestore component then it would be possible…

Well for me as i developing for my project i make api for mysql using jwt and slim or node.js it prevents sql injection and other attacks

Would you like share some tips or tutorial. i am beginner and kodular help me lots learn how to develop app without coding

Thats nice but if we not allow the user to run any query by his own and everything is highly programmed in kodular even then he can hack???

I didn’t believe on this all thing depends on your logic not kodular

Did you try with rooted phone or with non-rooted. I was able to sniff only with my rooted tablet.

I was also tried in rooted phone

So with non-rooted phone?

I had try but not successful.

So the problem is the users with rooted phones. You can use Device Utilities and forbid these users to open your app. If they can’t open your app and run the queries they will not get any response back.