Jiraiya Posted December 13, 2008 Share Posted December 13, 2008 is there any kind of code i can put on my pages to prevent back door scripts from hacking my site Link to comment https://forums.phpfreaks.com/topic/136823-how-to-prevent-hacking-on-using-back-door-scripts/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 13, 2008 Share Posted December 13, 2008 You must find and stop the method that is being used to place those scripts onto your server. If the scripts are getting placed on your server due to a security hole in one of your existing scripts, then the solution is to properly validate all external data that your script receives and/or handled that data in a way that it cannot result in a script being placed on your server in a location where it can be requested and executed. Link to comment https://forums.phpfreaks.com/topic/136823-how-to-prevent-hacking-on-using-back-door-scripts/#findComment-714566 Share on other sites More sharing options...
Jiraiya Posted December 13, 2008 Author Share Posted December 13, 2008 what do i do in order to stop them from my php files from getting deleted Link to comment https://forums.phpfreaks.com/topic/136823-how-to-prevent-hacking-on-using-back-door-scripts/#findComment-714567 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.