From 574606448ef7732b5fcbc96431ea6f0a67e80851 Mon Sep 17 00:00:00 2001 From: Daniel Klecha Date: Fri, 7 Apr 2023 15:07:46 +0200 Subject: [PATCH] Add information headers from ASP.NET --- shcheck.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shcheck.py b/shcheck.py index a544b97..16477de 100755 --- a/shcheck.py +++ b/shcheck.py @@ -87,7 +87,9 @@ def log(string): information_headers = { 'X-Powered-By', - 'Server' + 'Server', + 'X-AspNet-Version', + 'X-AspNetMvc-Version' } cache_headers = {