Friday, May 22, 2015

Major Web applications attacks in .Net

As a Programmer, when we write code, we will concentrate on the functionality and output, but we are least bother about security of the application. Secure code gives always freedom from hacking.

Below are few known attacks of web application (OWSAP top 10 .Net attacks)

  1. Security Misconfiguration
  2. Cross Site Scripting
  3. SQL Injection
  4. Cross Site Request Forgery
  5. Failure to Restrict URL Access
  6. Insuffitient Transport Layer protection
  7. Unvalidated redirects and Forwards
  8. Insecure Direct Object Reference
  9. Authentication Breach
  10. Insecure Cryptographic Storage