DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: oRACLE pASSWORD cRACKER

  1. #1
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Interesting !!!

    http://home.earthlink.net/~adamshalo...sword_cracker/

    Does it work? I tried to test it on 8i but couldn't compile the wrapped package code.

    Sanjay

  2. #2
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    Nice stuff Sanjay.....
    anandkl

  3. #3
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Hi,
    Seems to be an important step to the FIRST
    Oracle-virus written in PL/SQL ;-)
    Orca

  4. #4
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    At least the free version doesn't work well. Even for very simple password I get the "Time limit reached" message :-)
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

  5. #5
    Join Date
    May 2002
    Location
    USA
    Posts
    462
    Hi ,

    Interesting . I came across one more article which reads . you can login to any user account without knowing the password . procedure is . just login as a dba . spool users id and password into a flat file before changing the password . then change the password login into users account . then the old password can be reverted back by executing the spool script. the spooled script contains the text alter user username identified by "encryopted value".

    i tried this and it worked.

  6. #6
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Sure that's an old trick. But eventually you do not have the clear password. This way you can only login as the user. But the programme this thread discusses claims it can get the real password.
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

  7. #7
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Hi Julian,

    Did you manage to create the procedure successfully. I am not able to create the procedure. Getting this..

    Code:
    sanjay@ORAM> @d:\dba\load_procedure.plb
    
    Warning: Procedure created with compilation errors.
    
    sanjay@ORAM> show error
    No errors.
    I am runnig it on 8.1.7 Personal Edition on NT.

    Sanjay

  8. #8
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Yes, I managed:

    Code:
    SQL> @c:\crack\load_procedure.plb
    
    Procedure created.
    I also tried on a 8.1.7 NT instance but EE, not PE.
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width