Skip to content

Commit 8af81c9

Browse files
committed
Land rapid7#2778 - Correct camelCase of YouTube
2 parents ab69454 + c4b8178 commit 8af81c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/post/multi/manage/play_youtube.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ class Metasploit3 < Msf::Post
1111

1212
def initialize(info={})
1313
super( update_info( info,
14-
'Name' => 'Multi Manage Youtube Broadcast',
14+
'Name' => 'Multi Manage YouTube Broadcast',
1515
'Description' => %q{
16-
This module will broadcast a Youtube video on specified compromised systems. It will play
16+
This module will broadcast a YouTube video on specified compromised systems. It will play
1717
the video in the target machine's native browser in full screen mode. The VID datastore
18-
option is the "v" parameter in a Youtube video's URL.
18+
option is the "v" parameter in a YouTube video's URL.
1919
},
2020
'License' => MSF_LICENSE,
2121
'Author' => [ 'sinn3r'],
@@ -25,7 +25,7 @@ def initialize(info={})
2525

2626
register_options(
2727
[
28-
OptString.new('VID', [true, 'The video ID to the Youtube video'])
28+
OptString.new('VID', [true, 'The video ID to the YouTube video'])
2929
], self.class)
3030
end
3131

0 commit comments

Comments
 (0)