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 c028506 commit 955a514Copy full SHA for 955a514
modules/auxiliary/scanner/oracle/tnspoison_checker.rb
@@ -18,7 +18,7 @@ def initialize(info = {})
18
This module checks the server for vulnerabilities like TNS Poison.
19
Module sends to server a packet with command to register new TNS Listener and check response.
20
},
21
- 'Author' => ['ir0njaw (Nikita Kelesis) <nikita.elkey@gmail.com>'], # of Digital Security [http://dsec.ru]
+ 'Author' => ['ir0njaw (Nikita Kelesis) <nikita.elkey[at]gmail.com>'], # of Digital Security [http://dsec.ru]
22
'References' =>
23
[
24
[ 'URL', 'http://seclists.org/fulldisclosure/2012/Apr/204' ],
0 commit comments