To Documents

Rails Security

The Top 10 Reasons Web Sites Get Hacked

Reference: www.networkworld.com/article/2286560/lan-wan/
the-top-10-reasons-web-sites-get-hacked.html

Here are the 10 methods that this article lists:

  1. Cross site scripting (XSS)
  2. SQL Injection attacks
  3. Malicious file execution
  4. Cross site request forgery
  5. Insecure direct object reference
  6. Information leakage through error messages
  7. Broken authentication and session management
  8. Insecure crypographic storage
  9. Insecure communications
  10. Failure to restict URL access

Let's examine some of these methods in more detail.

Cross Site Scripting (XSS)

SQL Injection

Cross Site Request Forgery (CSFR)