cosmetic fixes

bug/bundler_fix
Tim 2016-02-10 07:51:13 +00:00
parent d544bf9311
commit a93f200851
No known key found for this signature in database
GPG Key ID: 217FBA50ABBAABEF
1 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@ class Metasploit3 < Msf::Post
super( update_info( info,
'Name' => 'Multi Manage Set Wallpaper',
'Description' => %q{
This module will sets the desktop wallpaper background on the specified session
This module will sets the desktop wallpaper background on the specified session.
},
'License' => MSF_LICENSE,
'Author' => [ 'timwr'],
'Platform' => [ 'win', 'osx', 'linux' ],
'Platform' => [ 'win', 'osx', 'linux', 'android' ],
'SessionTypes' => [ 'shell', 'meterpreter' ]
))
@ -89,9 +89,9 @@ class Metasploit3 < Msf::Post
def run
file = datastore['WALLPAPER_FILE']
if set_wallpaper(file)
print_good("#{peer} - The video has started")
print_good("#{peer} - The wallpaper has been set")
else
print_error("#{peer} - Unable to start the video")
print_error("#{peer} - Unable to set the wallpaper")
return
end