renamed and fixed description.
git-svn-id: file:///home/svn/framework3/trunk@7715 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8ada83595d
commit
9afd42de81
|
@ -13,14 +13,15 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Run simple SQL against the Oracle instance.',
|
'Name' => 'Oracle SQL Generic Query',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module allows for simple sql to be executed against a given
|
This module allows for simple SQL statements to be executed
|
||||||
oracle instance.
|
against a Oracle instance given the appropriate credentials
|
||||||
|
and sid.
|
||||||
},
|
},
|
||||||
'Author' => [ 'MC' ],
|
'Author' => [ 'MC' ],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision: 7688 $',
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
[ 'URL', 'https://www.metasploit.com/users/mc' ],
|
[ 'URL', 'https://www.metasploit.com/users/mc' ],
|
Loading…
Reference in New Issue