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 4605425 commit ccef6e1Copy full SHA for ccef6e1
modules/exploits/unix/http/ctek_skyrouter.rb
@@ -21,7 +21,9 @@ def initialize(info = {})
21
},
22
'Author' => [ 'savant42' ], #with module help from kos
23
'License' => MSF_LICENSE,
24
- 'References' => [ 'URL', 'http://dev.metasploit.com/redmine/issues/5610'],
+ 'References' => [
25
+ ['URL', 'http://dev.metasploit.com/redmine/issues/5610']
26
+ ],
27
'Privileged' => false,
28
'Payload' =>
29
{
0 commit comments