[foofus-tools] Medusa Oracle wrapper -P issue

Kvetch kvetch at gmail.com
Wed Jul 1 08:38:01 PDT 2009


Hello, I am having issues getting Medusa to output proper results when
it reads in a file of users and passwords when using the oracle perl
script and wrapper.  If I run the following command specifying the
user/pass I get a Success back

./medusa -M wrapper -h 10.10.10.10 -u SCOTT -p TIGER -m TYPE:STDIN -m
PROG:/opt/medusa-1.5/lib/medusa/modules/oracle.pl -m ARGS:"%H %U
MySID"
ACCOUNT FOUND: [wrapper] Host: 10.10.10.10 User: SCOTT Password: TIGER [SUCCESS]

But if I ask it to read in a list of users that includes SCOTT and a
list of passwords that includes TIGER it does not report a Success
when it tries the combo of Scott/Tiger.
To do this I do the following
./medusa -M wrapper -h 10.10.10.10 -U /tmp/ora-users -P /tmp/ora-pass
-f -O /tmp/output-log -v 6 -m TYPE:STDIN -m
PROG:/opt/medusa-1.5/lib/medusa/modules/oracle.pl -m ARGS:"%H %U
MySID"
it doesn't report back a SUCCESS when it hits the Scott user and Tiger password.
ACCOUNT CHECK: [wrapper] Host: 10.10.10.10 (1 of 1, 1 complete) User:
SCOTT(1 of 1, 1 complete) Password: TIGER(1 of 1 complete)

I did notice that if I feed it a list of users but a specific password
it does report back a SUCCESS.  So the password list is causing me the
issues.
./medusa -M wrapper -h 10.10.10.10 -U /tmp/ora-users -p TIGER -m
TYPE:STDIN -m PROG:/opt/medusa-1.5/lib/medusa/modules/oracle.pl -m
ARGS:"%H %U MySID"

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



More information about the foofus-tools mailing list