• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to break your favorite search engine

finite automaton

Golden Member
I found this out accidentally today by searching for stuff. Go to your favorite search engine and do a search for the following string:

sql create table not null

I've experimented with the string, and "sql create table xx" where xx is anything will break your favorite search engine. It's quite interesting, I think.
 
The internet is going to make a liar out of me 🙁

I swear, I tried the query on google, yahoo, and ask.com and every time I got a "Page could not be displayed error", but the search engines worked fine with other queries.

<-Owned.
 
I'm relatively certain it was your connection or something. SQL injection wouldn't cause a "Cannot find server or DNS" error.
 
Maybe you broke your ISP's spying/logging table and as such it wasn't able to return your page. And yes, connection issue.
 
You just got unlucky. There's nothing about that query that would cause something to break. It's just a string. SQL injection stuff that might cause some apps to break via their input fields usually have quotes and semicolons in them.
 
Back
Top