Hello,<br><br>I have written a patch for rainbowrack 1.2 -> <a href="http://www.antsight.com/zsl/rainbowcrack/rainbowcrack-1.2-src.zip">http://www.antsight.com/zsl/rainbowcrack/rainbowcrack-1.2-src.zip</a> that add the suport for the oracle hash algorithm into rainbowcrack.
<br><br>The problem is that Oracle hash depend on the login name. So you have to
<br>
generate rainbow table for each login. A good idea is to create
<br>
rainbow table for the defaults system account like : sys, system etc...<br><br>Enclosed you can find the modified file (do no have time to make a .diff neither to optimize so much the code).<br><br>I ve put also a generate.bat
file in order to calculate the rainbow table for 1 7 password length.<br><br><br>Remark: the provided source are for the account SYSTEM<br><br> const unsigned char login[200]="SYSTEM";<br> const int longueur=6; (length of the login)
<br><br>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)<br><br>
Have fun.<br><br>Fabien.K<br><br><br>