RainbowCrack 1.4 is released

Posted: July 23rd, 2009 | Author: | Filed under: IT Related | Tags: , , , , | 2 Comments »

This version focus on more effective rainbow table file format. New features:

  • New compact rainbow table file format (.rtc) reduce rainbow table size by 50% to 56.25%
  • New rt2rtc utility convert rainbow table from raw file format (.rt) to compact file format (.rtc)
  • New rtc2rt utility convert rainbow table from compact file format (.rtc) to raw file format (.rt)
  • The rcrack/rcrack_cuda program support both .rt and .rtc rainbow table file format
  • Conversion from non-perfect to perfect rainbow table is supported by rt2rtc utility

Smaller rainbow table significantly improve table lookup performance!

Introduction
RainbowCrack is a general propose implementation of Philippe Oechslin’s faster time-memory trade-off technique. It cracks hashes with rainbow tables.

Features:

  • Full time-memory tradeoff tool suites, including rainbow table generation, sort, conversion and lookup
  • Support rainbow table of any hash algorithm
  • Support rainbow table of any charset
  • Support rainbow table in raw file format (.rt) and compact file format (.rtc)
  • Computation on multi-core processor support
  • Computation on GPU (via NVIDIA CUDA technology) support (not freely available)
  • Computation on multi-GPU (via NVIDIA CUDA technology) support (not freely available)
  • Runs on Windows XP 32-bit and Windows Vista 32-bit
  • Command line user interface

A brute force hash cracker generate all possible plaintexts and compute the corresponding hashes on the fly, and then compare the hashes with the target hash. The plaintext is found if one of them match, otherwise the intermediate computation results are discarded.

A time-memory tradeoff hash cracker need a precomputation stage, at the time all plaintext/hash pair within the selected hash algorithm, charset, plaintext length range are computed and the results are stored in files called rainbow table. It is time consuming to do this kind of computation. Once the one time precomputation is finished, hashes within the table can be cracked with much better performance than a brute force cracker.

Visit http://project-rainbowcrack.com/ for more information.

[img src]


2 Comments on “RainbowCrack 1.4 is released”

  1. 1 Tool Update : RainbowCrack | PenTestIT said at 2:00 PM on July 24th, 2009:

    […] RainbowCrack 1.4 is released | Xanda's Blog !~! SHARETHIS.addEntry({ title: "Tool Update : RainbowCrack", url: "http://pentestit.com/2009/07/24/tool-update-rainbowcrack/" });Related PostsJuly 22, 2009 — Forensic tool – Belkasoft Forensic Studio July 20, 2009 — Perform both generation and mutation based fuzzing with peachfuzzJuly 17, 2009 — TweetMyPC – Remote Control your Windows PC July 16, 2009 — Coupon code – Free Norman Security Suite v7 1 Year LicenseJuly 15, 2009 — SolFileCypher – hide or test your file from antivirusJuly 10, 2009 — Fuzzware – Web Services and ActiveX controlsJuly 8, 2009 — N-Stalker – web application scannerJuly 8, 2009 — a-squared Anti-Malware – free one year couponJuly 6, 2009 — MSF eXploit Builder – GUI to build Metasploit Framework […]

  2. 2 Waleed said at 6:59 PM on August 6th, 2009:

    net bad dowh! tapi still depend on rainbow table..


Leave a Reply