프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConcatControls | string | ||
Detect | List |
||
IDS | System | ||
Iterate | void | ||
IterateOver | void |
메소드 | 설명 | |
---|---|---|
IDS ( |
Initialise the IDS to scan a GET request
|
|
IDS ( |
Initialise the IDS to scan a GET request using the same filters as an already existing IDS object
|
|
IDS ( |
Initialise the IDS to scan a GET, POST or other request using the same filters as an already existing IDS object
|
|
IDS ( |
Initialise the IDS to scan a GET, POST or other request
|
|
IDS ( |
Initialise the IDS to scan a GET request
|
|
IDS ( |
Initialise the IDS to scan a GET, POST or other request
|
|
IDS ( System cookies, |
Initialise the IDS to scan cookies using the same filters as an already existing IDS object
|
|
IDS ( System cookies, string xmlPath ) : System |
Initialise the IDS to scan cookies
|
|
Run ( ) : |
Perform intrusion detection
|
|
Run ( bool DetectNullBytes ) : |
Perform intrusion detection
|
메소드 | 설명 | |
---|---|---|
ConcatControls ( ) : string |
Concacternates the web controls for a raw request
|
|
Detect ( string key, string val ) : List |
Calls each Filter's Match method against the specified key and value
|
|
IDS ( |
Initialise the IDS to scan output
|
|
Iterate ( string key, string val ) : void |
Iterates over a set of keys and values
|
|
IterateOver ( string &ret, System parent, |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
리턴 | System |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
ids | The IDS containing the preloaded filters | |
리턴 | System |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
ids | The IDS containing the preloaded filters | |
requestType | RequestType | Indicates What type of request this is and therefore whether to exclude certain parameters. |
리턴 | System |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
requestType | RequestType | Indicates What type of request this is and therefore whether to exclude certain parameters. |
리턴 | System |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
xmlPath | string | The path to the filters file |
리턴 | System |
public IDS ( |
||
request | The Name-Value collection to detect intrusions within | |
xmlPath | string | The path to the filters file |
requestType | RequestType | Indicates What type of request this is and therefore whether to exclude certain parameters. |
리턴 | System |
public IDS ( System cookies, |
||
cookies | System | The cookie collection to detect intrusions within |
ids | The IDS containing the preloaded filters | |
리턴 | System |
public IDS ( System cookies, string xmlPath ) : System | ||
cookies | System | The cookie collection to detect intrusions within |
xmlPath | string | The path to the filters file |
리턴 | System |
public Run ( bool DetectNullBytes ) : |
||
DetectNullBytes | bool | Specify whether to use internal null byte detection |
리턴 |