This blog is created by anil joshi and A blog about social networking , tech , earning tips , technical news , some knowladge , technical updates , true tricks and tips , web tips and more informations . i will trying to provide you true informations in this blog . so please support our blog and share also . Thank you

Thursday, April 18, 2019

What is sql injection ?

🌀 What is sql injection ? 🌀

SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).SQL injection must exploit a security vulnerability in an application's software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL database.

SQL injection attacks allow attackers to spoof identity, tamper with existing data, cause repudiation issues such as voiding transactions or changing balances, allow the complete disclosure of all data on the system, destroy the data or make it otherwise unavailable, and become administrators of the database server.

In a 2012 study, it was observed that the average web application received 4 attack campaigns per month, and retailers received twice as many attacks as other industries.

        ➖ Thanks for read my post.. ➖

No comments:

Post a Comment