<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Curiosity killed the twit, Twitter clickjacking</title>
	<atom:link href="http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:59:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: zzaz3</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-65625</link>
		<dc:creator><![CDATA[zzaz3]]></dc:creator>
		<pubDate>Sun, 08 Mar 2009 18:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-65625</guid>
		<description><![CDATA[lol, I learned that lesson the hard way.  On time there was a button in someone&#039;s sig that said &quot;Don&#039;t Click&quot; and I clicked it.  It took me to a gay porn site that had my speakers blaring &quot;I&#039;m looking at gay porn&quot;.  

Now I&#039;m a lot more cautious when it comes to hyperlinks.]]></description>
		<content:encoded><![CDATA[<p>lol, I learned that lesson the hard way.  On time there was a button in someone&#8217;s sig that said &#8220;Don&#8217;t Click&#8221; and I clicked it.  It took me to a gay porn site that had my speakers blaring &#8220;I&#8217;m looking at gay porn&#8221;.  </p>
<p>Now I&#8217;m a lot more cautious when it comes to hyperlinks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FIRESTORM_v1</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-63081</link>
		<dc:creator><![CDATA[FIRESTORM_v1]]></dc:creator>
		<pubDate>Sun, 15 Feb 2009 23:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-63081</guid>
		<description><![CDATA[I use a twitter account for server notifications as part of a basic network monitor that I threw together after many nights of fighting a windows box that refused to stay online. 

I don&#039;t have the original link, but google &quot;PHP twitter curl&quot; and one of the top links should give you a link to the guy that figured out how to do it using a PHP library curl to parse the XML sent to twitter and received from it on posting. (success, failure, etc)

Twitter does have its uses, it is a quick way to get txt messages to many people quickly at one time without having to kill youself trying to mass-forward or retyping the txt.]]></description>
		<content:encoded><![CDATA[<p>I use a twitter account for server notifications as part of a basic network monitor that I threw together after many nights of fighting a windows box that refused to stay online. </p>
<p>I don&#8217;t have the original link, but google &#8220;PHP twitter curl&#8221; and one of the top links should give you a link to the guy that figured out how to do it using a PHP library curl to parse the XML sent to twitter and received from it on posting. (success, failure, etc)</p>
<p>Twitter does have its uses, it is a quick way to get txt messages to many people quickly at one time without having to kill youself trying to mass-forward or retyping the txt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis ii</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62879</link>
		<dc:creator><![CDATA[louis ii]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62879</guid>
		<description><![CDATA[As a previous user mentioned, zindex will still allow this type of tomfoolery to persist.
Example:
Determine the zindex (usually 0) of the target site image/area, set the zindex of a new image, message, etc.. to higher that the one on the site (1 should be usual to work) and place it on the same space using CSS.  The new link/image/etc is on top, visible or not, which could be an exact duplicate of whatever is hiding under it, but re-directing some place else.

Also, I don&#039;t know if it has been updated, but the method of using a transparent gif (note: not transparent by browser opacity, but transparent by it&#039;s actual &#039;color&#039; scheme) as an overlay was quite popular on social networking site spam a few years a go.

Originally I was thinking to use the zindex method to jokingly &quot;deface&quot; friends social networking sites by putting up an edit in place of their image which was animated to do other things besides look pretty and static, but once spammers started hitting the sites with it, I thought better to not.

Anyway... even with simple HTML being used, there will still be people who are so caught up in their desperate, yet quiet, self worth issues and will click on things &quot;just in case&quot; or &quot;out of boredom&quot;... I think early high school was the hardest computer repair time I have seen because those kids DESTROY computers and laugh it off, all with purposeful internet spam clicking.

Peace!]]></description>
		<content:encoded><![CDATA[<p>As a previous user mentioned, zindex will still allow this type of tomfoolery to persist.<br />
Example:<br />
Determine the zindex (usually 0) of the target site image/area, set the zindex of a new image, message, etc.. to higher that the one on the site (1 should be usual to work) and place it on the same space using CSS.  The new link/image/etc is on top, visible or not, which could be an exact duplicate of whatever is hiding under it, but re-directing some place else.</p>
<p>Also, I don&#8217;t know if it has been updated, but the method of using a transparent gif (note: not transparent by browser opacity, but transparent by it&#8217;s actual &#8216;color&#8217; scheme) as an overlay was quite popular on social networking site spam a few years a go.</p>
<p>Originally I was thinking to use the zindex method to jokingly &#8220;deface&#8221; friends social networking sites by putting up an edit in place of their image which was animated to do other things besides look pretty and static, but once spammers started hitting the sites with it, I thought better to not.</p>
<p>Anyway&#8230; even with simple HTML being used, there will still be people who are so caught up in their desperate, yet quiet, self worth issues and will click on things &#8220;just in case&#8221; or &#8220;out of boredom&#8221;&#8230; I think early high school was the hardest computer repair time I have seen because those kids DESTROY computers and laugh it off, all with purposeful internet spam clicking.</p>
<p>Peace!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tweet_in_hell_fags</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62876</link>
		<dc:creator><![CDATA[tweet_in_hell_fags]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 20:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62876</guid>
		<description><![CDATA[I hope more people continue to do this as much as possible until that horrid pile of bullshit doesn&#039;t exist and I can stop hearing about it.]]></description>
		<content:encoded><![CDATA[<p>I hope more people continue to do this as much as possible until that horrid pile of bullshit doesn&#8217;t exist and I can stop hearing about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkFader</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62868</link>
		<dc:creator><![CDATA[DarkFader]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62868</guid>
		<description><![CDATA[I installed NoScript, and probably doesn&#039;t break out the iframe. Fixing things with javascript isn&#039;t the way I guess.
Anyway, security for Web 2.0 sites is crucial. I once made an IMVU userpage XSS script that copied itself upon viewing. They were quick disabling and fixing it though.]]></description>
		<content:encoded><![CDATA[<p>I installed NoScript, and probably doesn&#8217;t break out the iframe. Fixing things with javascript isn&#8217;t the way I guess.<br />
Anyway, security for Web 2.0 sites is crucial. I once made an IMVU userpage XSS script that copied itself upon viewing. They were quick disabling and fixing it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robyn</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62857</link>
		<dc:creator><![CDATA[Robyn]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62857</guid>
		<description><![CDATA[To successfully use twitter:

1) be popular. 
2) be interesting.
3) tweet.

I use it with a small group of friends and we generally tweet neat things we found in the day or for information. (eg &quot;Does anyone know where to find good coffee in the skyway?&quot; or &quot;I baked cookies and they are delicious&quot; to &quot;OMG I&#039;m pregnant !!) These can prove later conversations starters for later &quot;Did you ever find coffee in the skyway?&quot; &quot;You&#039;re pregnant! Pop the champagne!&quot;]]></description>
		<content:encoded><![CDATA[<p>To successfully use twitter:</p>
<p>1) be popular.<br />
2) be interesting.<br />
3) tweet.</p>
<p>I use it with a small group of friends and we generally tweet neat things we found in the day or for information. (eg &#8220;Does anyone know where to find good coffee in the skyway?&#8221; or &#8220;I baked cookies and they are delicious&#8221; to &#8220;OMG I&#8217;m pregnant !!) These can prove later conversations starters for later &#8220;Did you ever find coffee in the skyway?&#8221; &#8220;You&#8217;re pregnant! Pop the champagne!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pollack</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62848</link>
		<dc:creator><![CDATA[Andrew Pollack]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62848</guid>
		<description><![CDATA[@Realvision - you&#039;re not getting it.  IM is replacing EMAIL for transient conversation, where email will become the tool used primarily for more important transactions that need to stay around.

Twitter is useful if you&#039;re part of -- or are building -- a large extended community of interest that requires little specific attention.  It can be a bit like being at a trade show.  You never know quite who you&#039;ll run into that may be of interest, but there&#039;s a lot of depth around you to be picked up.]]></description>
		<content:encoded><![CDATA[<p>@Realvision &#8211; you&#8217;re not getting it.  IM is replacing EMAIL for transient conversation, where email will become the tool used primarily for more important transactions that need to stay around.</p>
<p>Twitter is useful if you&#8217;re part of &#8212; or are building &#8212; a large extended community of interest that requires little specific attention.  It can be a bit like being at a trade show.  You never know quite who you&#8217;ll run into that may be of interest, but there&#8217;s a lot of depth around you to be picked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andBeans</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62845</link>
		<dc:creator><![CDATA[andBeans]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 13:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62845</guid>
		<description><![CDATA[@dan

Twitter is for attention whores.
That&#039;s all you need to know.]]></description>
		<content:encoded><![CDATA[<p>@dan</p>
<p>Twitter is for attention whores.<br />
That&#8217;s all you need to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korben</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62839</link>
		<dc:creator><![CDATA[Korben]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 11:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62839</guid>
		<description><![CDATA[Hello Eliot,

For your information, Facebook also is striked by this click jacking method :

http://www.allofmanga.net/ok.php?page=facebook

clic anywhere on the page (multiple times if it didn&#039;t work) and then go to this group...http://www.facebook.com/group.php?gid=48226044199

You were automatically added... ;-)

Best Regards,

Korben]]></description>
		<content:encoded><![CDATA[<p>Hello Eliot,</p>
<p>For your information, Facebook also is striked by this click jacking method :</p>
<p><a href="http://www.allofmanga.net/ok.php?page=facebook" rel="nofollow">http://www.allofmanga.net/ok.php?page=facebook</a></p>
<p>clic anywhere on the page (multiple times if it didn&#8217;t work) and then go to this group&#8230;<a href="http://www.facebook.com/group.php?gid=48226044199" rel="nofollow">http://www.facebook.com/group.php?gid=48226044199</a></p>
<p>You were automatically added&#8230; ;-)</p>
<p>Best Regards,</p>
<p>Korben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RealVision</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62837</link>
		<dc:creator><![CDATA[RealVision]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 10:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62837</guid>
		<description><![CDATA[+1 to &quot;I don&#039;t know why would anyone want to twitter&quot;

The twitter hacks are good from a technical POV, but that&#039;s it. Just like electrets and those things that blink and synchronise with each other

IMHO, there is not even any use for IM anymore.. It was necessary in the past because regular email was slow and not very good for following conversations, but that&#039;s the past. Now mail is just as good of a solution, no need for &quot;fancy&quot; stuff that only distracts you from the actual work.

Of course, I am a minimalist, if you can&#039;t tell yet :-P.. Linux with xmonad for me]]></description>
		<content:encoded><![CDATA[<p>+1 to &#8220;I don&#8217;t know why would anyone want to twitter&#8221;</p>
<p>The twitter hacks are good from a technical POV, but that&#8217;s it. Just like electrets and those things that blink and synchronise with each other</p>
<p>IMHO, there is not even any use for IM anymore.. It was necessary in the past because regular email was slow and not very good for following conversations, but that&#8217;s the past. Now mail is just as good of a solution, no need for &#8220;fancy&#8221; stuff that only distracts you from the actual work.</p>
<p>Of course, I am a minimalist, if you can&#8217;t tell yet :-P.. Linux with xmonad for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mig</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62830</link>
		<dc:creator><![CDATA[mig]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62830</guid>
		<description><![CDATA[I third that. I have an account but I have no clue why anyone gives a  flying f*ck about what i may be doing at any one time except a few select people related to that activity, in which case i would contact them by another means.

Can anyone confirm whether twitter offers any more than &quot;i am doing/thinking this if anyone cares&quot;?]]></description>
		<content:encoded><![CDATA[<p>I third that. I have an account but I have no clue why anyone gives a  flying f*ck about what i may be doing at any one time except a few select people related to that activity, in which case i would contact them by another means.</p>
<p>Can anyone confirm whether twitter offers any more than &#8220;i am doing/thinking this if anyone cares&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M4CGYV3R</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62829</link>
		<dc:creator><![CDATA[M4CGYV3R]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62829</guid>
		<description><![CDATA[&quot;does anyone here use twitter? are there any particularly cool things you can do with it that you can recommend? i get the impression that there is this whole cool twitter thing going on, but i just don’t ‘get’ it…&quot;

Completely agree. Micro Myspaceis not what&#039;s for breakfast.]]></description>
		<content:encoded><![CDATA[<p>&#8220;does anyone here use twitter? are there any particularly cool things you can do with it that you can recommend? i get the impression that there is this whole cool twitter thing going on, but i just don’t ‘get’ it…&#8221;</p>
<p>Completely agree. Micro Myspaceis not what&#8217;s for breakfast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62823</link>
		<dc:creator><![CDATA[Patrick]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62823</guid>
		<description><![CDATA[Just another reason to hate iFrames]]></description>
		<content:encoded><![CDATA[<p>Just another reason to hate iFrames</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roshamboe</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62813</link>
		<dc:creator><![CDATA[roshamboe]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 02:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62813</guid>
		<description><![CDATA[and that is how our entertainment has come to be, posting something and hoping someone will be bored enough to comment about it]]></description>
		<content:encoded><![CDATA[<p>and that is how our entertainment has come to be, posting something and hoping someone will be bored enough to comment about it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pollack</title>
		<link>http://hackaday.com/2009/02/12/curiosity-killed-the-twit-twitter-clickjacking/comment-page-1/#comment-62805</link>
		<dc:creator><![CDATA[Andrew Pollack]]></dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8481#comment-62805</guid>
		<description><![CDATA[Dan -- twitter is like IM, only inside out.

Where you talk &quot;to&quot; someone with IM, with twitter you just shout out what you&#039;re doing or what&#039;s on your mind, and anyone who&#039;s &quot;Following&quot; you and happens to be online at that moment sees what you&#039;ve said.

&quot;Hey, I&#039;m thinking or doing THIS, if anyone cares&quot;

that&#039;s essentially twitter.]]></description>
		<content:encoded><![CDATA[<p>Dan &#8212; twitter is like IM, only inside out.</p>
<p>Where you talk &#8220;to&#8221; someone with IM, with twitter you just shout out what you&#8217;re doing or what&#8217;s on your mind, and anyone who&#8217;s &#8220;Following&#8221; you and happens to be online at that moment sees what you&#8217;ve said.</p>
<p>&#8220;Hey, I&#8217;m thinking or doing THIS, if anyone cares&#8221;</p>
<p>that&#8217;s essentially twitter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

