Changed HTTP response 'server' header to IIS/6 when iis is specified.

This commit is contained in:
antisnatchor
2012-04-04 16:41:15 +01:00
parent 870a182411
commit 0067e20702

View File

@@ -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