Cracking EBS R12 application and database user passwords

Source: Internet
Author: User

1. If you have an EBS environment app user password, you can crack the app user password

Refer to: how to crack the user password in Oracle EBS R12


2. If you do not have A password for the APPS user, you also want to crack the password for Environment. It depends on luck. If the Clone environment B is available, the EBS DBA has not modified the content of $ CONTEXT_FILE and has the data query permission of Environment A, you can crack the APPS password.

Reference: Oracle EBS R12-use PLSQL to obtain/crack the apps password and the user password in EBS

1) Create the preceding package in Environment B and query the encrypted password of the GUEST user in Environment.

SELECT encrypted_foundation_password FROM apps. fnd_user WHERE user_name = 'guest ';

2) execute in Environment B:

SELECT xxdba_fnd_security.decrypt ('guest/ORACLE ', 'hangzhou') from dual;

3. To avoid malicious password cracking in the production environment, change $ CONTEXT_FILE when the ebs dba Clone the environment. Do not retain the default password of GUEST in ORACLE.




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.