Tamarix
← New scan

https://athena.org.tr

Scanned 9/22/2026, 6:18:50 AM

63/ 100
Security Score

AI Summary

The security score of 63/100 indicates several areas needing improvement, particularly around transport security and header configuration. While the site has some foundational security measures, addressing these findings will significantly strengthen its overall posture.

Check Results

HTTPS

⚠WARNING

HTTPS connection succeeded, but HTTP does not redirect to HTTPS.

Security Headers

⚠WARNING

5/6 headers are properly configured.

Cookies

✓PASS

No cookies detected.

Information Disclosure

⚠WARNING

1 issue(s) found.

Exposure Checks

⚠WARNING

security.txt was not found.

HTTP Methods

✓PASS

Allowed: GET

Findings & Recommendations

🟡MEDIUMHTTPS

HTTP does not redirect to HTTPS

The website is accessible via unencrypted HTTP connections, even though HTTPS is supported.

Why it matters: Using HTTP exposes all data transmitted between the user and the server to eavesdropping and tampering.

Recommendation: Implement a permanent 301 redirect from all HTTP traffic to the HTTPS version of the site.

🟡MEDIUMSecurity Headers

Weak Content-Security-Policy configuration

The current Content-Security-Policy allows overly permissive directives like 'unsafe-inline' or wildcards.

Why it matters: Weak CSP weakens defenses against cross-site scripting (XSS) attacks by allowing potentially malicious content execution.

Recommendation: Review and tighten the CSP directives, removing 'unsafe-inline' and any broad wildcard sources where possible.

🔵LOWInformation Disclosure

Sensitive technical information is exposed

The HTTP response headers reveal the specific software used by the server, in this case, Cloudflare.

Why it matters: Exposing server details can allow attackers to target known vulnerabilities specific to that software version.

Recommendation: Configure the web server or use security headers to suppress or obscure the 'Server' header information.

🔵LOWExposure Checks

security.txt was not found

The standard security.txt file, which provides contact information for security researchers, is missing from the expected location.

Why it matters: This omission makes it more difficult for researchers to responsibly report security vulnerabilities.

Recommendation: Create and place a security.txt file in the /.well-known/ directory detailing contact information for security reports.

🟢PASSSecurity Headers

Strict-Transport-Security

The header is present and properly configured.

🟢PASSSecurity Headers

X-Content-Type-Options

The header is present and properly configured.

🟢PASSSecurity Headers

X-Frame-Options

The header is present and properly configured.

🟢PASSSecurity Headers

Referrer-Policy

The header is present and properly configured.

🟢PASSSecurity Headers

Permissions-Policy

The header is present and properly configured.

🟢PASSCookies

No cookies detected

No Set-Cookie header was found in the response.

Score Breakdown

HTTPS13 / 25 points
Security Headers15 / 30 points
Cookies15 / 15 points
Information Disclosure5 / 10 points
Exposure Checks5 / 10 points
HTTP Methods10 / 10 points