Basic concept of SQL injection

Website Hacking is dream of every new hacker and SQL injection is one of the most favourite hacking attack of a hacker. Today we are going to learn some basic concept of SQL injection >> Section 1 – SQL Injection (Basics):- I have to try my best to explain the meaning of SQL Injection and how it works. What is SQL Injection? Basically SQL Injections or simply called Structured Query Language Injection is a technique that exploits the loop hole in the database layer of the application. This happens when user mistakenly or purposely(hackers) enters the special escape characters into the username password authentication form or in URL of the website. Its basically the coding standard loop hole. Most website owners doesn't have proper knowledge of secure coding standards and that results into the vulnerable websites. For better understanding, suppose you opened a website and went to his Sign in or log in page. Now in username field you have ...