Oracle Java execCommand (Win32) - Metasploit


This page contains detailed information about how to use the auxiliary/admin/oracle/post_exploitation/win32exec metasploit module. For list of all metasploit modules, visit the Metasploit Module Library.

Module Overview


Name: Oracle Java execCommand (Win32)
Module: auxiliary/admin/oracle/post_exploitation/win32exec
Source code: modules/auxiliary/admin/oracle/post_exploitation/win32exec.rb
Disclosure date: 2007-12-07
Last modification time: 2020-10-02 17:38:06 +0000
Supported architecture(s): -
Supported platform(s): -
Target service / protocol: -
Target network port(s): 1521
List of CVEs: -

This module will create a java class which enables the execution of OS commands.

Module Ranking and Traits


Module Ranking:

  • normal: The exploit is otherwise reliable, but depends on a specific version and can't (or doesn't) reliably autodetect. More information about ranking can be found here.

Basic Usage


msf > use auxiliary/admin/oracle/post_exploitation/win32exec
msf auxiliary(win32exec) > show targets
    ... a list of targets ...
msf auxiliary(win32exec) > set TARGET target-id
msf auxiliary(win32exec) > show options
    ... show and set options ...
msf auxiliary(win32exec) > exploit

Go back to menu.

Msfconsole Usage


Here is how the admin/oracle/post_exploitation/win32exec auxiliary module looks in the msfconsole:

msf6 > use auxiliary/admin/oracle/post_exploitation/win32exec

msf6 auxiliary(admin/oracle/post_exploitation/win32exec) > show info

       Name: Oracle Java execCommand (Win32)
     Module: auxiliary/admin/oracle/post_exploitation/win32exec
    License: Metasploit Framework License (BSD)
       Rank: Normal
  Disclosed: 2007-12-07

Provided by:
  MC <[email protected]>

Check supported:
  No

Basic options:
  Name    Current Setting                                   Required  Description
  ----    ---------------                                   --------  -----------
  CMD     echo metasploit > %SYSTEMDRIVE%\\unbreakable.txt  no        The OS command to execute.
  DBPASS  TIGER                                             yes       The password to authenticate with.
  DBUSER  SCOTT                                             yes       The username to authenticate with.
  RHOST                                                     yes       The Oracle host.
  RPORT   1521                                              yes       The TNS port.
  SID     ORCL                                              yes       The sid to authenticate with.

Description:
  This module will create a java class which enables the execution of 
  OS commands.

References:
  https://www.metasploit.com/users/mc

Module Options


This is a complete list of options available in the admin/oracle/post_exploitation/win32exec auxiliary module:

msf6 auxiliary(admin/oracle/post_exploitation/win32exec) > show options

Module options (auxiliary/admin/oracle/post_exploitation/win32exec):

   Name    Current Setting                                   Required  Description
   ----    ---------------                                   --------  -----------
   CMD     echo metasploit > %SYSTEMDRIVE%\\unbreakable.txt  no        The OS command to execute.
   DBPASS  TIGER                                             yes       The password to authenticate with.
   DBUSER  SCOTT                                             yes       The username to authenticate with.
   RHOST                                                     yes       The Oracle host.
   RPORT   1521                                              yes       The TNS port.
   SID     ORCL                                              yes       The sid to authenticate with.

Advanced Options


Here is a complete list of advanced options supported by the admin/oracle/post_exploitation/win32exec auxiliary module:

msf6 auxiliary(admin/oracle/post_exploitation/win32exec) > show advanced

Module advanced options (auxiliary/admin/oracle/post_exploitation/win32exec):

   Name       Current Setting  Required  Description
   ----       ---------------  --------  -----------
   VERBOSE    false            no        Enable detailed status messages
   WORKSPACE                   no        Specify the workspace for this module

Auxiliary Actions


This is a list of all auxiliary actions that the admin/oracle/post_exploitation/win32exec module can do:

msf6 auxiliary(admin/oracle/post_exploitation/win32exec) > show actions

Auxiliary actions:

   Name  Description
   ----  -----------

Evasion Options


Here is the full list of possible evasion options supported by the admin/oracle/post_exploitation/win32exec auxiliary module in order to evade defenses (e.g. Antivirus, EDR, Firewall, NIDS etc.):

msf6 auxiliary(admin/oracle/post_exploitation/win32exec) > show evasion

Module evasion options:

   Name  Current Setting  Required  Description
   ----  ---------------  --------  -----------

Go back to menu.


References


See Also


Check also the following modules related to this module:

Authors


  • MC

Version


This page has been produced using Metasploit Framework version 6.1.24-dev. For more modules, visit the Metasploit Module Library.

Go back to menu.