Through this article, let’s take a look. How to hack other people’s desktop wallpapers.
Experimental Environment
kali Linux Windows Xiaomi Mobile (Android12)
Module Introduction
set_wallpaper This module is very simple because what it does is set the desktop wallpaper background on the specified session. When we run the module, upload the image on the attacker's computer to the victim's system and set it as the victim's wallpaper.
Change Windows wallpaper
Terminal in Kali and type msfconsole to load the Metasploit framework. After the target host obtains the shell, put the current session session information in the background.
Then execute the following command
use post/multi/manage/set_wallpaper
set session 1
set wallpaper_file /root//1.jpg
exploit this way to complete the modification of the Windows desktop background.
Change wallpaper on Android
First, get a meterpreter session on the Android system.
Just like before, use the background command to place the current session in the background. Then use the set_wallpaper module.
use post/multi/manage/set_wallpaper
set session 1
set wallpaper_file /root/Desktop/1.jpeg
exploit
Effect
Recommended Comments