Walter.Web.FireWall
ServerSimulation Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Headers Namespace : ServerSimulation Enumeration
The server that we would like to simulate as being hosted on. This masks the actual server and will trick scripts and attackers to try the wrong technology stack when performing malicious activity
Syntax
public enum ServerSimulation : System.Enum 
Members
MemberDescription
Apache The apache Internet server
Apache200Unix The apache release 200 UNIX based Internet server
Apache220Unix The apache release 220 UNIX based Internet server
Apache244Unix The apache release 244 UNIX based Internet server
Apache244Windows The apache release 244 windows
Apache249Unix The apache release 249 UNIX based Internet server
Apache249Windows The apache release 249 windows based Internet server
Caddy The caddy Internet server
IIS10 The IIS 10 Internet information server
IIS7 The IIS 7 Internet information server
IIS75 The IIS 7.5 Internet information server
IIS8 The IIS 8 Internet information server
IIS85 The IIS 8.5 Internet information server
nginx The nginx UNIX based Internet server
NginxWebServer The nginx web server Internet server
OracleHTTPServer The oracle HTTP server
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.Headers.ServerSimulation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Web.FireWall.Headers Namespace