File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/post/multi/manage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ class Metasploit3 < Msf::Post
11
11
12
12
def initialize ( info = { } )
13
13
super ( update_info ( info ,
14
- 'Name' => 'Multi Manage Youtube Broadcast' ,
14
+ 'Name' => 'Multi Manage YouTube Broadcast' ,
15
15
'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
17
17
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.
19
19
} ,
20
20
'License' => MSF_LICENSE ,
21
21
'Author' => [ 'sinn3r' ] ,
@@ -25,7 +25,7 @@ def initialize(info={})
25
25
26
26
register_options (
27
27
[
28
- OptString . new ( 'VID' , [ true , 'The video ID to the Youtube video' ] )
28
+ OptString . new ( 'VID' , [ true , 'The video ID to the YouTube video' ] )
29
29
] , self . class )
30
30
end
31
31
You can’t perform that action at this time.
0 commit comments