Sensitive Files
WordPress Backup File Exposure Check
Backup files (backup.sql, backup.zip) can expose your entire site. Detect their presence and learn how to secure them.
What this test checks
This test checks whether WordPress backup files (backup.sql, backup.zip, backup.tar, backup.gz, etc.) are publicly accessible. These files contain your entire database, files, and sometimes credentials. Their exposure allows an attacker to steal all your data, copy your site, or destroy it.
Our recommendation
Place all backup files outside your site's public directory. If you must store them on the server, protect them with authentication (e.g., password) or with a .htaccess file (Deny from all). Delete obsolete backups. Use secure external backup services (e.g., UpdraftPlus, BackupBuddy) that store data in private cloud spaces.
Security tests