We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22aabc7 commit 1996886Copy full SHA for 1996886
modules/auxiliary/scanner/oracle/tnspoison_checker.rb
@@ -13,11 +13,12 @@ class Metasploit3 < Msf::Auxiliary
13
14
def initialize(info = {})
15
super(update_info(info,
16
- 'Name' => 'Poison Oracle TNS Listener',
+ 'Name' => 'Oracle TNS Poison vulnerability',
17
'Description' => %q{
18
This module simply checks the server for vulnerabilities like TNS Poison.
19
},
20
- 'Author' => ['ir0njaw'],
+ 'Author' => ['ir0njaw (Kelesis Nikita'],
21
+ 'Company' => ['Digital Security - http://dsec.ru'],
22
'License' => MSF_LICENSE,
23
'DisclosureDate' => 'Oct 12 2014'))
24
0 commit comments