https://o2online.de
Analyse abgeschlossen. 4 Schwachstellen gefunden · Score 55/100.
Unlock full view + PDF report
clean PDF report · history
Critical findings — act immediately
The following item should be fixed immediately:
-
Critical ports open
Dangerous services reachable from the internet: 23/Telnet, 21/FTP, 445/SMB, 1433/MSSQL, 1521/Oracle DB, 3306/MySQL, 3389/RDP, 5900/VNC, 5432/PostgreSQL, 6379/Redis, 27017/MongoDB.
Sensitive reconnaissance findings
Recon · OSINT 🔒 maskedThis section contains sensitive findings (e-mails found, sensitive paths, server versions). For visitors without an account, actual values are masked — only count and status are shown. → Sign in for full view
Quick Wins — biggest impact
These 3 changes raise your score the most.
55 → 95
-
1
Critical ports open i Kritische Ports Database ports (MySQL 3306, PostgreSQL 5432, MongoDB 27017), remote access (SSH 22, RDP 3389, VNC 5900) and admin interfaces should never be directly reachable from the internet. Tunnel via VPN or block via firewall.
+20 ⏱ 30–60 Minuten · mittelDangerous services reachable from the internet: 23/Telnet, 21/FTP, 445/SMB, 1433/MSSQL, 1521/Oracle DB, 3306/MySQL, 3389/RDP, 5900/VNC, 5432/PostgreSQL, 6379/Redis, 27017/MongoDB.
-
2
Insecure cookies i Unsichere Cookies Session cookies need three flags: Secure (only sent over HTTPS), HttpOnly (no JavaScript access — protection against XSS theft) and SameSite (protection against CSRF attacks).
+10 ⏱ 15 Minuten · mittelCookies without Secure/HttpOnly/SameSite flags can be stolen.
CM_SESSIONID: Secure, HttpOnly, SameSite fehlt;touchPoints: Secure, HttpOnly, SameSite fehlt;cust: Secure, HttpOnly, SameSite fehlt -
3
X-Frame-Options missing i X-Frame-Options Prevents your site from being embedded in an iframe on a foreign site. Protects against clickjacking, where users invisibly trigger actions on your site.
+10 ⏱ 5 Minuten · leichtMissing – site is vulnerable to clickjacking.
+ 1 more vulnerabilities — see the list below
Scan categories
SSL & HTTPS
Passed ✓
HTTP headers
Issues ✗
DNS & infrastructure
Issues ✗
E-mail protection
Passed ✓
Open ports
Issues ✗
GDPR
Issues ✗
Vulnerabilities found
Critical ports open
Dangerous services reachable from the internet: 23/Telnet, 21/FTP, 445/SMB, 1433/MSSQL, 1521/Oracle DB, 3306/MySQL, 3389/RDP, 5900/VNC, 5432/PostgreSQL, 6379/Redis, 27017/MongoDB.
+ 3 more vulnerabilities locked
Including action items & fixes — unlock for free
Save this report as PDF
With a free account: full PDF report with screenshot, Quick Wins, all recommendations and step-by-step fixes — perfect to show, archive or pass on to clients.
Terms in this report
Understand what we found — the key concepts behind the findings, briefly explained.
SSL & TLS
How SSL/TLS certificates work, how the handshake unfolds and what to watch for when checking — explained in plain English.
HSTS (Strict-Transport-Security) forces browsers permanently to HTTPS. Learn how the header is built, what includeSubDomains and p…
CAA records define which certificate authorities are allowed to issue SSL certificates for your domain. Protection against mis-iss…
DMARC protects your domain from e-mail spoofing. Learn how the record is structured, what p=none/quarantine/reject mean and how to…
SPF (Sender Policy Framework) prevents foreign servers from sending e-mails under your domain name. Structure, mechanisms and best…
DKIM signs your outgoing e-mails cryptographically — the recipient can reliably verify a mail came from you. Structure, selectors …
HTTP headers
The Content-Security-Policy is the most important browser-side defence against XSS. Learn how a CSP is structured and how to roll …
X-Frame-Options prevents clickjacking by controlling whether your site can be embedded in an iframe. Values DENY, SAMEORIGIN and t…
The Referrer-Policy controls which information is sent when users click external links. Values, privacy implications and safe defa…
The Permissions-Policy selectively disables browser features like geolocation, microphone, camera and FLoC. Structure, all directi…
X-Content-Type-Options: nosniff prevents browsers from guessing the MIME type of files. Protection against cross-site-scripting an…
Frontend & APIs
SRI protects external JavaScript and CSS files against tampering on the CDN. Hash-based integrity verification in the browser — ex…
Cross-Origin Resource Sharing controls which foreign sites may call your APIs. Same-Origin policy, preflight requests and the key …
Secure, HttpOnly and SameSite — the three most important cookie flags and what they do. How to harden sessions against XSS, MITM a…