| Current Path : /home/bijouxly/old/aesecure/configuration/ |
| Current File : /home/bijouxly/old/aesecure/configuration/settings.json |
{
"version":"2.0.3",
"banIP":true,
"aeSecurewebsite":"https://www.aesecure.com/",
"author":"AVONTURE Christophe",
"email":"christophe@aesecure.com",
"showImg":true,
"defaultLanguage":"en_GB",
"css_rtl":"//cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.1.1/css/bootstrap-rtl.min.css",
"php":{
"enabled":true,
"7.0":"7.0.3",
"5.6":"5.6.18",
"5.5":"5.5.32",
"5.4":"5.4.45",
"5.3":"5.3.29",
"5.2":"5.2.17",
"url":"http://www.php.net/releases/?serialize=1&max=10&version=5",
"updatephpver":"https://www.aesecure.com/fr/documentation/faq/upgrade-php.html"
},
"help":{
"en_GB":{
"FAQ_ReminderKey":"https://www.aesecure.com/en/documentation/faq/57-incorrect-key.html"
},
"fr_FR":{
"FAQ_ReminderKey":"https://www.aesecure.com/fr/documentation/faq/19-clef-incorrecte.html"
}
},
"Errors": {
"23": {"msg":"Are you a spammer ?", "ban":false, "mail":false},
"42": {"msg":"Registration page disallowed", "ban":false, "mail":false},
"43": {"msg":"Probited backend file's access", "ban":false, "mail": false},
"44": {"msg":"Unknown component", "ban":false, "mail":false},
"148": {"msg":"Probited file's access", "ban":false, "mail":false},
"26": {"msg":"Probited hidden file/directory access", "ban":false, "mail":false},
"268": {"msg":"Invalid referrer", "ban":false, "mail":false},
"271": {"msg":"Invalid characters in the querystring", "ban":false, "mail":false},
"310": {"msg":"PHPSESSID attempt", "ban":false, "mail":false},
"345": {"msg":"base64_encode within the url", "ban":false, "mail":false},
"352": {"msg":"Functions found in the querystring", "ban":false, "mail":false},
"242": {"msg":"No file upload allowed on this website", "ban":false, "mail":false},
"403": {"msg":"Access denied to this folder", "ban":false, "mail":false},
"423": {"msg":"access to robots", "ban":false, "mail":false},
"426": {"msg":"This query string isn't allowed", "ban":false, "mail":false},
"429": {"msg":"Illegal words in the query string", "ban":false, "mail":false},
"487": {"msg":"Unauthorized access to a monitored folder", "ban":false, "mail":false},
"490": {"msg":"Shell attacks", "ban":false, "mail":false},
"541": {"msg":"javascript attempt", "ban":false, "mail":false},
"549": {"msg":"Access to this file is prohibited by server's rules", "ban":false, "mail":false},
"578": {"msg":"No direct access to this file", "ban":false, "mail":false},
"579": {"msg":"Session timeout", "ban":false, "mail":false},
"651": {"msg":"Block specials methods from HTTP Request", "ban":false, "mail":false},
"654": {"msg":"Trying to modify the REQUEST / PHP GLOBAL variables", "ban":false, "mail":false},
"671": {"msg":"Incorrect key", "ban":false, "mail":false},
"682": {"msg":"SQL injections", "ban":false, "mail":false},
"758": {"msg":"PHP Easter Eggs", "ban":false, "mail":false},
"782": {"msg":"Block xss tries", "ban":false, "mail":false},
"241": {"msg":"com_media fileupload disallowed", "ban":false, "mail":false},
"875": {"msg":"Trying to run a javascript code from the url", "ban":false, "mail":false},
"902": {"msg":"Fingerprint attacks detected", "ban":false, "mail":false},
"905": {"msg":"This script isn't allowed to be executed", "ban":false, "mail":false}
},
"Snippets":{
"1":{
"title":"Check PHP version",
"do_it":"Option1_checkPHPVersion",
"check_token":"false",
"premium":"true",
"log_activity":"false"
},
"2":{
"title":"Check Joomla's version, if up-to-date",
"do_it":"Option41_checkJVersion",
"check_token":"false",
"premium":"true",
"log_activity":"false",
"cms_joomla":"true"
},
"3":{
"title":"Check aeSecure's configuration",
"do_it":"Option3_checkaeSecureConfig",
"check_token":"false",
"log_activity":"false"
},
"4":{
"title":"Show Tips of the day",
"do_it":"Option4_checkaeSecureTips",
"check_token":"false",
"log_activity":"false"
},
"5":{
"title":"Check the version of the .htaccess",
"do_it":"Option5_checkaeSecureHTAccess",
"check_token":"false",
"log_activity":"false"
},
"6":{
"title":"Display the debug logfile",
"do_it":"Option6_displayDebugLog",
"check_token":"false",
"log_activity":"false"
},
"7":{
"title":"Display the error logfile",
"do_it":"Option7_displayErrorLog",
"check_token":"false",
"log_activity":"false"
},
"11":{
"title":"Put in place the main .htaccess file of aeSecure",
"filename":"11-aesecure.htaccess",
"language":"Option11_getProtectHTAccess",
"protecthtml":"Option11_getTabEnableaeSecure",
"do_it":"Option11_installHTAccess",
"check_token":"true",
"anchor":"htaccess",
"type":"11_enable_aesecure",
"tag":"aesecure",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/11-htaccess.html"
}
},
"12":{
"title":"Copy all files under /aesecure/setup/template in the site tree",
"filename":"",
"language":"Option12_getProtectFolder",
"type":"doit",
"anchor":"folderhtaccess",
"check_token":"true",
"do_it":"Option12_copyFiles",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/12-protection-dossiers.html"
}
},
"13":{
"tag":"AESECURE_ERRORREPORTING",
"filename_enabled":"13-disable_error_reporting.htaccess",
"filename_disabled":"13-enable_error_reporting.htaccess",
"language":"Option13_getErrorReporting",
"type":"13_error_reporting",
"do_it":"Option13_ErrorReporting",
"check_token":"true",
"title":"Enable or not the display of Apache's warning, notice and errors",
"datatype":"boolean",
"anchor":"hideApacheErrors",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/13-masquer-erreurs.html"
}
},
"14":{
"tag":"AESECURE_OLDHTACCESS",
"language":"Option14_getOldHTAccess",
"protecthtml":"Option14_getTabManualEdit",
"type":"oldhtaccess",
"do_it":"Option14_ManualEdit",
"title":"Manual edit of the .htaccess, for the OLD_HTACCESS PART",
"check_token":"true",
"anchor":"oldhtaccess",
"datatype":"text",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/14-edition-manuelle.html"
}
},
"15":{
"tag":"AESECURE_BLOCKIP",
"language":"Option15_getBlockIP",
"protecthtml":"Option15_getTabBlockIP",
"filename":"15-block_IP.htaccess",
"type":"15_blockip",
"do_it":"Option15_BlackListIP",
"title":"Blacklist of IP addresses",
"check_token":"true",
"anchor":"ipblocking",
"datatype":"configuration",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/15-blacklist-ip.html"
}
},
"16":{
"tag":"AESECURE_BLOCKPARTURL",
"language":"Option16_getBlockPartURL",
"protecthtml":"Option16_getTabBlockPartURL",
"filename":"16-block_URL.htaccess",
"type":"16_blockpartURL",
"premium":"true",
"do_it":"Option16_BlockURLS",
"title":"Block part of urls (or querystring)",
"check_token":"true",
"anchor":"urlblocking",
"since":"2.0",
"datatype":"configuration",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/16-blockpart-URL.html"
}
},
"17":{
"tag":"AESECURE_BLOCKFILE",
"language":"Option17_getBlockFiles",
"protecthtml":"Option17_getTabBlockFiles",
"filename":"17-block_Files.htaccess",
"type":"17_blockfiles",
"do_it":"Option17_BlockFiles",
"title":"Prohibit files access",
"check_token":"true",
"anchor":"filesblocking",
"datatype":"configuration",
"since":"2.0",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/17-blockfiles.html"
}
},
"19":{
"tag":"AESECURE_MAINTENANCE",
"language":"Option19_getMaintenance",
"filename":"19-maintenance.htaccess",
"premium":"true",
"type":"19_maintenance",
"anchor":"maintenance",
"do_it":"Option19_PutOffLine",
"title":"Enabled/Disable maintenance mode",
"check_token":"true",
"modal":"modal_maintenance",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/19-mode-maintenance.html"
}
},
"21":{
"language":"Option21_getProtectFolderIp",
"premium":"true",
"filename":"21-protectfolderip.htaccess",
"protecthtml":"Option21_getProtectFolderIp",
"do_it":"Option21_limitIP",
"title":"Limit access to a folder on a specific IP address",
"check_token":"true",
"showerror":"short",
"type":"21_protectIP",
"anchor":"allow_folderwhitelist",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/21-liste-blanche-ip.html"
}
},
"2199":{
"do_it":"Option2199_getWhiteListedIP",
"title":"Retrieve the list of white listed IPs for a specific folder",
"check_token":"true",
"premium":"true",
"showerror":"short"
},
"22":{
"tag":"AESECURE_HTPWD",
"language":"Option22_getPasswordProtectFolder",
"type":"22_protecthtpwd",
"title":"Protect a folder with a .htpasswd file",
"do_it":"Option22_htPasswd",
"check_token":"true",
"anchor":"block_folderhtpwd",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/22-protection-mot-de-passe.html"
}
},
"2298":{
"do_it":"Option2298_getFolderName",
"title":"Autocomplete - retrieve foldername",
"check_token":"false"
},
"2299":{
"tag":"AESECURE_HTPWD",
"do_it":"Option2299_RemovehtPasswd",
"title":"Remove .htpasswd protection",
"do_it":"Option2299_RemovehtPasswd",
"language":"Option22_getPasswordProtectFolder",
"check_token":"true"
},
"23":{
"tag":"AESECURE_BADBOTS",
"language":"Option23_getBlockBadbots",
"filename":"23-block_badbots.htaccess",
"type":"23_spam",
"do_it":"Option23_Spam",
"check_token":"true",
"title":"Block robots and spam",
"anchor":"block_badbots",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/23-robots-spam.html"
}
},
"24":{
"tag":"AESECURE_FILEUPLOAD",
"language":"Option24_getBlockFileUpload",
"filename":"24-block_fileupload.htaccess",
"premium":"true",
"do_it":"Option24_BlockFileUpload",
"check_token":"true",
"title":"Disallow file upload by .htaccess rules",
"type":"enable_modal",
"anchor":"block_fileupload",
"modal":"modal_fileupload",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/24-bloque-upload.html"
}
},
"25":{
"tag":"AESECURE_BOTSNOARCHIVE",
"language":"Option25_getNoArchive",
"filename":"25-bots_dontarchive.htaccess",
"premium":"true",
"do_it":"Option25_Index",
"check_token":"true",
"title":"Disallow search engines to index somes files",
"type":"enable",
"anchor":"block_archive",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/25-bloque-indexation.html"
}
},
"26":{
"tag":"AESECURE_BLOCKHIDDENFOLDERS",
"language":"Option26_getBlockHiddenFolders",
"filename":"26-block-hidden_folders.htaccess",
"type":"enable",
"do_it":"Option26_HiddenFilesFolders",
"check_token":"true",
"title":"Block access to hidden files/folders",
"anchor":"block_hidden",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/26-bloque-fichier-dossier-cache.html"
}
},
"27":{
"tag":"AESECURE_BLOCKROBOTSTXT",
"filename":"27-block_robots-txt.htaccess",
"language":"Option27_getBlockRobotsTxt",
"premium":"true",
"type":"enable",
"do_it":"Option27_Robots",
"check_token":"true",
"title":"Block access to robots.txt",
"datatype":"boolean",
"since":"1.2",
"anchor":"block_robots",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/27-block-robots-txt.html"
}
},
"28":{
"tag":"AESECURE_BLOCKUSERAGENT",
"filename":"28-block_useragent.htaccess",
"language":"Option28_getBlockUserAgent",
"protecthtml":"Option28_getTabBlockUserAgent",
"premium":"true",
"type":"28_blockuseragent",
"do_it":"Option28_BlockUserAgent",
"check_token":"true",
"title":"Block based on the user-agent",
"datatype":"text",
"since":"2.0",
"anchor":"block_useragent",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/28-block-useragent.html"
}
},
"29":{
"tag":"AESECURE_BLOCKREFERRER",
"filename":"29-block_referrer.htaccess",
"language":"Option29_getBlockReferrer",
"protecthtml":"Option29_getTabBlockReferrer",
"premium":"true",
"do_it":"Option29_BlockReferrer",
"check_token":"true",
"title":"Block based on the referrer",
"type":"29_blockreferrer",
"datatype":"configuration",
"anchor":"block_referrer",
"since":"2.0",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/29-block-referrer.html"
}
},
"31":{
"language":"Option31_getPermissions",
"type":"31_chmod",
"premium":"true",
"do_it":"Option31_ManageFilesFolders",
"title":"File explorer - Change file's permissions",
"check_token":"false",
"anchor":"chmodfiles",
"protecthtml":"Option31_getTabProtectFilesFolders",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/31-files-folders.html"
}
},
"32":{
"language":"Option32_getDevilNumber",
"type":"32_doit_777",
"do_it":"Option32_FindDevilNumber",
"title":"Retrieve each folder with a 777 permission",
"check_token":"true",
"anchor":"findevilnumber",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/32-chmod.html"
}
},
"41":{
"language":"Option41_getJoomlaVersion",
"premium":"true",
"type":"nothing",
"do_it":"Option41_checkJVersion",
"title":"Check Joomla version",
"check_token":"false",
"cms_joomla":"true",
"anchor":"joomla_version",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/41-controle-version-joomla.html"
}
},
"42":{
"tag":"AESECURE_BLOCK_COM_USERS",
"filename":"42-block_com_users.htaccess",
"language":"Option42_getBlockcomUsers",
"type":"enable",
"title":"Block the registration page of com_users",
"do_it":"Option42_BlockRegistration",
"check_token":"true",
"anchor":"joomla_blockcomusers",
"cms_joomla":"true",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/42-bloquer-inscriptions-joomla.html"
}
},
"43":{
"tag":"AESECURE_PROTECT_ADMIN",
"filename":"43-protect_admin.htaccess",
"language":"Option43_getProtectAdmin",
"htaccess":"/administrator/.htaccess",
"title":"Block /administrator urls to files",
"do_it":"Option43_BlockAdminURLs",
"anchor":"joomla_protectadmin",
"check_token":"true",
"type":"enable",
"cms_joomla":"true",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/43-fichiers-administration-joomla.html"
}
},
"44":{
"tag":"AESECURE_BLOCK_COMPONENTS",
"filename":"44-block_components.htaccess",
"premium":"true",
"language":"Option44_getBlockComponents",
"protecthtml":"Option44_getTabBlockComponents",
"title":"Block specifics Joomla!® components",
"do_it":"Option44_BlockJoomlaComponents",
"check_token":"true",
"type":"44_blockcomp",
"anchor":"joomla_blockcomponents",
"datatype":"configuration",
"cms_joomla":"true",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/44-bloquer-composant-joomla.html"
}
},
"45":{
"language":"Option45_getJoomlaDBAdmin",
"premium":"true",
"type":"45_db_admin",
"title":"Check if a login called 'admin' is present and enabled in the database",
"do_it":"Option45_checkDBAdmin",
"showerror":"short",
"check_token":"true",
"anchor":"joomla_searchadmin",
"cms_joomla":"true",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/45-admin.html"
}
},
"49":{
"premium":"true",
"language":"Option49_getJoomlaRedirection",
"protecthtml":"Option49_getTabJoomlaRedirection",
"type":"49_joomlaredirect",
"do_it":"Option49_CleanJoomlaRedirectTable",
"title":"Delete a row from the redirect table",
"showerror":"none",
"anchor":"joomla_showredirect",
"check_token":"false",
"cms_joomla":"true",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/49-table-redirection-joomla.html"
}
},
"51":{
"language":"Option51_getBackupDB",
"premium":"true",
"type":"51_backupdb",
"do_it":"Option51_BackupDB",
"title":"Take a backup of the database",
"check_token":"true",
"anchor":"dbadmin",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/51-export-db.html"
}
},
"71":{
"tag":"AESECURE_REWRITE",
"filename":"71-rewrite.htaccess",
"language":"Option71_getSEORewrite",
"type":"enable",
"do_it":"Option71_SEOEnable",
"title":"Enable or not the url rewriting",
"check_token":"true",
"anchor":"seo_rewrite",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/71-reecriture-url.html"
}
},
"72":{
"tag":"AESECURE_WITHORNOTWWW",
"filename_enabled":"72-seo_www_with.htaccess",
"filename_disabled":"72-seo_www_without.htaccess",
"language":"Option72_getSEOWWW",
"type":"72_enable_www",
"do_it":"Option72_SEOWWWorNot",
"title":"Remove www or add www depending on the user selection",
"check_token":"true",
"anchor":"seo_www",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/72-avec-ou-sans-www.html"
}
},
"73":{
"premium":"true",
"language":"Option73_getEditRobots",
"protecthtml":"Option73_getTabManualEditRobots",
"type":"73_robots",
"do_it":"Option73_ManualEditRobots",
"title":"Manual editing of the robots.txt file",
"check_token":"true",
"showerror":"none",
"anchor":"edit_robots",
"datatype":"oldhtaccesstext",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/73-editions-robots-txt.html"
}
},
"74":{
"tag":"AESECURE_REDIRECTIONS",
"premium":"true",
"language":"Option74_getEditRedirection",
"protecthtml":"Option74_getManualEditRedirection",
"type":"74_redirect",
"datatype":"text",
"do_it":"Option74_ManualEditRedirection",
"title":"Manual editing of redirection rules",
"check_token":"true",
"anchor":"redirections",
"showerror":"none",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/74-redirections.html"
}
},
"81":{
"tag":"AESECURE_PAGESPEED",
"filename":"81-optimize_pagespeed.htaccess",
"premium":"true",
"language":"Option81_getPageSpeed",
"type":"enable",
"title":"Add rules for mod_pagespeed",
"do_it":"Option81_ModPageSpeed",
"check_token":"true",
"anchor":"pagespeed",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/81-mod-pagespeed.html"
}
},
"82":{
"tag":"AESECURE_COMPRESSION",
"filename":"82-optimize_compression.htaccess",
"premium":"true",
"language":"Option82_getCompress",
"type":"enable",
"anchor":"compression",
"title":"Add rules for server side compression",
"do_it":"Option82_ServerCompression",
"check_token":"true",
"protecthtml":"Option82_getTabCompression",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/82-compression-serveur.html"
}
},
"83":{
"tag":"AESECURE_EXPIREBYTYPE",
"filename":"83-optimize_expiresbytype.htaccess",
"premium":"true",
"language":"Option83_getExpire",
"type":"enable",
"title":"Add rules for ETags",
"do_it":"Option83_ETags",
"check_token":"true",
"anchor":"expire",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/83-cache-http.html"
}
},
"84":{
"tag":"AESECURE_MINIFY",
"filename":"84-optimize_minify.htaccess",
"premium":"true",
"language":"Option84_getMinify",
"type":"84_minify",
"anchor":"minify",
"title":"Minify",
"do_it":"Option84_Minify",
"check_token":"true",
"protecthtml":"Option84_getTabMinify",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/84-minification-css-js.html"
}
},
"89":{
"tag":"AESECURE_HOTLINKING",
"filename":"89-optimize_hotlinking.htaccess",
"premium":"true",
"language":"Option89_getHotLinking",
"type":"enable",
"do_it":"Option89_HotLinking",
"title":"Add rules to prevent hotlinkings",
"check_token":"true",
"anchor":"hotlinking",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/89-hotlinking.html"
}
},
"91":{
"language":"Option91_getCleanTempFolder",
"type":"91_doit",
"anchor":"cleantmp",
"do_it":"Option91_CleanTempDirectory",
"title":"Clear temporary folder(s)",
"check_token":"true",
"protecthtml":"Option91_getTabCleanTempFolder",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/91-vider-dossier-temp.html"
}
},
"92":{
"language":"Option92_getCleanCacheFolder",
"type":"doit",
"anchor":"cleancache",
"do_it":"Option92_CleanCacheDirectory",
"title":"Clear cache folder(s)",
"check_token":"true",
"since":"1.2",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/92-vider-dossiers-cache.html"
}
},
"93":{
"language":"Option93_getCrontab",
"type":"93_crontab",
"anchor":"crontab",
"pro":"true",
"since":"2.0",
"protecthtml":"Option93_getTabCrontab",
"do_it":"Option93_Crontab",
"confightml":"Option93_getConfig",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/93-crontab.html"
}
},
"94":{
"language":"Option94_genPassword",
"type":"94_password",
"anchor":"password",
"since":"2.0",
"protecthtml":"Option94_getTabPassword",
"help":{
"fr_FR":"https://www.aesecure.com/fr/documentation/fonctionnalites/94-password-generator.html"
}
},
"990":{
"type":"990_options",
"do_it":"Option990_Options",
"title":"Display aeSecure's options",
"check_token":"true",
"log_activity":"false"
},
"991":{
"do_it":"Option991_seeHTAccess",
"title":"Display the site's .htaccess file",
"check_token":"true" ,
"log_activity":"false"
},
"992":{
"do_it":"Option992_resetHTAccess",
"title":"Reset the site's .htaccess file",
"check_token":"true"
},
"994":{
"do_it":"runTools",
"title":"Tools - Run lastmod interface",
"check_token":"false",
"premium":"true",
"filename":"lastmodified/lastmod.php"
},
"995":{
"do_it":"runTools",
"title":"Tools - Run phpSecInfo interface",
"check_token":"false",
"premium":"true",
"filename":"phpsecinfo/psi.php"
},
"996":{
"do_it":"runTools",
"title":"Tools - Run JAMSS interface",
"check_token":"false",
"premium":"true",
"filename":"jamss/jamss.php"
},
"997":{
"do_it":"runTools",
"title":"Tools - Run Trojan code remover interface",
"check_token":"false",
"premium":"true",
"filename":"code-remover/remover.php"
},
"998":{
"do_it":"Option998_tools_phpinfo",
"title":"Tools - Run PHP info interface",
"check_token":"true",
"log_activity":"false"
},
"999":{
"do_it":"Option999_seePHPIni",
"title":"Display the site's php.ini file",
"check_token":"true",
"log_activity":"false"
},
"1000":{
"do_it":"Option1000_seeActivity",
"title":"Display activity's logfile",
"check_token":"false",
"log_activity":"false",
"premium":"false"
},
"1001":{
"do_it":"Option1001_seeLog",
"title":"Log of requests blocked by aeSecure",
"check_token":"false",
"log_activity":"false"
},
"1002":{
"do_it":"Option1002_Dashboard",
"title":"Start the dashboard interface",
"check_token":"false",
"pro":"true"
},
"1003":{
"do_it":"Option1003_getQuickInfo",
"title":"Display list of active options",
"check_token":"true",
"premium":"true",
"showerror":"short",
"log_activity":"false"
},
"1004":{
"do_it":"Option1004_seeApacheErrorLog",
"title":"Display the Apache's error logfile",
"check_token":"false",
"premium":"true",
"showerror":"short",
"log_activity":"false"
},
"1005":{
"do_it":"Option1005_PenTest",
"title":"Start the PenTest interface",
"check_token":"false"
},
"1006":{
"do_it":"Option1006_MimeType",
"title":"Start the PenTest interface",
"check_token":"false",
"pro":"true"
},
"1007":{
"do_it":"Option1007_ZipWebsite",
"title":"Make an archive of the website",
"check_token":"false",
"premium":"true"
},
"9997":{
"do_it":"Option9997_postInstall",
"title":"Run post installation code (remove old files, update .htaccess files if needed, ...)",
"check_token":"true"
},
"9998":{
"do_it":"Option9998_setVersion_aeSecure",
"title":"Define which version should be installed",
"check_token":"true"
},
"9999":{
"do_it":"Option9999_update_aeSecure",
"title":"Install a newer version of aeSecure",
"check_token":"true"
}
},
"task":{
"banIP":"b",
"deny":"d",
"getlog":"g",
"maintenance":"m",
"setup":"s",
"viewmail":"v"
},
"params":{
"filename":"f",
"foldername":"d",
"gettext":"t",
"ip":"p",
"setuptask":"w"
},
"default_chmod":{"file":"644","folder":"755"},
"best_chmod":{
".htaccess":{"best":"444","min":"440","msg":"htaccess","confirm":"true"},
"backups":{"best":"755","min":"755","msg":"backups"},
"configuration.php":{"best":"400","min":"400","msg":"configuration.php"},
"CONTRIBUTING.md":{"best":"400","min":"400","msg":"can_be_deleted"},
"htaccess.txt":{"best":"400","min":"400","msg":"htaccess.txt"},
"index.php":{"best":"400","min":"400","msg":"index.php"},
"index.html":{"best":"444","min":"400","msg":"index.html"},
"logs":{"best":"755","min":"755","msg":"logs"},
"LICENSE.txt":{"best":"400","min":"400","msg":"can_be_deleted"},
"php.ini":{"best":"600","min":"600","msg":"php.ini"},
"README.txt":{"best":"400","min":"400","msg":"can_be_deleted"},
"robots.txt":{"best":"400","min":"400","msg":"robots.txt"},
"tmp":{"best":"755","min":"755","msg":"tmp"},
"web.config.txt":{"best":"400","min":"400","msg":"web.config.txt"}
},
"joomla":{
"version":{
"xml":"http://update.joomla.org/core/extension.xml",
"files":{
"j25":"/libraries/cms/version/version.php",
"j15":"/libraries/joomla/version.php"
}
}
},
"geocoding":{
"1":"http://freegeoip.net/json/%s",
"2":"http://www.iptolatlng.com/?ip=%s"
},
"robots-txt":{
"allowed":["Googlebot","MSNBOT","bingbot","Slurp","alexa.com","exabot.com","VoilaBot","Facebot","MJ12bot","Twitterbot","Twitterbot/1.0"]
},
"tips":{
"1":"joomla_quick_icons",
"2":"folder_ip_restriction",
"3":"protect_aesecure",
"4":"protect_dashboard"
}
}