{"uuid": "b3869e55-89ab-4823-8331-e8a000d5557f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2012-1675", "type": "seen", "source": "https://t.me/hacking_Attack/77426", "content": "Kali Linux Tutorials\nODAT : Oracle Database Attacking Tool\n\nODAT (Oracle Database Attacking Tool) is an open source penetration testing tool that tests the security of Oracle Databases remotely.\n\nUsage examples of ODAT:\n\n* You have an Oracle database listening remotely and want to find valid SIDs and credentials in order to connect to the database\n* You have a valid Oracle account on a database and want to escalate your privileges to become DBA or SYSDBA\n* You have a Oracle account and you want to execute system commands (e.g. reverse shell) in order to move forward on the operating system hosting the database\n\nTested on Oracle Database 10g, 11g, 12c, 18c and 19c. FeaturesThanks to ODAT, you can:\n\n* search valid SID on a remote Oracle Database listener via: \n* a dictionary attack\n* a brute force attack\n* ALIAS of the listener\n\n* search Oracle accounts using: \n* a dictionary attack\n* each Oracle user like the password (need an account before to use this attack)\n\n* execute system commands on the database server using: \n* DBMS_SCHEDULER\n* JAVA\n* external tables\n* oradbg\n\n* download files stored on the database server using: \n* UTL_FILE\n* DBMS_XSLPROCESSOR\n* external tables\n* CTXSYS\n* DBMS_LOB\n\n* upload files on the database server using: \n* UTL_FILE\n* DBMS_XSLPROCESSOR\n* DBMS_ADVISOR\n\n* delete files using: \n* UTL_FILE\n\n* gain privileged access using these following system privileges combinations (see help for privesc module commands): \n* CREATE ANY PROCEDURE\n* CREATE PROCEDURE and EXECUTE ANY PROCEDURE\n* CREATE ANY TRIGER (and CREATE PROCEDURE)\n* ANALYZE ANY (and CREATE PROCEDURE)\n* CREATE ANY INDEX (and CREATE PROCEDURE)\n\n* send/reveive HTTP requests from the database server using: \n* UTL_HTTP\n* HttpUriType\n\n* scan ports of the local server or a remote server using: \n* UTL_HTTP\n* HttpUriType\n* UTL_TCP\n\n* capture a SMB authentication through: \n* an index in order trigger a SMB connection\n\n* exploit some CVE: \n* the CVE-2012-3137 \n* pickup the session key and salt for arbitrary users\n* attack by dictionary on sessions\n\n* the CVE-2012-????: A user authenticated can modify all tables who can select even if he can\u2019t modify them normally (no ALTER privilege).\n* the CVE-2012-1675 (aka TNS poisoning attack)\n\n* search in column names thanks to the search module: \n* search a pattern (ex: password) in column names\n\n* unwrap PL/SQL source code (10g/11g and 12c)\n* get system privileges and roles granted. It is possible to get privileges and roles of roles granted also\n* execute arbitrary SELECT requests (aka minimal sql shell)\n\nThis list is not exhaustive. Supported Platforms and dependenciesODAT is compatible with Linux only.\n\nStandalone version exists in order to don\u2019t have need to install dependencies (see https://github.com/quentinhardy/odat/releases/). The ODAT standalone has been generated thanks to pyinstaller.\n\nIf you want to have the development version installed on your computer, these following tools and dependencies are needed:\n\n* Langage: Python 3\n* Oracle dependancies: \n* Instant Oracle basic\n* Instant Oracle sdk\n\n* Python libraries: \n* cx_Oracle\n* passlib\n* pycrypto\n* python-scapy\n* python-libnmap (new from python 5.1)\n* colorlog (recommended)\n* termcolor (recommended)\n* argcomplete (recommended)\n* pyinstaller (recommended) Installation (optional, for development version)This part describes how to install instantclient, CX_Oracle and some others python libraries on Ubuntu in order to have the ODAT development version. Don\u2019t forget that an ODAT standalone version exists at https://github.com/quentinhardy/odat/releases/: It is not required to install something for use the standalone version\n\n* Clone the repository to get the ODAT source code:\ngit clone https://github.com/quentinhardy/odat.git \n* Update wiki pages in this repository for getting the ODAT documentation loca[...]\n\n___________________________ \n@hacking_Attack\n@Hacking_Video", "creation_timestamp": "2026-09-01T20:01:15.979249Z"}