Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

[Full-disclosure] [Oracle] Rainbow crack table Oracle patch.

Subject: [Full-disclosure] [Oracle] Rainbow crack table Oracle patch.
Date: Wed, 20 Sep 2006 16:47:42 +0200
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

Attachment: charset.txt
Description: Text document

Attachment: generate.bat.txt
Description: Text document

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
<Prev in Thread] Current Thread [Next in Thread>
  • [Full-disclosure] [Oracle] Rainbow crack table Oracle patch., Fabien Kraemer <=