odat
odat copied to clipboard
ODAT: Oracle Database Attacking Tool
Hello! Here you can find the update docker file. Hope it helps! And thanks for the nice tool! [Dockerfile.txt](https://github.com/quentinhardy/odat/files/9044854/Dockerfile.txt) Br. Juhani
- Fixed dependencies for master-python3 branch - Used wildcards to support any version oracle libs, and find to resolve the correct path in the container at build for env vars....
Hi, Can we have a separate module being a simple REPL interactive shell (with the possibility of providing SQL statements from a batch file - *.sql) offering nothing more than...
Fixed working Docker File for v11.2 oracle based on ubuntu Added net-tools, ping, traceroute, netcat, netstat packages Fixed issue with TZData hanging docker build, added ENV Symlink /usr/bin/python to /usr/bin/python3...
Similar to d73a7f3442fe387734871e4cf6f66bc9d84f1407 I didn't test it so I recommend doing it if you have the environment to!
The existing dockerfile doesn't build, so I made some changes to get it to work.
I have tested this to work fine on Oracle 11 XE. Here is the issue: The boolean parameter causes an error. ``` >>> parameters = {'job_action': '/usr/bin/python', 'number_of_arguments': 2, 'job_type':...
Hiya, I have been working with the tool alot lately and i noticed some things that could improve the tool abit. Hopefully you have some time to implement these features!...
Running the following /u01/app/oracle/product/19.0/bin/sqlplus USERNAME/password@sid_tls works fine from the server itself. I get the following when i run odat from the server itself. ./odat-libc2.17-x86_64 privesc --get-privs -s 127.0.0.1 -p 1521...
Hi! I was testing out the tool and found a bug. I cloned the tool on a separate folder and then when accessing it from another directory by running `/opt/odat/odat.py...