While reading the SANS Internet Storm Center’s RSS feed, I found an interesting article on SQL Injections. http://isc.sans.org/diary.html?storyid=5416
The intriguing part was doing injections without the use of quote or semicolons. Which allowed me to do some injections of my own on a production server!
It really is very important to treat any data coming from the Internet as ‘tainted’, and sanitize it. If you think it can’t be ‘tainted’, download a copy of Opera. Visit the web page with Opera. Use View Source, and edit away! Change all the default values you expect to unsafe data. Click the Apply Changes button. Use your altered form to inject with.
Notes from my experience: