getting malicious files to my public folder of Laravel
Hi, I'm getting unwanted malicious files at my public folder just by today all files has been created, its random php files and because of that my cpanel has been suspended saying that I have a phishing page.. someone please help, I'm using laravel 7 and shared hosting..
Thanks
I cannot understand why this is happening after checking all of my addon domains folder I can see all of them have unwanted files created even if it is a WordPress website or a laravel project
It will depend on if you perform any file validation on upload. Doesn't matter the framework or platform used, if you don't validate things like file types or sizes for example, you're leaving yourself open to malicious users.