Sensitive Files
Joomla Log File Exposure Check
Joomla log files can reveal sensitive site information. Check that they are not publicly accessible and learn how to secure them.
What this test checks
This test checks whether Joomla log files (e.g., in /logs/ or /administrator/logs/) are publicly accessible. These logs contain detailed information about errors, admin accesses, SQL queries, and sometimes personal data or intrusion attempts. Their exposure can facilitate targeted attacks or information theft.
Our recommendation
Place Joomla log files outside the site's public directory. In Joomla, you can configure the log path via configuration.php (by setting $log_path). Use restrictive permissions and protect the log folder via .htaccess. Regularly check log size and archive them if necessary.
Security tests