<?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>Harrison&#039;s Blog</title>
	<atom:link href="http://www.peppery.net.nz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peppery.net.nz</link>
	<description>teenager / student / photographer / developer</description>
	<lastBuildDate>Thu, 23 Sep 2010 08:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Anatomy of the Matsta XSS worm</title>
		<link>http://www.peppery.net.nz/2010/09/23/twitter-matsta-xss-worm/</link>
		<comments>http://www.peppery.net.nz/2010/09/23/twitter-matsta-xss-worm/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 06:59:36 +0000</pubDate>
		<dc:creator>harrison</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.peppery.net.nz/?p=4</guid>
		<description><![CDATA[If you happen to use Twitter or keep up to date with any sort of tech news, you&#8217;ve probably heard about the massive &#8216;onmouseover&#8217; Twitter worm that was spreading yesterday, a popular one mentioned a user named &#8216;Matsta&#8217; spreading some code that reposted itself around the social networking website. I may have been partially responsible [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.31.18-AM.png"><img class="aligncenter size-medium wp-image-5" title="Screen shot 2010-09-22 at 1.31.18 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.31.18-AM-300x187.png" alt="" width="300" height="187" /></a></p>
<p>If you happen to use Twitter or keep up to date with any sort of tech news, you&#8217;ve probably heard about the massive &#8216;onmouseover&#8217; Twitter worm that was spreading yesterday, a popular one mentioned a user named &#8216;Matsta&#8217; spreading some code that reposted itself around the social networking website.</p>
<p>I may have been partially responsible for this.</p>
<div style="background-color: #ffffe0; text-align: left; padding: 5px; border: 1px solid #e6db55;"><strong>tl;dr:</strong> Twitter had a bug that was exploited in a tweet. Nothing was &#8216;hacked into&#8217;. No data of any kind was stolen. <strong>Your account was not hacked</strong>. You are safe (for now).</div>
<p><strong>The Story</strong><br />
While hopping into bed last night I received a text from twitter/@zzap, a friend who had posted a URL with Javascript which Iinstantly recognised to be a form of XSS attack. Being the geek I am, I opened my MacBook to check out what I could do with this (on a private Twitter account used for testing only).</p>
<!-- tweet id : 25105107613 -->
			<style type='text/css'>#bbpBox_25105107613{background:#C0DEED url(http://a1.twimg.com/profile_background_images/147404016/zzap.jpg)  !important;padding:20px;}#bbpBox_25105107613 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#333333 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25105107613 p.bbpTweet a {color:#0084B4 !important}#bbpBox_25105107613 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25105107613 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25105107613 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25105107613 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25105107613 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25105107613'><p class='bbpTweet'><a href="http://twitter.com/zzap#@">http://twitter.com/zzap#@</a>"onmouseover="alert('uh oh')"/<span class='timestamp'><a title='tweeted on September 21, 2010 10:11 am' href='http://twitter.com/zzap/status/25105107613'>September 21, 2010 10:11 am</a> via web</span><span class='metadata'><span class='author'><a href='http://twitter.com/zzap'><img src='http://a2.twimg.com/profile_images/801213922/2010-02-18_19-23-23-5_normal.jpg' /></a><strong><a href='http://twitter.com/zzap'>zzap</a></strong><br/>Pearce H. Delphin</span></span></p></div>
			<!-- end of tweet -->
<p>First things first, what is XSS or Cross Site Scripting? XSS is a type of computer vulnerability typically found in web pages and that allows attackers to insert their own client side scripting into the pages. What this means is that instead of displaying a line of text, your web browser would run the code embedded inside, giving complete control over your Twitter account to an attacker (if they wanted to, in this case there was no malicious code &#8211; at least that I saw). In this case, a very small problem in Twitter&#8217;s code enabled HTML (the code used to make up web pages) &#8211; including Javascript, and thus giving up command to our script.</p>
<p>One of the challenges was keeping the entire script under 140 characters. This includes the overhead that&#8217;s required for the actual XSS to work (28% of the total Tweet length in the original tweet by @zzap). I had almost given up trying to create a self-propagating message of any kind when I noticed a Japanese user had (very smartly) reused jQuery to cut down on space and have a self-retweeting message passed around the Twitterverse. It had around 20,000 retweets by the time I saw it, but I thought I could improve on it. What if I could make it retweet automatically, without hovering over the link?</p>
<p>After another 15 minutes of playing around with it, the approach I ended up working with was to manipulate the CSS to make the Tweet text itself take up the entire page, meaning it wasn&#8217;t completely automated, but as soon as your mouse cursor moved in any part of the web page, the script would run itself. I ended up reusing one of Twitter&#8217;s CSS classes because there wasn&#8217;t enough space for me to include my own, which is why I was unable to control the greyed out screen with the code at the top that some users complained of.</p>
<p>The end result? As soon as the tweet was on your Twitter dashboard AND you happened to move your mouse cursor, you spread the script to all of your followers. And as soon as they saw it, they spread it to theirs. Repeat this thousands of times over and you have yourself something very viral in a very short amount of time. It&#8217;s the same idea as the <a href="http://en.wikipedia.org/wiki/Samy_(XSS)">Samy MySpace XSS worm</a> of a few years ago.</p>
<p>After I had completed this, I jumped on AIM and saw my friend Matt was online. The conversation went like this:<img class="aligncenter size-full wp-image-6" title="Screen shot 2010-09-22 at 11.28.29 PM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-11.28.29-PM.png" alt="" width="293" height="490" /></p>
<p>And the Matsta worm was born.</p>
<p><strong>The Aftermath</strong><br />
Of course, it didn&#8217;t stay at ten retweets for long. Matt (had) 800 followers of his own to spread to and I (knowingly) opened up my Twitter homepage and of course, spread to my almost 4,000 followers. Within two minutes of being on the site, the message had already hit &#8220;100+&#8221; retweets, at which the Twitter web interface stops telling you how popular you are and leaves you on your own.</p>
<!-- tweet id : 25136788259 -->
			<style type='text/css'>#bbpBox_25136788259{background:#9ae4e8 url(http://s.twimg.com/a/1284514613/images/themes/theme1/bg.png) no-repeat !important;padding:20px;}#bbpBox_25136788259 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#000000 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25136788259 p.bbpTweet a {color:#0000ff !important}#bbpBox_25136788259 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25136788259 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25136788259 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25136788259 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25136788259 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25136788259'><p class='bbpTweet'>Hah, he's been a Boxcar user since last November.  There were 61516 re-tweets of his message about Boxcar this morning.<span class='timestamp'><a title='tweeted on September 21, 2010 5:19 pm' href='http://twitter.com/jdg/status/25136788259'>September 21, 2010 5:19 pm</a> via <a href="http://twitter.com" rel="nofollow">Tweetie for Mac</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/jdg'><img src='http://a3.twimg.com/profile_images/536671459/me_normal.jpg' /></a><strong><a href='http://twitter.com/jdg'>jdg</a></strong><br/>Jonathan George</span></span></p></div>
			<!-- end of tweet -->
<p style="text-align: center;"><em>Interesting sidenote: The developer of Boxcar, a popular iPhone Twitter application that Matt was using to push Twitter to his phone, noted that one of Matt&#8217;s Tweets that was on the site for less than five minutes resulted in 61,516 notifications being sent to his iPhone.</em></p>
<p>A few more minutes pass by before the Twitter interface becomes dead unusable, the unfortunate side effect of keeping my code minimal also means disabling most of the Twitter web interface, oops. I should point out that any application that accessed Twitter via the API such as desktop clients and mobile applications are completely unaffected by this flaw, only people accessing the website themselves. I was surprised that it worked on the new Twitter UI that is being gradually rolled out, as I do not have access to that and thus couldn&#8217;t test it myself.</p>
<p>Within half an hour, we were starting to see some more famous users mention the worm. I laughed when an artist I enjoy, Fake Blood, posted that &#8220;Some c*nt just killed my Twitter&#8221; immediately after resending the message that Matt had let go.</p>
<p><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.02.07-AM.png"><img class="aligncenter size-medium wp-image-7" title="Screen shot 2010-09-22 at 1.02.07 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.02.07-AM-300x187.png" alt="" width="300" height="187" /></a></p>
<p>Watching Twitter search was also hilariously entertaining, with (at one point) roughly approx. 200 tweets per second coming in:</p>
<p>Another interesting side effect on the disaster: due to keeping the code within 140 characters, the script was limited to sending out Matt&#8217;s latest tweet. As soon as he posted a different message (which he did, about Boxcar on his iPhone going crazy), the code that was already out in the wild started spreading the new message. I doubt 61,000 people would unanimously enjoy reading about a stranger who was bombarded with notifications. The tweet was soon deleted and the worm continued to spread.</p>
<p><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-2.03.47-AM.png"><img class="aligncenter size-medium wp-image-8" title="Screen shot 2010-09-22 at 2.03.47 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-2.03.47-AM-300x187.png" alt="" width="300" height="187" /></a></p>
<p>Almost an hour and a half later, the Tweets were coming in by the thousands. Shortly after 2am, an hour and a half after the deadly Matsta strain had been set loose, Twitter had patched their code and the exploit no longer continued to work. Tweets continued to pour in at the rate of thousands per hour, including Matt getting insulted in more languages than I knew existed.</p>
<p>Of course, if you have enough Tweets mentioning a topic, you become a trending topic. Definitely a highlight of the evening seeing Matsta on the trending topics list.</p>
<p style="text-align: center;"><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.52.40-AM.png"><img class="size-medium wp-image-17" title="Screen shot 2010-09-22 at 1.52.40 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-1.52.40-AM-300x187.png" alt="" width="300" height="187" /></a> <a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-2.04.46-AM.png"><img class="aligncenter" title="Screen shot 2010-09-22 at 2.04.46 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-2.04.46-AM-300x187.png" alt="" width="300" height="187" /></a></p>
<p>At this point, I went to bed as I had an 8:30AM class and most of the fun was over.</p>
<p><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-12.58.01-AM.png"><img class="aligncenter size-full wp-image-18" title="Screen shot 2010-09-22 at 12.58.01 AM" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Screen-shot-2010-09-22-at-12.58.01-AM.png" alt="" width="480" height="90" /></a></p>
<!-- tweet id : 25129660090 -->
			<style type='text/css'>#bbpBox_25129660090{background:#93f0f0 url(http://a3.twimg.com/profile_background_images/150078577/90895575.jpg)  !important;padding:20px;}#bbpBox_25129660090 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#4d064d !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25129660090 p.bbpTweet a {color:#024a5e !important}#bbpBox_25129660090 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25129660090 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25129660090 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25129660090 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25129660090 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25129660090'><p class='bbpTweet'>so a girl called @ matsta hacked Twitter :)<span class='timestamp'><a title='tweeted on September 21, 2010 3:46 pm' href='http://twitter.com/Catherine_OB/status/25129660090'>September 21, 2010 3:46 pm</a> via <a href="http://twitter.com/" rel="nofollow">Twitter for iPhone</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/Catherine_OB'><img src='http://a0.twimg.com/profile_images/1117961112/image_normal.jpg' /></a><strong><a href='http://twitter.com/Catherine_OB'>Catherine_OB</a></strong><br/>Catherine</span></span></p></div>
			<!-- end of tweet -->
<!-- tweet id : 25159202118 -->
			<style type='text/css'>#bbpBox_25159202118{background:#edd5d5 url(http://a1.twimg.com/profile_background_images/141082568/background.png)  !important;padding:20px;}#bbpBox_25159202118 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#240e0e !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25159202118 p.bbpTweet a {color:#fc245d !important}#bbpBox_25159202118 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25159202118 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25159202118 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25159202118 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25159202118 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25159202118'><p class='bbpTweet'>I hope there's nothing wrong with my lappy caused hacker named Matsta last night.. -__-"<span class='timestamp'><a title='tweeted on September 21, 2010 10:56 pm' href='http://twitter.com/ayuyusri/status/25159202118'>September 21, 2010 10:56 pm</a> via <a href="http://www.ubertwitter.com/bb/download.php" rel="nofollow">u00dcberTwitter</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/ayuyusri'><img src='http://a1.twimg.com/profile_images/1125552261/46277_1268612574819_1814980965_536917_5100261_n_normal.jpg' /></a><strong><a href='http://twitter.com/ayuyusri'>ayuyusri</a></strong><br/>Ayu Y. Nst</span></span></p></div>
			<!-- end of tweet -->
<!-- tweet id : 25159134901 -->
			<style type='text/css'>#bbpBox_25159134901{background:#f64fff url(http://a1.twimg.com/profile_background_images/146647940/IMG_0740.JPG)  !important;padding:20px;}#bbpBox_25159134901 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#333333 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25159134901 p.bbpTweet a {color:#0022cc !important}#bbpBox_25159134901 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25159134901 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25159134901 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25159134901 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25159134901 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25159134901'><p class='bbpTweet'>&#350;izofrene ba&#287;l&#305;o beni bu twitlemek. Kendimi rahat hissedemiyorum art&#305;k. Matsta'm&#305;d&#305;r nedir, rahat yok burdada.<span class='timestamp'><a title='tweeted on September 21, 2010 10:55 pm' href='http://twitter.com/CngnKryzc/status/25159134901'>September 21, 2010 10:55 pm</a> via web</span><span class='metadata'><span class='author'><a href='http://twitter.com/CngnKryzc'><img src='http://a2.twimg.com/profile_images/1117155630/10727_148941823230_581848230_2774983_3495594_n_normal.jpg' /></a><strong><a href='http://twitter.com/CngnKryzc'>CngnKryzc</a></strong><br/>Cengin Karayaz&#305;c&#305;</span></span></p></div>
			<!-- end of tweet -->
<!-- tweet id : 25154561254 -->
			<style type='text/css'>#bbpBox_25154561254{background:#ffffff url(http://a3.twimg.com/profile_background_images/23183457/minnox-leica.jpg)  !important;padding:20px;}#bbpBox_25154561254 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#dec104 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25154561254 p.bbpTweet a {color:#757364 !important}#bbpBox_25154561254 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25154561254 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25154561254 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25154561254 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25154561254 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25154561254'><p class='bbpTweet'>RT @<a class="tweet-url username" href="http://twitter.com/BIBIY007">BIBIY007</a> I'M SOOO BLOODY ANGRY LIKE A BLOODY FIERCE WILD TIGER THAT I COULD KICK MATSTA's BLOODY BOOTY!!!!!!!!!!!! TIGER GROWL!!!!!!!!!!<span class='timestamp'><a title='tweeted on September 21, 2010 9:50 pm' href='http://twitter.com/thecatfelix/status/25154561254'>September 21, 2010 9:50 pm</a> via <a href="http://twitter.com" rel="nofollow">Tweetie for Mac</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/thecatfelix'><img src='http://a0.twimg.com/profile_images/903888984/felix_normal.jpg' /></a><strong><a href='http://twitter.com/thecatfelix'>thecatfelix</a></strong><br/>Felix Toepfer</span></span></p></div>
			<!-- end of tweet -->
<p><strong>The Media Reaction</strong><br />
Of course, half the fun has been reading all of the news stories mentioning @zzap and @Matsta for creating this &#8216;malicious&#8217; worm that spread across Twitter. As of right now, there are over 1,600 stories on Google News containing &#8216;Matsta.&#8217; We&#8217;ve been on <a href="http://www.foxnews.com/scitech/2010/09/21/twitter-mouseover-security-flaw-porn/">Fox News</a>, <a href="http://www.nzherald.co.nz/technology/news/article.cfm?c_id=5&amp;objectid=10675311">The New Zealand Herald</a>, <a href="http://www.bbc.co.uk/news/technology-11382469">BBC News</a>, <a href="http://www.nydailynews.com/tech_guide/2010/09/22/2010-09-22_as_the_worm_turns_tuesdays_twitter_mayhem_was_caused_by_multiple_hackers.html">New York Daily News</a> + many, many more. Too many to link to separately. (Also, Fox News apparently hasn&#8217;t heard of allowing embeds on their videos. What is this, 1999? Not that I really want to give any advertising dollars to supporters of Glenn Beck and Bill O&#8217;Riley, but I digress)</p>
<p>Here&#8217;s a clip from a local news station demonstrating the bug (and showing my Twitter account) on the nightly national news last night (<a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/tv3news.mp4">download</a>)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Z_aSnyzv9Ug?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xffffff&amp;color2=0xffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Z_aSnyzv9Ug?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0xffffff&amp;color2=0xffffff" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Of course the reaction in real life has been interesting also. Many of my IRL friends and school acquaintances recognised us in various forms of local publications</p>
<p><a href="http://www.peppery.net.nz/wp-content/uploads/2010/09/Facebook.jpg"><img class="aligncenter size-full wp-image-15" title="Facebook" src="http://www.peppery.net.nz/wp-content/uploads/2010/09/Facebook.jpg" alt="" width="525" height="397" /></a></p>
<p><!-- tweet id : 25186749725 -->
			<style type='text/css'>#bbpBox_25186749725{background:#090d02 url(http://a3.twimg.com/profile_background_images/87755599/skyline.jpg) no-repeat !important;padding:20px;}#bbpBox_25186749725 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#333333 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25186749725 p.bbpTweet a {color:#080426 !important}#bbpBox_25186749725 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25186749725 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25186749725 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25186749725 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25186749725 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25186749725'><p class='bbpTweet'>@<a class="tweet-url username" href="http://twitter.com/peppery">peppery</a> fucking legend!<span class='timestamp'><a title='tweeted on September 22, 2010 5:25 am' href='http://twitter.com/lukeharries/status/25186749725'>September 22, 2010 5:25 am</a> via <a href="http://twitter.com/" rel="nofollow">Twitter for iPhone</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/lukeharries'><img src='http://a1.twimg.com/profile_images/1117689577/IMG_1020_normal.jpg' /></a><strong><a href='http://twitter.com/lukeharries'>lukeharries</a></strong><br/>Luke</span></span></p></div>
			<!-- end of tweet --><br />
<!-- tweet id : 25188853230 -->
			<style type='text/css'>#bbpBox_25188853230{background:#352726 url(http://s.twimg.com/a/1284949838/images/themes/theme1/bg.png) no-repeat !important;padding:20px;}#bbpBox_25188853230 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#3E4415 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25188853230 p.bbpTweet a {color:#22cc00 !important}#bbpBox_25188853230 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25188853230 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25188853230 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25188853230 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25188853230 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25188853230'><p class='bbpTweet'>I hope @<a class="tweet-url username" href="http://twitter.com/Peppery">Peppery</a> will still be my friend now that he is a famous cyber terrorist. ;_;<span class='timestamp'><a title='tweeted on September 22, 2010 6:12 am' href='http://twitter.com/OdinW/status/25188853230'>September 22, 2010 6:12 am</a> via <a href="http://motionobj.com/simplytweet" rel="nofollow">SimplyTweet</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/OdinW'><img src='http://a2.twimg.com/profile_images/1110534370/gir_sit_normal.jpg' /></a><strong><a href='http://twitter.com/OdinW'>OdinW</a></strong><br/>Jeremy P. Lovecraft</span></span></p></div>
			<!-- end of tweet --><br />
<!-- tweet id : 25188416680 -->
			<style type='text/css'>#bbpBox_25188416680{background:#DBE9ED url(http://a3.twimg.com/profile_background_images/149834289/02076_newyorkcity_1920x1200.jpg) no-repeat !important;padding:20px;}#bbpBox_25188416680 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#333333 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25188416680 p.bbpTweet a {color:#cc3366 !important}#bbpBox_25188416680 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25188416680 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25188416680 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25188416680 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25188416680 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25188416680'><p class='bbpTweet'>RT @<a class="tweet-url username" href="http://twitter.com/franklyanna">franklyanna</a>: @<a class="tweet-url username" href="http://twitter.com/Peppery">Peppery</a> my dad said you would make a very good russian<span class='timestamp'><a title='tweeted on September 22, 2010 6:02 am' href='http://twitter.com/Peppery/status/25188416680'>September 22, 2010 6:02 am</a> via <a href="http://www.echofon.com/" rel="nofollow">Echofon</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/Peppery'><img src='http://a0.twimg.com/profile_images/1125956500/e2C0.skuxx_normal.png' /></a><strong><a href='http://twitter.com/Peppery'>Peppery</a></strong><br/>Harrison Gulliver</span></span></p></div>
			<!-- end of tweet --><br />
<!-- tweet id : 25188357172 -->
			<style type='text/css'>#bbpBox_25188357172{background:#1A1B1F url(http://a3.twimg.com/profile_background_images/139405741/editors.jpg)  !important;padding:20px;}#bbpBox_25188357172 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#666666 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25188357172 p.bbpTweet a {color:#2FC2EF !important}#bbpBox_25188357172 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25188357172 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25188357172 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25188357172 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25188357172 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25188357172'><p class='bbpTweet'>@<a class="tweet-url username" href="http://twitter.com/Peppery">Peppery</a> you champion<span class='timestamp'><a title='tweeted on September 22, 2010 6:01 am' href='http://twitter.com/paddyleishman/status/25188357172'>September 22, 2010 6:01 am</a> via web</span><span class='metadata'><span class='author'><a href='http://twitter.com/paddyleishman'><img src='http://a2.twimg.com/profile_images/959067018/hey_hey_normal.jpg' /></a><strong><a href='http://twitter.com/paddyleishman'>paddyleishman</a></strong><br/>Paddy Leishman</span></span></p></div>
			<!-- end of tweet --><br />
<!-- tweet id : 25186877319 -->
			<style type='text/css'>#bbpBox_25186877319{background:#642D8B url(http://s.twimg.com/a/1284676327/images/themes/theme10/bg.gif)  !important;padding:20px;}#bbpBox_25186877319 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#3D1957 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_25186877319 p.bbpTweet a {color:#FF0000 !important}#bbpBox_25186877319 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_25186877319 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_25186877319 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_25186877319 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_25186877319 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_25186877319'><p class='bbpTweet'>@<a class="tweet-url username" href="http://twitter.com/peppery">peppery</a> legend<span class='timestamp'><a title='tweeted on September 22, 2010 5:28 am' href='http://twitter.com/courtneysteel/status/25186877319'>September 22, 2010 5:28 am</a> via web</span><span class='metadata'><span class='author'><a href='http://twitter.com/courtneysteel'><img src='http://a2.twimg.com/profile_images/1126206538/image_normal.jpg' /></a><strong><a href='http://twitter.com/courtneysteel'>courtneysteel</a></strong><br/>Courtney Steel</span></span></p></div>
			<!-- end of tweet --></p>
<p>And so there you have it, how I accidentally made headlines around the world. Matt has written up his own recollection on <a href="http://www.matsta.org/">his blog that you can find here</a>. Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peppery.net.nz/2010/09/23/twitter-matsta-xss-worm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.peppery.net.nz/wp-content/uploads/2010/09/tv3news.mp4" length="5764870" type="video/mp4" />
		</item>
		<item>
		<title>Hello!</title>
		<link>http://www.peppery.net.nz/2010/09/23/hello/</link>
		<comments>http://www.peppery.net.nz/2010/09/23/hello/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 03:22:23 +0000</pubDate>
		<dc:creator>harrison</dc:creator>
				<category><![CDATA[Self]]></category>

		<guid isPermaLink="false">http://www.peppery.net.nz/2010/09/23/hello/</guid>
		<description><![CDATA[Hello readers! I&#8217;ve had quite a lot of interest in the events that have happened over the past few days so I thought I would set up yet another blog to post some of my thoughts. Subscribe to the RSS if you wish! Cheers, Harrison / @Peppery]]></description>
			<content:encoded><![CDATA[<p>Hello readers!</p>
<p>I&#8217;ve had quite a lot of interest in the events that have happened over the past few days so I thought I would set up yet another blog to post some of my thoughts. Subscribe to the RSS if you wish!</p>
<p>Cheers,<br />
Harrison / @Peppery</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peppery.net.nz/2010/09/23/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

