[foofus-tools] Medusa Oracle wrapper -P issue

jmk jmk at foofus.net
Wed Jul 1 13:11:03 PDT 2009


On Wed, 2009-07-01 at 11:38 -0400, Kvetch wrote:
> Do I need to do something different to have it properly report back
> when it attempts to use a list of passwords?  Is my STDIN type causing
> the issue?
> Thanks,
> Nick

It looks like you were doing things properly. I believe the problem was
that the error flag in the Perl script wasn't being reset after a failed
attempt. The following change should fix the problem:

oracle.pl - modify line 50 to be:
  my $msg = "", $err = 0;

Thanks for pointing out the issue.

Joe




More information about the foofus-tools mailing list