| ||||||||||||||
|
This is a temporary page while the forums are down..but I might turn it into an RSS feed, of
a kind of twitter to keep you up with what is going on over here.. sixzeros UPDATE: Oct 10 - Todays patch adds a link under the [Tools] menu called [set password] which will place a login popup on top of your comus admin using basic authentication. This will block access to your files inside your comus admin and block potential hackers.. The best tool so far is still a grep 'eval' (see below) and then inspecting and quarantining those files that it finds, so far it's found all kinds of hacks in the systems that are not even related to comus, IE wordpress, and other script exploits. Be careful of course that you dont delete and modify important files. I'm flat out, but if you want to hire me to log in and audit your system for possible exploits.. hit me up in the ticket system. UPDATE: Oct 09 - late day.. I released another patch to enable basic auth passwords for comus.. I realized when I woke up that the standard installer from within Comus admin wont actually install the password authentication. Instead to get that activated you'll need to use the installct.php method, where you place the installct.php file into your /ct folder, run the [UPGRADE] option instead of the [INSTALL] option. You will come to a page that asks to setup passwords for comus, choose a user name, and then a password. Now when comus loads you will have a login popup appear, and you'll then have the standard login for comus as well.. this will protect your templates and your admin folders and if the hackers have left any backdoors in your /ct folder anywhere, they wont be able to get access to them. UPDATE: Oct 09 I found another hole last night and released a new patch, I'll keep you posted with updates here.. - sixzeros UPDATE: Oct 08 - There's a new Security Patch for Comus up to fix the latest hacking... if you have troubles installing or upgrading then log into the epower trouble ticket system and get hold us there.. while we fix the hacked forum and move the rest of our sites over to a new server. And please allow us up to 12 hours to respond, we need sleep and food, coding time and time to help everyone out. Epower / Comus Ticket System The forums will be up again shortly.... UPDATE: Oct 4 Sorry, We've been battling a hacking for several days now.. they've compromised a lot of files, and we found a back door in the forum, so when I know it's safe I'll get it back up, shortly after we release the new security patch for comus. Knock on wood, we do seem to have control of the server again... but we're still moving and securing things on the box, and still finding surprises.. We've been making some patches to comus to close what has been identified as the entry point, the current beta is stable, and you can install that if you need a quick solution, a full release should be up tomorrow after I test things fully, and add a few new security features. If you've been affected by this attack you will want to do at least the following.. 1. locate and remove any trojan files. 2. secure your system.. 3. Repair status with google and get your domains cleared and off blacklists.. LOCATING THE TROJAN FILES: The attack seems to target every php, shtml, html, txt, tmpl inc it can, and also drops backdoor .php files on the system of random names, and it seems to replicate itself all over the server finding writable files to modify.. It doesnt always inject itself successfully and will break files.. there are several things you can look for.. 1. files that start with <?php $s= 2. files that contain <script> /** 3. files that contain 'eval' .(.. this one can create a lot of miss hits, but you can sift through them and find what should and shouldnt be there) I used the following scripts via SSH to find damaged files... create a file called findit and place this in it...the script will search recursively through all directories and tell you what files are infected.. |