Adding new exclusions or exceptions
Procedure
Example
Type |
Example and Function |
---|---|
Exclude |
http://demo.testfire.net/transfer or http://demo.testfire.net/transfer/ Filters out the specified URL and all sub-directories and files |
Exclude |
.*private.* Exclude all URLs containing the string private |
Exclude |
.*_bk.aspx Exclude all URLs ending in _bk.aspx |
Exception |
http://demo.testfire.net/transfer/customize.aspx When an earlier Exclusion (such as the first one in this table) excludes sub-directories and files, this Exception includes this particular path in the scan. Note that the Exception must appear below the Exclusion to take effect |