All-in-One Guides:Web application security -- How to prevent attacks
Types of attacks
SQL injection
-
SQL injection: Secure your Web applications
Tip - SQL injection exploits wreak havoc on vulnerable Web sites. Expert Caleb Sima explains how to protect your applications against these popular and destructive injection attacks.
-
Ways to automate SQL injection testing
Tip - Manual testing for SQL injection requires much effort with little guarantee that you'll find every vulnerability. CISSP Kevin Beaver offers a better way: automated SQL injection testing.
-
Blind SQL injection attacks explained
Tip - Most security professionals know what SQL injection attacks are and how to protect their Web applications against them. But they may not know that their preventative measures may be leaving their applications open to blind SQL injection attacks. SQL...
-
SQL injection: Developers fight back
Tip - SQL injection attacks are a popular threat against application security. Anurag Agarwal provides 10 steps developers can use to secure their Web applications against SQL injection.