Tamarix
← New scan

https://athena.org.tr

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

63/ 100
Security Score

AI Summary

The website has several medium and low-severity security findings that should be addressed to improve its security posture. The score of 63/100 indicates moderate risk, primarily due to configuration weaknesses and minor information exposure. Addressing these items will help harden the site against common web vulnerabilities.

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 site allows users to access it via insecure HTTP connections instead of forcing the secure HTTPS protocol.

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

Recommendation: Implement a 301 redirect on the server to automatically send all HTTP traffic to HTTPS.

🟡MEDIUMSecurity Headers

Weak Content-Security-Policy configuration

While a Content-Security-Policy (CSP) is in place, it contains directives like 'unsafe-inline' or wildcards that reduce its effectiveness.

Why it matters: Weak CSPs allow for greater risk of Cross-Site Scripting (XSS) attacks by permitting less restrictive content sources.

Recommendation: Review the CSP directives and remove 'unsafe-inline', 'unsafe-eval', and overly broad wildcards in favor of specific, trusted sources.

🔵LOWInformation Disclosure

Sensitive technical information is exposed

The server header reveals that the website is running on Cloudflare.

Why it matters: Exposing server information can help attackers fingerprint the technology stack, allowing them to target known vulnerabilities in that specific software.

Recommendation: Configure the web server to suppress or obfuscate the Server header information.

🔵LOWExposure Checks

security.txt was not found

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

Why it matters: This omission discourages responsible disclosure of vulnerabilities by security researchers.

Recommendation: Create a security.txt file at /.well-known/security.txt detailing contact methods for reporting security issues.

🟢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