Walter.Web.FireWall
StackSimulation Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Headers Namespace : StackSimulation Enumeration
Enumerable used to tell the firewall to simulate one of the following technologies. This masks that we are actually a .net application and will trick scripts and attackers to try the wrong technology stack when performing malicious activity
Syntax
public enum StackSimulation : System.Enum 
Members
MemberDescription
NodeJs generate NodeJs like headers and cookies
PHP generate PHP like headers and cookies
Python generate common Python like headers and cookies
Inheritance Hierarchy

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

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