Hello,

I have written a patch for rainbowrack 1.2  -> http://www.antsight.com/zsl/rainbowcrack/rainbowcrack-1.2-src.zip that add the suport for the oracle hash algorithm into rainbowcrack.

The problem is that Oracle hash depend on the login name. So you have to
  generate rainbow table for each login. A good idea is to create
rainbow table for the defaults system account like : sys, system etc...

Enclosed you can find the modified file  (do no have time to make a .diff neither to optimize so much the code).

I ve put also a generate.bat file in order to calculate the rainbow table for 1 7 password length.


Remark: the provided source are for the account SYSTEM

    const unsigned char login[200]="SYSTEM";
    const int longueur=6; (length of the login)

If you want to calculate the table for another account you will have to modify the source and compile it again (or maybe if u have time u can add a command line parameter and make a new version of this patch)

Have fun.

Fabien.K


Attachment: HashAlgorithm.cpp
Description: Binary data

Attachment: HashRoutine.cpp
Description: Binary data

Attachment: HashAlgorithm.h
Description: Binary data

Attachment: HashRoutine.h
Description: Binary data

# charset configuration file for rainbowcrack 1.1 and later
# by Zhu Shuanglei <[EMAIL PROTECTED]>

alpha                  = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]
alpha-numeric          = [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]
alpha-numeric-oracle   = [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$_]
alpha-numeric-symbol14 = [EMAIL PROTECTED]&*()-_+=]


all                    = [EMAIL PROTECTED]&*()-_+=~`[]{}|\:;"'<>,.?/]

numeric                = [0123456789]
loweralpha             = [abcdefghijklmnopqrstuvwxyz]
loweralpha-numeric     = [abcdefghijklmnopqrstuvwxyz0123456789]
rtgen.exe oracle alpha-numeric-oracle 1 7 0 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_0_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 1 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_1_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 2 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_2_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 3 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_3_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 4 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_4_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 5 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_5_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 6 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_6_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 7 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_7_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 8 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_8_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 9 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_9_3100x46008864_#00.rt

rtgen.exe oracle alpha-numeric-oracle 1 7 10 3100 46008864 #00
rtsort.exe oracle_alpha-numeric-oracle#1-7_10_3100x46008864_#00.rt

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to