Share this post! | Vote this! |
|
SQL Injection is one of the more popular application layer hacking techniques that is used in the wild today. It is a trick that exploits poorly filtered or not correctly escaped SQL queries into parsing variable data from user input. The idea behind SQL injection is to convince the SQL application (whether MySQL, MSSQL, PostgreSQL, ORACLE etc) to run an SQL string that was not premeditated.
Contents Included
1 Severity
2 Exploit Likeliness
3 SQL Injection Types
4 SQL Injection Techniques
5 SQL Injection Mitigation
6 References
7 Tools More...
SQL Injection Attacks by Example
What Is URL Based SQL Injection
Contents Included
1 Severity
2 Exploit Likeliness
3 SQL Injection Types
4 SQL Injection Techniques
5 SQL Injection Mitigation
6 References
7 Tools More...
RECOMMENDED READING
SQL Injection Attacks by Example
What Is URL Based SQL Injection
0 comments:
Post a Comment