Posts

Showing posts from April, 2020

What is SQL injection

Image
A lots of people asking me that what is SQL injection, so today topic is about This Vulnerability. In this topic you will learn what SQL injection is and how hackers exploit these types of Vulnerabilities. SQL injection  is a  c ode 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  s ecurity 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 repudi...