Index / Questions / Why should you hide server version infor

Why should you hide server version information, and where does it leak?

Answer

Version numbers let hackers look up known vulnerabilities for your exact software. In 2018 I stripped them from HTTP headers, mail server hello banners, x-powered-by headers, FTP greetings and OpenSSH, which advertised operating system information by default.

Sources