Everyone's seen the following in almost every SQL injection tutorial on the planet:
UNION ALL SELECT 0,0,0,0,0 FROM users
This is the standard method of SQL injection: slide in a UNION statement to join two SELECT statements together and thus get the data you're looking for. This is fun, but it often produces ugly and hard to interpret results. Read the rest of this entry »