From 0067e2070270adbfba0660fe56c593ededb2023a Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Wed, 4 Apr 2012 16:41:15 +0100 Subject: [PATCH] Changed HTTP response 'server' header to IIS/6 when iis is specified. --- core/main/router/router.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/router/router.rb b/core/main/router/router.rb index 88df9842f..f21401d30 100644 --- a/core/main/router/router.rb +++ b/core/main/router/router.rb @@ -94,7 +94,7 @@ module BeEF "Content-Type" => "text/html" when "iis" - headers "Server" => "Microsoft-IIS/7.0", + headers "Server" => "Microsoft-IIS/6.0", "X-Powered-By" => "ASP.NET", "Content-Type" => "text/html" else