renamed and fixed description.

git-svn-id: file:///home/svn/framework3/trunk@7715 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2009-12-05 14:24:36 +00:00
parent 8ada83595d
commit 9afd42de81
1 changed files with 5 additions and 4 deletions

View File

@ -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' ],