Update tnspoison_checker.rb

bug/bundler_fix
Nikita 2014-10-13 12:53:39 +04:00
parent 22aabc7805
commit 1996886ae9
1 changed files with 3 additions and 2 deletions

View File

@ -13,11 +13,12 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'Poison Oracle TNS Listener',
'Name' => 'Oracle TNS Poison vulnerability',
'Description' => %q{
This module simply checks the server for vulnerabilities like TNS Poison.
},
'Author' => ['ir0njaw'],
'Author' => ['ir0njaw (Kelesis Nikita'],
'Company' => ['Digital Security - http://dsec.ru'],
'License' => MSF_LICENSE,
'DisclosureDate' => 'Oct 12 2014'))