Tech Sharing Blog

Web, Tech, Tips, Download Blog…

Advertisement

Advance SQL Injection

By David on June 17, 2009

sqlinjection Advance SQL InjectionThere are a lot of web site attacking method now a days, one of the most attacking method that we can easily found is the SQL Injection.


First of all, before you know about the SQL Injection, you may need to know what is SQL. Structured Query Language (‘SQL’) is a textual language used to interact with relational databases.


There are many varieties of SQL; most dialects that are in common use at the moment are loosely based around SQL-92, the most recent ANSI standard. The typical unit of execution of SQL is the ‘query’, which is a collection of statements that typically return a single ‘result set’. SQL statements can modify the structure of databases (using Data Definition Language statements, or ‘DDL’) and manipulate the contents of databases (using Data Manipulation Language statements, or ‘DML’). In this paper, we will be specifically discussing Transact-SQL, the dialect of SQL used by Microsoft SQL Server.


SQL Injection occurs when an attacker is able to insert a series of SQL statement into a ‘query’ by manipulating data input into an application.


The attacker may use the try and error method to study the database table structure and may inject the statement either to read, delete, edit your data in database or more  dangerous is they may take control ovre your database server.


The following PDF file explain the SQL injection in more detail, you may download, study and understanding the most common SQL Injection technique use by the attacker.


Advance SQL Injection (86)


Popularity: 2% [?]



Related posts:

  1. Possible injection use keyword All the web developer, web admin, as well as DB...

  2. SQL Server Do’s And Dont’s So, you are now the leader of a SQL Server...

  3. phpBB Forum user registration integration Just working out on the phpBB3.0 on the user registration...

  4. Terminal Server has exceeded maximum number of allowed connection By  default, window server 2003 only come with the 2...

  5. phpBB open source forum application Because of I need to handle a project in my...


Comments

No Responses to “Advance SQL Injection”

Write a Comment

CommentLuv Enabled
SEO Powered by Platinum SEO from Techblissonline