This contribution provides a quick way to assess your site's security and check for possible hacks by checking the following:

* the presence of admin/file_manager.php
* admin users
* php scripts in the images directory
* directories with permissions other than 0x755
* php files which include "eval" (this is an known exploit vector).
* files with permissions other than 0x644


More...