Is my site secure

Hello, so someone told me my site can be backdoored by them. Still, I’ve seen ct8 sites and want to know if it can happen or it’s ct8 hosting which is insecure since they had their database leaked using plain text, and wanting to know if it’s safe and believe them it can happen, they said forums which I secured it with HTML special char and also if I need to secure my APIs: https://www.bloxoria-2d.xyz/api/loadprofile?id=1, https://www.bloxoria-2d.xyz/api/loadgame?id=1 if they contain HTML code if this is the wrong topic please tell me.

Hi Danyal_Assi,

Ct8 is another free hosting provider which like all hosting does not involve how you code your application.

The focus here about getting backdoors lies within your application code. Please share your source code regarding the parts that process these 2 API requests and we’ll take a look.

Meanwhile, your domain is flagged on AVG’s blacklist, I suggest you need to solve this issue with them before proceeding.
image

Cheers!

You can’t just look at a website and know if it’s secure or not. The number of different ways a website could be hacked and the kinds of damage that could do is huge. There is a reason that companies have bug bounty programs, security audits, certifications and so on, and sometimes still get hacked despite of all of those things.

This also means that there is not a single “security function” you can just pepper throughout your code to be secure. It requires good security awareness, good coding standards and proper application of security best practices to do well.

We can’t tell you if your website is secure without doing a full audit on your code (and even then: no grantees), and there is a reason why security companies charge a lot of money for such a thing.

We can help you if you want. But then you have to explain what exact vulnerability you believe your website may be vulnerable to, and provide relevant code snippets and data for us to check that.