Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 95 +-   Free Rainbow Tables Looking For New Admin on Friday July 17, @12:24PM

Posted by kdawson on Friday July 17, @12:24PM
from the all-the-colors dept.
security
internet
lee writes "After almost three years online, the admin of Free Rainbow Tables has decided to call it a day, citing a lack of time to keep it running. (I'm sure that you all know a rainbow table is essentially a giant list of precomputed hashes.) This is a shame, as the site is a useful resource for those occasions when you really need an existing password exposed, rather than simply changing it. I'm a Windows admin, and this site has come in very handy in the past. The currently computed tables weigh in at well over half a terabyte, are available as torrents from the site, or from a couple of mirrors (and alternatives are available). When the site was active, it featured a downloadable BOINC client to put your idle cycles to work computing ever-greater tables, and a space-saving format for storing the tables. The admin is willing to hand over source code if you wish to take over, though I suspect hosting is not included!"
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by goobermaster (1263770) on Friday July 17, @12:31PM (#28732189)

    The headline 'Free Rainbow Tables' makes you immediately think of a table covered in Skittles

    • wish i could mod this 'tasty'
    • think of a table covered in Skittles

      Billy Mays here for Free Rainbow Tables dotcom. Have you ever needed a giant list of pre-computed hashes? Have you ever forgotten the password to that old Linux box sitting in the corner of the accounting department's coat closet? Then have I got just the thing for you! All you need to do is, and this part's amazing, is go to freerainbowtables.com, that's freerainbowtables.com, enter your hash-string, and voila, there's your password. It's so easy, a paraplegic blind

      • You forgot to yell.

        HI, BILLY MAYS HERE WITH A FANTASTIC NEW PRODUCT....

        Filter fodder: "Filter error: Don't use so many caps. It's like YELLING."

        • Billy Mayes didn't yell. It seemed like it because, just like Chuck Norris, when he spoke the rest of the world knew the STFU.

    • It makes me think of smarties you insensitive clod.

    • But if you were hungry, wouldn't you think of actual *food* instead? ^^

  • I am sure that plenty of groups that may "need an existing password exposed" are interested in anonymously donating hosting for this project.

    • Re: (Score:3, Insightful)

      Or pay-for-download and/or pay-for-lookup service, and keep the site online.

      • They already accept money to buy more credits for heavier access of their service. For those that are unwilling to pay in cash, they offer credits for populating their system with hashes through the use of their client.

        Somehow I think that if money were the issue, they would just say they lack money instead of saying they lack time. Considering that they've had two upsets in the last two months, a lack of time sounds like an honest reason.

      • Or pay-for-download and/or pay-for-lookup service, and keep the site online.

        In such a case, they would clearly need to change their SLD name, to not have the word 'free' in it.

    • Re: (Score:3, Insightful)

      I am sure that plenty of groups...are interested in anonymously donating hosting for this project.

      You think? Personally, I think you'd have to be a glutton for punishment, to want to admin a site for people interested in rainbow tables.

  • by MoldySpore (1280634) on Friday July 17, @12:36PM (#28732249)

    Buy the domain, contact LeVar Burton to help promote it, and post video testimonials on how great they work.

    LeVar: "Crack passwords now! But you don't have to take my word for it..." *dun dun dunnn!*

  • Salts? (Score:5, Informative)

    by Sir_Lewk (967686) <<sirlewk> <at> <gmail.com>> on Friday July 17, @12:47PM (#28732421)

    I thought the prevelance of using salts with hashes obsoleted rainbow tables years ago.

    • Re: (Score:3, Informative)

      Once you've reverted the hash back to salt+plaintext, it's *much* easier to remove the salt (often some string concatenated with the plaintext).

      • That would be true but with something like a 20 character salt the required rainbow tables to cut down the time to a reasonable level would take a ridiculous amount of storage. You could of course compile a set of rainbow tables for that specific salt but then you may as well give up on rainbow tables.

        • Perhaps that's why they are offering to sell the entire set of indexed hashes for just under $600? (shipped on a 1.5 TB usb disk drive). Considering their relative lack of mark-up on the 1.5 TB usb disk drive, I don't get the impression that these guys were in it for the money.

      • Re:Salts? (Score:5, Insightful)

        by zindorsky (710179) <zindorsky@gmail.com> on Friday July 17, @01:14PM (#28732795)

        Once you've reverted the hash back to salt+plaintext, it's *much* easier to remove the salt (often some string concatenated with the plaintext).

        Often? That's the definition of salt.

        Also, rainbow tables don't revert the hash back to salt+plaintext. Rainbow Tables don't work if salt was (correctly) used. Well, I guess you could make a set of RTs for every possible salt value ... if you have an ice age or two to wait.

    • Re: (Score:3, Informative)

      Using salts with hashes obsoleted rainbow tables years ago (if you know what you're doing).

      There, corrected it for you.

    • Re:Salts? (Score:5, Insightful)

      by RiotingPacifist (1228016) on Friday July 17, @01:09PM (#28732713)

      The site host/cracked NTLM LM MD5

      NTLM is still used in the following situations:
      * The client is authenticating to a server using an IP address.
      * The client is authenticating to a server that belongs to a different Active Directory forest, or doesn't belong to a domain.
      * No Active Directory domain exists (commonly referred to as "workgroup" or "peer-to-peer").
      * Where a firewall would otherwise restrict the ports required by Kerberos (of which there are quite a few)

      So kids getting their teeth wet on home networks, which probably explains why its not being supported. MD5 is still used by applications that arn't quite sure what they are doing/can't do much more e.g grub, im clients, etc.

      Lookup tables are still useful in cracking WPA [renderlab.net]

    • Just because better security exists does not mean that people use it.

      I use a properly secure passphrase on my credit card's website, but on accounts that aren't as critical (Slashdot), I use a simpler password.

      P.S.: It's "hunter2".

    • Re:Salts? (Score:5, Informative)

      by zindorsky (710179) <zindorsky@gmail.com> on Friday July 17, @01:10PM (#28732737)

      I thought the prevelance of using salts with hashes obsoleted rainbow tables years ago.

      True. Correctly salting your password hashes will make rainbow tables useless.

      But ... Guess which system still doesn't salt passwords? Windows!

    • IIRC up to XP (which is still the most common version in buisnesses afaict) windows was still generating relatively weak lm hashes by default.

  • I was expecting more tables than just MD5 and two types of Windows passwords. You can already download the Ophcrack DVD to do Windows passwords with rainbow tables.

    Renderlab offer wifi WPA rainbow tables: http://www.renderlab.net/projects/WPA-tables/ [renderlab.net] . I hope whoever takes over takes note of projects like that, and tries to expand the range of tables available.

  • If you need a password to access an account in windows (or linux for that matter), just use Kon-boot [piotrbania.com] instead of messing around with rainbow tables.
    • Re: (Score:3, Informative)

      I can't imagine that a tool like this would allow you to authenticate to the domain controller. Cracking the hash cached on the local system would.

      Unless windows is so insecure that the domain controller just takes the local workstation's word that you successfully logged in. I can't imagine such a design lasting this long. If it did you could get the machine's key off the local hard drive and then authenticate as anybody over the network.

      • The local machine caches the credentials. We see this with laptop users. They have to be connected to the network here to log on the first time, then they can take it home and log in just fine without a network connection. If they change their password on their work desktop, the laptop still uses the old one until they try to log into the account again while connected to the network. So, the domain controller does not take the local machine's word for it, but the local machine does not necessarily check in
        • Yep. As far as I understand it, Kon-Boot will only allow you to gain root to any computer to which you have *physical* access. So no domain controllers

        • Does the local machine actually cache the network credentials between sessions? I thought that it only kept a hash so that it could verify that a password is valid, but that unless the password itself were supplied it couldn't log into the domain controller.

          If it did cache the actual credentials, then why would we need to crack hashes in the first place? Why not just use the stored credential?

    • Re: (Score:3, Informative)

      Granted, EFS (Encrypted File System - the "encrypt" option on NTFS) isn't the greatest, but it's there, it's included with Windows (and thus, perceived as "free as in beer"), and people use it.

      Kon-Boot will grant you access to the account, but not to anything that the user encrypted using EFS. I have just tested this today to be sure before posting.

      That is one reason why people would want to know the current password rather than just bypass the password, though Kon-Boot certainly still has its uses.

      • No problem. At least it's not a white font on a black screen :P Not that I have anything to do with Kon-Boot anyway.
  • Whoops (Score:5, Insightful)

    by neokushan (932374) on Friday July 17, @01:11PM (#28732761)

    Slashdotting the site really isn't helping to keep it online.

  • rainbow table? (Score:3, Informative)

    by spottedkangaroo (451692) * on Friday July 17, @01:16PM (#28732837) Homepage
    I'm sure a huge precomputed hash database is handy and everything, but are we sure that's what a rainbow table is? I tried very hard to make sense of the Oechslin paper on rainbow attacks and it doesn't mention anything about pre-computing individual hashes. It's about reconstructing cipher chains (or something like that). Perhaps the term has just become diluted over the years. Seems wrong to me.
    • by Shikaku (1129753) on Friday July 17, @12:41PM (#28732351)

      News for Nerds.

      • Shikaku wa sora, shikaku wa hiroi
        • Ok, there must be another meaning besides the literal translation.

        • Re: (Score:2, Informative)

          Maruha medama
          Maruha kirei
          Kuroibudouno
          Amaiagi

          Sankakuha gikan
          Sankakuha hayai
          Sakana no shippono
          Furuekata

          Shikakuha Sora
          Shikakuha Hirui
          Hanawo kandera
          Iinaoi

          3.14159 2653589 7932384
          626433 8327950 28841197 1693993
          751582

          .

          circle is eyeball
          circle is beautiful
          blackberry's sweet taste

          triangle is time
          triangle is fast
          the movement of fish's tail

          square is sky
          square is wide
          it smells good when you smell flowers

          3.14159 2653589 7932384 626433
          8327950 28841197 1693993 751582

            • Or copied from the only shitty lyrics site I could find that didn't have malware shit going on or a lame javascript protecting the lyrics they ripped off someone else. ^_^

              Attribute all errors to the editor, not the author.

              • Uuum, every tried the option under "settings -> content -> extended..." in Firefox? Disable the right-click menu-hiding functionality, and you're good.

                Oh, and Firebug always helps, when nothing else does.

    • by RiotingPacifist (1228016) on Friday July 17, @12:47PM (#28732423)

      Because slashdot used to be a site for geeks, however recently anytime somebody uses a simple TLA/ETLA people start bitching that they don't know what it meant and they are too lazy to google and/or wikipeida it, so instead you get a stupid thread full of people who have !RTFA commenting on a subject that is of no interest to them, if it was they would have understood the TLA in TFS, this really annoys the few geeks that actually RTFA as it dilutes the comments. As a TFS contains redundant information to prevent people going "what are rainbow tables?", lets be honest if you're the kind of geek that has ever done any 'cracking' you knew what it mean, if you're not then you don't care.

      p.s irony of this post not lost on me!

      • by Obfuscant (592200) on Friday July 17, @12:58PM (#28732561)
        lets be honest if you're the kind of geek that has ever done any 'cracking' you knew what it mean, if you're not then you don't care.

        Let's be honest, I'm a kind of geek that has done cracking, but I don't devote my life to it. I've never heard the term "rainbow table" applied to the lists of precomputed hashes, so it was nice to have a simple hint that said "precomputed hashes", and I do care.

        • If you just mentally link rainbow table with precomputed hashes then you have missed the point entirely. Rainbow tables are an entirely new approach to the problem. It isn't simply storing every precomputed hash. It has a few advantages such as much less disk space is needed, much faster due to indexes as well as less to load from disk, etc. It's actually probabilistic in nature and does not guarantee 100% that a given hash is found. You may want to spend the time to read through the FAQ [freerainbowtables.com] if you are int
      • What was annoying was not the information, but the presentation. Modify the wording to be along the lines of 'For those unfamiliar, blah blah blah' and the summary changes from demeaning/belittling to those unfamiliar, to informative. This is the sort of thing that keeps the nerd in the corner by himself at a party :)
      • People start bitching because it's a knee-jerk reaction at this point. We're trying to convince people that it takes less time for them to type 2-3 words explaining it than for thousands of people to Google it and figure out which of the many results are applicable based on context. Would you agree or disagree with this statement?

        Also, just because I'm not familiar with it doesn't mean I won't find it interesting. Especially if I'm interested in it, and used them lots before someone invented a new name f

        • Please see my comment [slashdot.org] on the matter of "a new name for it for no reason."

          If it was nothing but precomputed hashes then indeed it would not be very interesting as it is nothing new. However, it's quite a bit different as the lookups are probabilistic, not 1:1 look ups for is the hash there yes/no.

          For that matter educating people to learn how to use salts with their hash for storing passwords is no where near complete even among savy geeks.
An eye in a blue face Saw an eye in a green face. "That eye is like this eye" Said the first eye, "But in low place, Not in high place."