Hi guys,
Most if not all of my
server vBulletin installation were hacked a few times now. I was able to fix them all but this is being repeated a few times per day.
I know exactly how these kids are able to hack vBulletin installations. It's by uploading a CGI file and using the symlink function. I have just tested that and it worked immediately:
symlink("/home/username/public_html/vb/includes/config.php", "/home/anotherusername/public_html/con");
So the hackers are able to copy the config.php file then simply using the database name, username and password to alter the template table and display the hacking black screen.
How can we stop this from happening?
Your help on this issue is greatly appreciated as it's truly ruining our business.