From a93f200851207772fb0b2daf7ed124686952b878 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 10 Feb 2016 07:51:13 +0000 Subject: [PATCH] cosmetic fixes --- modules/post/multi/manage/set_wallpaper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/post/multi/manage/set_wallpaper.rb b/modules/post/multi/manage/set_wallpaper.rb index 8e477a1a42..daf8cf0b58 100644 --- a/modules/post/multi/manage/set_wallpaper.rb +++ b/modules/post/multi/manage/set_wallpaper.rb @@ -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