Careful what you post online, be very careful.
Steven J. Murdoch , a security researcher at the University of Cambridge Computer Laboratory recently had his WordPress blog hacked. The hacker created an administrator account on the blog. However Steven quickly deleted it. He then began investigating how this happened. In the process of doing this he was curious about the password that the hacker used.
WordPress stores raw MD5 hashes in the user database. It is believed to be computationally infeasible to discover the input
of MD5 hash from an output. Someone would have to try out all
possible inputs until the correct output is discovered.
Steven looked at various lengthy methods of uncovering the password, but in the end he turned to Google. It seems that many sites use hashing for query strings. His search led him to a genealogy page with the surname of Anthony. Bingo, this was indeed the password.
More detail can be found in his original posting about Google as a password cracker.













