Skip to content
quentinhardy edited this page Mar 24, 2016 · 2 revisions

Test each username as password

When you are authenticated, this module takes all Oracle users and tries to connect to the database using the username as password (lowercase & uppercase value).

For example, if the database has 2 Oracle users (SYS, SYSTEM), this module will try to connect to the database with these credentials: SYS/SYS, SYS/sys, SYSTEM/SYSTEM and SYSTEM/system.

This module is started automatically when the all module is launched with a valid Oracle account (-U and -P options).

Here is an example:

./odat.py  userlikepwd  -s $HOST -d $SID -U $LOGIN -P $PASSWORD --run