This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
DefApp
From OWASP
Revision as of 21:49, 24 July 2006 by Dinis.cruz (talk | contribs)
Partial port of ModSecurity to the .Net Platform which includes the following features:
Download at: Owasp_DefApp.zip
- Validation of Cookies And Querystrings for the given rules,
- Logging of the Response and Requests Of The Application
- Automatic detection of the CodePage used in the WebApplication and preventation of the lowhigh unicode attack to the ASP.Net Applications.
- Includes whole the features and some advances of the Validator.Net inside.
- The filtration process is fully customable over Web Browser and The Validation Process can be tracked over Web Browser.
- Includes Automatic Application Unhandled Error Detection and Logging.
- No need to change the code of the Application.
- Implemented as a HttpModule.
- Integrates with existing ASP.Net Web Applications
- Can be easily configured using web.config