rainbowcrack-1.2-src

所属分类:加密解密
开发工具:Visual C++
文件大小:44KB
下载次数:92
上传日期:2009-03-18 16:34:24
上 传 者kugong
说明:  彩虹表 crack-hash 破解密码 。。。。。
(rainbowcrack crack-hash 破解密码 。。。。。)

文件列表:
rainbowcrack-1.2-src\disclaimer.txt (719, 2003-11-23)
rainbowcrack-1.2-src\doc (0, 2003-11-23)
rainbowcrack-1.2-src\doc\configurations.htm (13747, 2003-11-21)
rainbowcrack-1.2-src\doc\customcharset.htm (3953, 2003-11-21)
rainbowcrack-1.2-src\doc\rcrackdemo.htm (13539, 2003-09-18)
rainbowcrack-1.2-src\doc\rcracktutorial.htm (16063, 2003-11-22)
rainbowcrack-1.2-src\src (0, 2003-11-23)
rainbowcrack-1.2-src\src\ChainWalkContext.cpp (11854, 2003-11-23)
rainbowcrack-1.2-src\src\ChainWalkContext.h (2443, 2003-11-23)
rainbowcrack-1.2-src\src\ChainWalkSet.cpp (2536, 2003-11-23)
rainbowcrack-1.2-src\src\ChainWalkSet.h (1234, 2003-11-23)
rainbowcrack-1.2-src\src\charset.txt (564, 2003-11-07)
rainbowcrack-1.2-src\src\CrackEngine.cpp (9724, 2003-11-23)
rainbowcrack-1.2-src\src\CrackEngine.h (1523, 2003-11-23)
rainbowcrack-1.2-src\src\HashAlgorithm.cpp (1557, 2003-11-23)
rainbowcrack-1.2-src\src\HashAlgorithm.h (472, 2003-11-23)
rainbowcrack-1.2-src\src\HashRoutine.cpp (1381, 2003-11-23)
rainbowcrack-1.2-src\src\HashRoutine.h (813, 2003-11-23)
rainbowcrack-1.2-src\src\HashSet.cpp (2196, 2003-11-23)
rainbowcrack-1.2-src\src\HashSet.h (863, 2003-11-23)
rainbowcrack-1.2-src\src\makefile.linux (506, 2003-11-16)
rainbowcrack-1.2-src\src\makefile.win (851, 2003-11-16)
rainbowcrack-1.2-src\src\MemoryPool.cpp (1389, 2003-11-23)
rainbowcrack-1.2-src\src\MemoryPool.h (504, 2003-11-23)
rainbowcrack-1.2-src\src\Public.cpp (3320, 2003-11-23)
rainbowcrack-1.2-src\src\Public.h (1027, 2003-11-23)
rainbowcrack-1.2-src\src\RainbowCrack.cpp (10080, 2003-11-23)
rainbowcrack-1.2-src\src\RainbowTableDump.cpp (1831, 2003-11-23)
rainbowcrack-1.2-src\src\RainbowTableGenerate.cpp (6705, 2003-11-23)
rainbowcrack-1.2-src\src\RainbowTableSort.cpp (7715, 2003-11-23)
rainbowcrack-1.2-src\src\random_lm_alpha#1-7.hash (180, 2003-11-21)
rainbowcrack-1.2-src\src\random_lm_alpha#1-7.plain (420, 2003-11-21)
rainbowcrack-1.2-src\src\random_md5_loweralpha#1-7.hash (340, 2003-11-21)
rainbowcrack-1.2-src\src\random_md5_loweralpha#1-7.plain (580, 2003-11-21)
rainbowcrack-1.2-src\src\random_sha1_loweralpha#1-7.hash (420, 2003-11-21)
rainbowcrack-1.2-src\src\random_sha1_loweralpha#1-7.plain (660, 2003-11-21)
rainbowcrack-1.2-src (0, 2003-11-23)

RainbowCrack 1.2 readme RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique. In short, the RainbowCrack tool is a hash cracker. While a traditional brute force cracker try all possible plaintexts one by one in cracking time, RainbowCrack works in another way. It precompute all possible plaintext - ciphertext pairs in advance and store them in the file so called "rainbow table". It may take a long time to precompute the tables, but once the one time precomputation is finished, you will always be able to crack the ciphertext covered by the rainbow tables in seconds. System requirements Operating System: windows, linux CPU: the faster the better Memory: rtgen: no special requirement rtdump: no special requirement rtsort: 32MB free physical memory at least rcrack: no special requirement, performance is maximized when free physical memory size is as large as the rainbow table in use, however, it still works well when memory is low Documentation First of all, you can always take Philippe Oechslin's paper as your best reference of the algorithm. If you have never used the tool before, you can take a glance at some sample outputs of RainbowCrack when cracking some alpha only and alpha numeric windows passwords. The RainbowCrack tutorial is an essential reading if you want to make things working. "Large charset configurations for RainbowCrack" is useful for those want to create rainbow tables for large charset. It is still an interesting reading if you don't have enough processor resource. Some tips about charset customization is in the document "Custom charset in RainbowCrack". Compatibility issue RainbowCrack 1.2 support all rainbow tables generated/sorted by earlier versions of the tool. Changes in version 1.2 - Multiple hash algorithms support RainbowCrack 1.2 is more than an instant windows password cracker, multiple hash algorithms(md5, sha1...) are supported which means it is also an instant md5 hash cracker, an instant sha1 hash cracker... Other hash algorithm can be easily added as required. - Multiple platforms support RainbowCrack now works on windows and linux. The rainbow tables are exchangable, which means you can generate the tables on one platform and use it on the other. The code is in c++ and stl, porting to other system will not be very difficult. - Configurable plaintext length support This is useful if you want to generate some application specific rainbow tables, with application specific hash algorithm and charset. - LanManager password case correction It is with the help of NTLM hash in pwdump file. However, this kind of case correction takes very little time. - Filename convenience change Earlier versions of RainbowCrack will generate the table like "lm_alpha_0_2100x8000000_all.rt", while the new version generate the table like "lm_alpha#1-7_0_2100x8000000_all.rt". Here "#1-7" is the plaintext length definition. In earlier versions, it is fixed to "1 to 7". If RainbowCrack 1.2 doesn't find the plaintext length definition in the filename, it will consider it as "1 to 7". Alteratively, you can manually rename the file "lm_alpha_0_2100x8000000_all.rt" to the new style filename "lm_alpha#1-7_0_2100x8000000_all.rt". It makes no difference to RainbowCrack 1.2. Changes in version 1.1 - Custom charset support Changes in version 1.01 - Bugfix Changes in version 1.0 - Initial release Zhu Shuanglei http://www.antsight.com/zsl/rainbowcrack/ 2003/11/21

近期下载者

相关文件


收藏者