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
Difference between revisions of "DefApp"
From OWASP
Dinis.cruz (talk | contribs) |
Medelibero (talk | contribs) |
||
Line 13: | Line 13: | ||
* Integrates with existing ASP.Net Web Applications | * Integrates with existing ASP.Net Web Applications | ||
* Can be easily configured using web.config | * Can be easily configured using web.config | ||
+ | |||
+ | {{Template:Stub}} | ||
[[Category:OWASP .NET Project]] | [[Category:OWASP .NET Project]] |
Revision as of 02:45, 15 August 2006
Partial port of ModSecurity to the .Net Platform which includes the following features:
Download: 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
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.