23 Nov 2007
Researchers at Cambridge University's computer science department have used Google to help crack passwords obfuscated in the Message-Digest Algorithm 5 (MD5) format.
Steven Murdoch, a security researcher who runs the Light Blue Touchpaper blog, discovered that an intruder had broken into his website and created an administrator account in the Wordpress blogging software installed on the server.
While carrying out computer forensics to discover the extent of the damage, Murdoch became interested in learning the hacker's Wordpress password.
As Wordpress passwords are MD5 hashed and stored in the user database, Murdoch wrote a script which hashed all words in the English dictionary to find a match.
When this failed Murdoch switched to a Russian dictionary, as comments in that language were discovered in the new code installed on the server. This did not work either, so he turned to Google.
Murdoch inputted the MD5 password hash into Google and got several hits with one thing in common: the name 'Anthony'. Sure enough, 'Anthony' was the password.
"Because of this technique, Google is acting as a hash pre-image finder, and
more importantly finding hashes of things that people have hashed before," said
Murdoch.
"Google is doing what it does best: storing large databases and searching them.
I doubt, however, that they envisaged this use."
Latest stories from Security
Related articles
Related jobs
Poll
What is the most important IT priority for your company this year?
Hands on with the highly anticipated Android 4.0 Ice Cream Sandwich hybrid tablet
Connect with V3.co.uk
This paper focuses on a series of best practices and techniques for development teams looking to improve their software development processes
Why good data management at all levels is essential in the modern business (video, 6mins)
Java / Oracle Coherence Technical / Solution Architect...
ASP.Net/C#/Web Development/Desktop Development/Winforms...
My Major client urgently requires an experienced contract...
Decision Systems Analyst West Midlands £19-24,000 Are...
Keep up to date with the latest products, services and technologies from the world's leading IT companies. IThound.com brings you over 2,000 white papers, case studies and analyst reports.
Do you agree?
What dictionary doesn't contain Anthony?
I was just wondering what dictionary was used in the first attempt, which failed to discover Anthony? Just musing!
Posted by: Anthony 17 Dec 2007
This is why...
This is why it's always recommended that your password be a combination of numbers and letters and perhaps even symbols. By the way, Google does NOT use a password cracker, it does exactly what you said - it indexes other people's content. It would be like saying Google steals people's email addresses it indexed a contact page from your website that happened to have your email address.
Posted by: George 23 Nov 2007