Skip to content

Commit 1996886

Browse files
committed
Update tnspoison_checker.rb
1 parent 22aabc7 commit 1996886

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/auxiliary/scanner/oracle/tnspoison_checker.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ class Metasploit3 < Msf::Auxiliary
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'Poison Oracle TNS Listener',
16+
'Name' => 'Oracle TNS Poison vulnerability',
1717
'Description' => %q{
1818
This module simply checks the server for vulnerabilities like TNS Poison.
1919
},
20-
'Author' => ['ir0njaw'],
20+
'Author' => ['ir0njaw (Kelesis Nikita'],
21+
'Company' => ['Digital Security - http://dsec.ru'],
2122
'License' => MSF_LICENSE,
2223
'DisclosureDate' => 'Oct 12 2014'))
2324

0 commit comments

Comments
 (0)