MySql.com Hacked With Sql Injection
iceco2 writes "MySql.com and associated sites were hacked today. Among other items some simple passwords were recovered and private emails were revealed. Ironically the attack was performed using a blind sql injection attack."
Microsoft web serving products? How dumb can can a bot get? Turing fail.
Help stamp out iliturcy.
I just use something : addslashes(addslashes(addslashes(addslashes($str)))) ; ;-) ;
I like slashes
I herd you like Sql, so we injected Sql in your Sql so you can have Sql while you code MySql
Jesus fuck, people. It's not rocket surgery.
Apparently it's brain science.
Seven puppies were harmed during the making of this post.
You would expect a person correcting the summary's definition of irony to be aware that there are multiple definitions of irony. The grandparent was clearly ignorant of this fact, thus making the comment meta-ironic.
Like this?
Ironically, the OP correcting someone else for not using ironic correctly is both hypocritical and ironic.
Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
Screwing up irony is the only thing that unleashes the linguists with such ferrousity.
Be relentless!
Like Oracle not seeing it coming?
Be relentless!
When interviewing people for QA positions, I routinely ask "Do you know what an SQL injection attack is?"
I have never yet interviewed a candidate who answered yes.
So, then I explain what an SQL injection attack is, and ask how they would test for vulnerability to one.
Almost without exception, the answer is "I guess I would try entering some special characters and keywords into the GUI, and see what happens."
http://xkcd.com/756//
addslashes() is unsafe. In PHP you want to be using the standard function "mysqlreallyescapethingsanddoitproperlythistime()". Don't go using "mysqlescapethingscorrectly()" by mistake, that one is completely insecure.
(Seriously, why do people use PHP?)
I think your pun detector is a little rusty.