security.txt file for responsible vulnerability disclosure.When your browser connects to a website, the server often replies with a header telling exactly what software it's running — for example, Server: nginx/1.18.0 or X-Powered-By: PHP/7.4.3. On its own this looks harmless, but it's effectively a signpost that says "attack me with exploits designed for this exact version." Automated bots scan the web constantly, reading this one header to decide which sites are running old, vulnerable software worth targeting.
PUT/DELETE/PATCH cross-origin (or a wildcard) is a common sign CORS was configured from a permissive example rather than deliberately scoped.Hiding version headers is usually one config line on your server (your hosting provider's documentation will have the exact syntax). CORS should be restricted to only the specific domains that genuinely need cross-origin access — never a blanket wildcard on anything handling authenticated data, and never combined with credentials.
Looking for security.txt? That check now lives in the Robots, Sitemap & Security.txt guide, alongside deeper checks like its Canonical field and Expiry validity.
PEKRYON scans your website across 26 modules. We take the time needed for accurate results — no server access needed.
Scan My Website Free → Learn More