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
Jump to: navigation, search
Line 1: Line 1:
 
Partial port of ModSecurity to the .Net Platform which includes the following features:
 
Partial port of ModSecurity to the .Net Platform which includes the following features:
  
Download at: [http://prdownloads.sourceforge.net/owasp/Owasp_DefApp.zip Owasp_DefApp.zip]
+
Download: [http://prdownloads.sourceforge.net/owasp/Owasp_DefApp.zip Owasp_DefApp.zip]
  
 
* Validation of Cookies And Querystrings for the given rules,
 
* Validation of Cookies And Querystrings for the given rules,

Revision as of 21:49, 24 July 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