wp_version,2.9.2,==,1 php_version,5.1.3,==,1 php_release_date,1 year,==,true,!=,true,PHP Release Date,Official release date of your current PHP version. We recommend keeping your PHP up to date (no more than a year old) to maximize security and performance. mysql_version,5.0,==,1 PHP Core,magic_quotes_gpc,==,Off PHP Core,magic_quotes_runtime,==,Off fileperms,/,==,755,>,755,File Permissions for / (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-includes/,==,755,>,755,File Permissions for /wp-includes/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-admin/,==,644,>,644,File Permissions for /wp-admin/ (644 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-admin/js/,==,755,>,755,File Permissions for /wp-admin/js/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-content/themes/,==,755,>,755,File Permissions for /wp-content/themes/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-content/plugins/,==,755,>,755,File Permissions for /wp-content/plugins/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-content/,==,755,>,755,File Permissions for /wp-content/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-content/uploads/,==,755,>,755,File Permissions for /wp-content/uploads/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. fileperms,/wp-includes/,==,755,>,755,File Permissions for /wp-includes/ (755 needed),Follow these permission recommendations for enhanced security. Too low of permissions may cause operational issues while too high of permissions may result in lessoned security. user_exists,admin,==,,==,admin,Does admin user login exist?,Using the username 'admin' as the default administrator login name allows hackers to know your username and gives them a headstart in trying to guess your password. // FUTURE: // check if known insecure plugins active // check if known security enhancing plugins active // file permissions // check if wordpress version is the latest // check if php up to date // check if mysql up[ to date // check number of upgradable plugins // wp-admin url is default? // database prefix isnt default wp_ - reduces simple injection attacks // TOOLS page to change all this stuff // Password strength tester / generator // Ability to change WordPress database prefix // * wp-config must be set to writable before running this script. // * the database user you're using with WordPress must have ALTER rights // Ability to change admin username if is default of admin // ability to change the permissions of the main security folders?