Tamarix
← New scan

https://athena.org.tr

Scanned 9/22/2026, 7:28:22 AM

63/ 100
Security Score

AI Summary

The website has several medium and low-severity security findings that should be addressed to improve its overall security posture. The current score of 63/100 indicates several areas needing attention, particularly around traffic security and header configuration. Addressing these issues will significantly harden the site against potential attacks.

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 allows access via unencrypted HTTP connections instead of forcing users to use HTTPS.

Why it matters: Using HTTP exposes all transmitted data to eavesdropping and potential tampering by attackers.

Recommendation: Configure the web server to automatically redirect all HTTP requests to their HTTPS counterparts.

🟡MEDIUMSecurity Headers

Weak Content-Security-Policy configuration

The Content-Security-Policy header is present but contains directives that weaken its protective capabilities.

Why it matters: Weak CSP settings can allow attackers to inject malicious scripts or load resources from untrusted sources.

Recommendation: Review and tighten the CSP directives, removing 'unsafe-inline', 'unsafe-eval', and overly permissive wildcards (*).

🔵LOWInformation Disclosure

Sensitive technical information is exposed

The Server header reveals that the site is running on Cloudflare.

Why it matters: Exposing software versions or infrastructure details can give attackers information to target specific vulnerabilities.

Recommendation: Configure the web server or use security headers to hide or obfuscate 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 makes it more difficult for security researchers to responsibly report security vulnerabilities found on the site.

Recommendation: Create and deploy a security.txt file at /.well-known/security.txt containing appropriate contact information.

🟢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