BlogCadre users see no ads!  Popular topics: humor, video, links, cool, wtf.  Go create an account!




SQL Injection tool

The boys over at haxademix.net never cease to amaze me, this time rolling out a web based and virtually anonymous SQL injection tool (it's FREE to).

http://evil.hackademix.net/sqlit/

** For those of you who do not know what an SQL injection is...

SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.

From Wikipedia, the free encyclopedia

have fun and remember it's for EDUCATIONAL purposes :)