What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Aug 03, 2007 by mhinks
Labels: Phase-Implementation
SecurePage  
A list of options supported by the SecurePage class

Definition

public abstract class SecurePage : System.Web.UI.Page

Event Handlers and Delegates

public IDSEvent OnIDSEvent
public delegate void IDSEvent(DOTNETIDS.Report report, SecurePage SecurePage);

Methods

WriteResponse()

public void WriteResponse()

This method writes the unmodified page response to the client.

WriteResponse(string AlternativeOutput)

public void WriteResponse(string AlternativeOutput)

This method writes a different response to the client. You should use this when an impact threshold is reached within page output scanning.

Properties

CookieExclusions

  • Type: System.Collections.Generic.List<string>
  • Function: Specifies exclusions for cookies

DecodeJS

  • Type: Bool
  • Function: Specifies whether to decode fromCharCode(XX,XX) style javascript. This will result in a higher impact for some inputs.

DecodeUTF7

  • Type: Bool
  • Function: Specifies whether to decode UTF7 ascii-representations to pure ascii. This will result in a higher impact for some inputs.

Exclusions

  • Type: System.Collections.Generic.List<string>
  • Function: Specifies exclusions for all types of scanning

FilterXmlPath

  • Type: String
  • Function: Specifies the path to the default_filters.xml file.

GetExclusions

  • Type: System.Collections.Generic.List<string>
  • Function: Specifies exclusions for querystrings

HeaderExclusions

  • Type: System.Collections.Generic.List<string>
  • Function: Specifies exclusions for headers

OutputFilterXmlPath

  • Type: String
  • Function: Specifies the path to the output_filters.xml file.

PageHTML

  • Type: String
  • Function: The rendered page output. This will only be populated once an output scan has been performed.

PostExclusions

  • Type: System.Collections.Generic.List<string>
  • Function: Specifies exclusions for post values

ScanCookies

  • Type: Bool
  • Function: Specifies whether to scan cookies

ScanGet

  • Type: Bool
  • Function: Specifies whether to scan querystrings

ScanHeaders

  • Type: Bool
  • Function: Specifies whether to scan headers

ScanKeys

  • Type: Bool
  • Function: Specifies whether to scan keys as well as values

ScanPost

  • Type: Bool
  • Function: Specifies whether to scan post values

See Also


Sign in to add a comment