Skip to content

Commit ccef6e1

Browse files
committed
changed to array in array
1 parent 4605425 commit ccef6e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/unix/http/ctek_skyrouter.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def initialize(info = {})
2121
},
2222
'Author' => [ 'savant42' ], #with module help from kos
2323
'License' => MSF_LICENSE,
24-
'References' => [ 'URL', 'http://dev.metasploit.com/redmine/issues/5610'],
24+
'References' => [
25+
['URL', 'http://dev.metasploit.com/redmine/issues/5610']
26+
],
2527
'Privileged' => false,
2628
'Payload' =>
2729
{

0 commit comments

Comments
 (0)