-
Notifications
You must be signed in to change notification settings - Fork 345
passwordstealer
quentinhardy edited this page Mar 24, 2016
·
3 revisions
This module has been created for getting hashed password of Oracle users quickly (in DBA_USERS or SYS.USER$) and hashed passwords from the history.
- To get hashed passwords from the history:
./odat.py passwordstealer -s $SERVER -d $SID -U $USER -P $PASSWORD --get-passwords-from-history
- To get hashed passwords from the users table:
./odat.py passwordstealer -s $SERVER -d $SID -U $USER -P $PASSWORD --get-passwords
Quentin HARDY: [email protected] or [email protected]