This morning, simply because I was bored, I did a search on Google, using a certain query (I will not post it here as we will have every script kiddie/wannabe hacker doing it) to see how many sites out there are still putting their SQL queries in the querystring. Google returned 48,700 results, thats 48,700 chances to ruin someone's site, and the majority of them ended in .gov. Yes government sites that make SQL Injection even more simple to accomplish. Who do they contract to do their web development? I thought that more developers realized that this is probably one of the worst ideas when it comes to creating a site.
Please tell me that none of our members here are insane enough to develop and deploy sites in this manner. It's sad that our government would allow such security holes to be deployed, to be used in releasing their information to the general public. I don't know about you, but that goes a long way in removing any respect I have for our government (this is
not a political discussion so please don't turn it into one).
This is one that it turned up, site name removed to protect the stupid
QUOTE
http://<removed>.gov/services/agreements.asp?p=20&ps=&q=SELECT+B.applicant_name%2C+B.trade_name%2C+B.bus_address_f_no
%2C+B.bus_street%2C+B.bus_quad%2C+A.id%2C+A.entity%2C+A.patrol_service_area%2C+A.expiration_status%2C+A.expiration_date
%2C+A.investigator%2C+A.pdf%2C+A.url+FROM+abra_rw.tblLicense_hold+AS+B%2C+abra_rw.agreements+AS+A+WHERE+B.id+%3D
+A.business_id+AND+applicant_name+LIKE+'%25%25'+ORDER+by+B.applicant_name%3B
Do they not realize how easy it would be to wipe all this data out?