Results 1 to 4 of 4

Thread: SQL Injection

  1. #1
    Join Date
    Nov 2009
    Posts
    117

    SQL Injection

    Hi, I want to know about the SQL Injection, Can anyone help me to get some more information about this? Please, help me. I am waiting for your reply.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: SQL Injection

    Hi, I don't know more about this SQL Injection in SQL. But have some knowledge such as SQL Injection is mostly used by hacker or professional to harm the information through intellectual technique. Suppose, if you want to write SQL query which will make effect to the database, such as

    Delete * From Student;

    Then this can be termed as inject in SQL by writing DML in textbox.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: SQL Injection

    Hello, Basically Sql injection is used for the purpose of harming the database. It is the process of passing SQL query into an application in such a way which is not specified by the developer of that application, so it is the strategy to attack the database.

    Example

    SELECT FROM student WHERE username="ramesh" AND
    password="psw".

    A hacker can enter into the system by using such commands and attack your system.

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: SQL Injection

    Hi, Sql Injection can be called as a input manipulation attacks. It can be created with the String concatenation, in which the user can change through entry the result sql statement.

    For Example:

    select username from login where username = '&txtuser.Text&'

    This can be used for the attack on the database.

Similar Threads

  1. Understanding SQL Injection Attacks
    By spookshow in forum Guides & Tutorials
    Replies: 3
    Last Post: 01-03-2012, 07:45 PM
  2. How to do DLL injection logic
    By Thenral in forum Software Development
    Replies: 5
    Last Post: 27-06-2011, 10:30 AM
  3. XML injection in a SOAP request
    By Logan.M in forum Software Development
    Replies: 4
    Last Post: 30-04-2009, 11:30 PM
  4. The U.S. site Kaspersky hacked by SQL injection
    By Marlon in forum Networking & Security
    Replies: 3
    Last Post: 09-02-2009, 02:47 PM
  5. How to protect SQL injection attack
    By Projectkmo in forum Software Development
    Replies: 0
    Last Post: 04-12-2008, 01:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,692,293.68969 seconds with 16 queries