• 07
  • Jan

No doubt, Google is the information holder of the universe. Even for your insecure passwords. Not long ago Steven J. Murdoch discovered that you could search Google with the MD5 hash of a password and get results in which contain the password.

In this case, the MD5 is in the URL:

http://freepages.genealogy.rootsweb.com/~camat/harvey/srn/2/0/20f1aeb7819d7858684c898d1e98c1bb.html

MD5 Database
Example of MD5 values in a database

If you didn’t know, MD5 hashes are usually stored in databases in place of a password (or to verify file integrity). The password is passed through an algorithm to compute the hash value. This ’secures’ the password and prevents anyone from reading it in plain text. Depending on the size and complexity of your password is how long it takes to reverse engineer the hash back to the original value. This is achieved through a brute force method.

There are some other sites for searching for MD5 values.

What happened in Steven Murdoch’s case is that a Wordpress user elevated his privileges to administrator and comprised the Light Blue Touchpaper Blog. After cleaning up the mess, Steven was investigating and cleaning up after the incident. He was curious to what the password might be, so he pulled it from the Wordpress database and Googled it. There was his answer.

You can compute the MD5 hash of your password online — or if that doesn’t leave you feeling safe you could use xB Browser or a local application.

Interested in recovering MD5 hashes? Rainbow tables anyone?

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  • 28
  • Nov

THC Hydra

I stumbled upon an interesting find today. Mandylion Labs has a brute force calculator available in .xls format. I have also converted it (unmodified) to .ods format (Go OO.org) for you.

Take some time to enter the number of characters for your passwords to see how long it would take to crack. If it shows ‘0.00 hours’ it means that it is time to upgrade your passwords.

Also, it may be time for a personal password policy.

Brute Force Calculator XLS Format | Brute Force Calculator ODS Format

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  • 22
  • Nov

Firefox Logo SecureI hear a lot of people that are whole heartedly against saving passwords in their browser. I would agree if these were not encrypted in any way, but by implementing a master password in Firefox, we can encrypt our saved passwords. Beware that any passwords saved before you set your master password are NOT encrypted and it is still possible for malicious code to steal your passwords through a web site.

Just for giggles, I will to try to crack my Firefox master password. I will do this by using Nagareshwar Talekar’s FireMaster Firefox master password recovery tool.

Firemaster is a Windows only tool so I am going to load it up in my VMware and see how long it takes to crack my Firefox master password.

Download Firemaster.

Extract the Firemaster.exe to a folder, like your desktop.

I am going to use the brute force method. If you like, run firemaster without options to see the syntax switches. The most important switches are the -n for number of characters and the -a to specify which characters to use when brute forcing. Now run FireMaster as so:

firemaster -q -b -n 15 -a “qwertyuiopasdfghjklzxcvbnm1234567890!@#$%^&*()” “C:\Documents and Settings\Username\Application Data\Mozilla\Firefox\Profiles\XXXXXX.default”

Crack Firefox 1
Read the rest of this entry …

  • 17
  • Sep

1. Tools -> Options (Or Edit -> Preferences for linux)

2. Security -> Show passwords

OMG - there are all my passwords!!! So? Well what if ur mom gets on your computer and logs into your gmail acoount!!! oh n03s!!!

FIX IT!!

  1. Check Use Master Password under Options -> Security and enter a password. Be sure to use a complex password, something like P@ssw0rD, with upper case, lower case, numbers, and symbols and make it looooong. That way your younger computer geek brother can’t crack it, it will take him at least a day to brute force it, geez.
  2. You will have to enter the password in for each session you start in firefox SO DON’T FORGET IT or else you WILL NOT be able to access ur profile passwords.

peace!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  • 17
  • Sep

What makes a strong password?

Length is the key. Some say to create password with uppercase, lowercase, numbers and special characters. This does make a password harder to crack, but also makes the password hard to remember and leads to some people writing the passwords down. A password with 8 characters is good; a password with greater than 14 characters is great. Alot of programs will not even try to crack a password that is over 14 characters.

A 15 character password of letters is about 30,000 times stronger than a password that is 8 characters composed of characters from the entire keyboard. Which leads me to believe that senctences are the answer to password security.
Read the rest of this entry …