From c4b81786632c72dedb58290e9a01bd1adeea97dc Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Wed, 18 Dec 2013 14:06:45 -0600 Subject: [PATCH] Correct camelCase of YouTube --- modules/post/multi/manage/play_youtube.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/post/multi/manage/play_youtube.rb b/modules/post/multi/manage/play_youtube.rb index 1426bbc657..db5b645ffe 100644 --- a/modules/post/multi/manage/play_youtube.rb +++ b/modules/post/multi/manage/play_youtube.rb @@ -11,11 +11,11 @@ class Metasploit3 < Msf::Post def initialize(info={}) super( update_info( info, - 'Name' => 'Multi Manage Youtube Broadcast', + 'Name' => 'Multi Manage YouTube Broadcast', 'Description' => %q{ - This module will broadcast a Youtube video on specified compromised systems. It will play + This module will broadcast a YouTube video on specified compromised systems. It will play the video in the target machine's native browser in full screen mode. The VID datastore - option is the "v" parameter in a Youtube video's URL. + option is the "v" parameter in a YouTube video's URL. }, 'License' => MSF_LICENSE, 'Author' => [ 'sinn3r'], @@ -25,7 +25,7 @@ class Metasploit3 < Msf::Post register_options( [ - OptString.new('VID', [true, 'The video ID to the Youtube video']) + OptString.new('VID', [true, 'The video ID to the YouTube video']) ], self.class) end