https://www.campingplatz-duemmersee.de
Scan complete
17 issues detected
Scanned 1 week ago
17
Total
0
Critical
0
High
5
Medium
WP_DEBUG is disabled (no PHP errors visible)
PHP 8.3.31 detected (supported version)
X-Powered-By header exposed: PHP/8.3.31 — reveals server software
How to fix: Hide X-Powered-By header. In php.ini set expose_php = Off, or add Header unset X-Powered-By to .htaccess.
Missing security header: X-Frame-Options -- Prevents clickjacking attacks
How to fix: Add to .htaccess: Header always set X-Frame-Options "SAMEORIGIN" — prevents clickjacking attacks.
Missing security header: Strict-Transport-Security -- Enforces HTTPS connections
How to fix: Add to .htaccess or nginx: Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
Missing security header: Content-Security-Policy -- Controls resource loading
3 of 6 security headers configured
SSL certificate valid (87 days remaining) — issued by Google Trust Services
HTTP correctly redirects to HTTPS
WordPress readme exposed (version info)
/readme.html
WordPress license file exposed
/license.txt
User enumeration possible via REST API -- found: andreas, felix
How to fix: Disable the REST API users endpoint with a plugin like Disable REST API or add a filter to block /wp/v2/users.
wp-cron.php is publicly accessible (potential DDoS vector)
/wp-cron.php
How to fix: Disable WP-Cron in wp-config.php with define("DISABLE_WP_CRON", true) and use a real server cron job instead.
Unknown external JavaScript from: chat.campingplatz-duemmersee.de
How to fix: Review this script source. If it's legitimate (analytics, chat widget), no action needed. If unknown, investigate and remove.
1 trusted external script(s): www.google.com (Google)
Found 1 unknown external JS source(s): chat.campingplatz-duemmersee.de
Checked against 11 blacklist services
This surface scan checks what's publicly visible. A deep scan connects via SSH to check file integrity, database injections, and hidden backdoors.
Run Deep Scan — $1