Quote:
Originally Posted by ercollins
I was hacked 27 times last month, spread across 4 domains. Took out all my forums.
2 forums was phpbb3 with no mods, one was SMF, and 1 modded phpbb3.
|
And you checked all files for hidden backdoors ?
Quote:
Originally Posted by ercollins
If you want to protect your server lock it down. install a firewall, put timeouts in place of anyone trying to access anything pw protected.
|
Just that a firewall can't protect you from bruteforce attacks unless you block HTTP - blocking ports which aren't used is a little bit useless.
Other tools like fail2ban that scan logs for possible bruteforce attacks and block IP's can do a lot of damage - Logfile injection as example so you've a nice SelfDoS. Also, in a world of bot nets where private comps are abused blocking IP's usually hits the wrong people - the real attacker simply uses the next comp, another IP and continues.
Generally - check all files on your server and compare them with the original ones from trusted sources. Both the PHP files and the OS files.
Then changing Passwords may be useful - all this just in case some hidden backdoor has been installed