<?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>OhRyan.ca &#187; firefox</title>
	<atom:link href="http://ohryan.ca/blog/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://ohryan.ca/blog</link>
	<description>Canadian Tech News, Hacks &#38; How To</description>
	<lastBuildDate>Wed, 25 Jan 2012 06:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firesheep: A Valid Reason to Fear WiFi or How To Hack Your Wife&#8217;s Facebook</title>
		<link>http://ohryan.ca/blog/2010/10/26/firesheep-a-valid-reason-to-fear-wifi-or-how-to-hack-your-wifes-facebook/</link>
		<comments>http://ohryan.ca/blog/2010/10/26/firesheep-a-valid-reason-to-fear-wifi-or-how-to-hack-your-wifes-facebook/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 05:35:37 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firesheep]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/?p=934</guid>
		<description><![CDATA[Just in time for Halloween, a developer by the name of Eric Butler has released Firesheep &#8211; a truly terrifying security tool. It&#8217;s so simple to use it makes script kiddies look like rocket surgeons. All you have to do is install the Firefox extension, that&#8217;s it. With the extension installed at the click of a single [...]]]></description>
			<content:encoded><![CDATA[<p>Just in time for Halloween, a developer by the name of <a href="http://codebutler.com/" target="_blank">Eric Butler</a> has released <a href="http://codebutler.com/firesheep" target="_blank">Firesheep</a> &#8211; a truly terrifying security tool. It&#8217;s so simple to use it makes script kiddies look like rocket surgeons. All you have to do is install the Firefox extension, that&#8217;s it. With the extension installed at the click of a single button you can collect any session cookies floating around the WiFi network you&#8217;re connected to and use those cookies to browse any website the victim logs in to. To reiterate, if you&#8217;re on a public (or unsecured) wifi hotspot anyone else on the network has the ability to view your Facebook account, without any technical knowledge at all.</p>
<p><a href="http://ohryan.ca/blog/wp-content/uploads/three.png"><img class="aligncenter size-medium wp-image-936" title="three" src="http://ohryan.ca/blog/wp-content/uploads/three-300x181.png" alt="" width="300" height="181" /></a>As you can see in the screenshot. Firesheep gives you a nice list of all user logins you&#8217;ve collected, including their profile pictures for your convience; clicking one logins you in to the social network as that user, giving you full access to everything they have access to.</p>
<p>While this type of attack has always been a vague <em>hypothetical</em> possibility and there have always been tools available to take advantage of this sort of exploit, it is has never been this simple. It&#8217;s the equivalent of putting a &#8220;give me money&#8221; button on the side of an ATM. Facebook, Twitter and friends are going to have to take notice.</p>
<p><strong>What Not To Worry About</strong></p>
<ul>
<li>Private WiFi. If you know and trust everyone on the WiFi network you&#8217;re connected to at home or at work, you probably shouldn&#8217;t worry too much. You&#8217;re still just as vulnerable to the attack on a private or encrypted WiFi connection. But without open access to the general public, it&#8217;s a lot easier to catch the person messing with your account.</li>
<li>Passwords. This exploit works without ever knowing your password. No respectable website stores your password in plain text and even if someone gets into your account, most websites will not allow a user to change the password without entering the current password.</li>
</ul>
<p><strong>How To Protect Yourself</strong></p>
<p>Firesheep is taking advantage of the fact that your session data is being sent over wifi in plain unencrypted text. The only effective protection against this is full end-to-end encryption using <a href="http://en.wikipedia.org/wiki/Https" target="_blank">HTTPS</a> aka <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer" target="_blank">SSL</a>. A lot of websites like banks or government services enforce HTTPS connections due to the sensitive nature of the transactions. Most social networks may offer HTTPS if you type it into the address bar (ex. <a href="https://facebook.com/" target="_blank">https://facebook.com/</a> or <a href="https://twitter.com/" target="_blank">https://twitter.com/</a>), but since encryption slows down connections somewhat and is a little more taxing on server hardware, no social networks <em>require</em> you to connect with HTTPS. I suspect this will change within the next couple of weeks, if not sooner. In the mean time there are some steps you can take to make your browser use https.</p>
<ul>
<li>If you use gmail, they provide a handy setting to <a href="http://googlesystem.blogspot.com/2008/07/force-gmail-to-use-secure-connection.html" target="_blank">force gmail to always use a secure connection. Details here</a>. Enable this if you haven&#8217;t already. This is not necessary, gmail went 100% SSL earlier this year.</li>
<li>For other sites always include the &#8216;s&#8217; after https when logging on to a website. This should work with any major website. Update your bookmarks now.</li>
<li>Right now, I&#8217;m serious&#8230;</li>
<li>&#8230;.</li>
<li>Unfortunately, updating your bookmarks is not enough. Even when you log in via a secured connection Facebook and many others do not continue to send your traffic over secured links as you click around the site. Meaning, as soon as you leave that first httpS page, your may begin to expose your session details.</li>
<li>If you use Firefox, Techcrunch has an article on configuring <a href="https://addons.mozilla.org/en-US/firefox/addon/12714/" target="_blank">Force-TLS</a> an add-on that forces sites to use HTTPS. <a href="http://techcrunch.com/2010/10/25/firesheep/" target="_blank">Details Here</a>.</li>
<li>If you use Chrome or Safari, there are a few Greasemonkey extensions you can install that do similar things. <a href="http://userscripts.org/scripts/show/29090" target="_blank">This one covers a lot of sites</a>. <a href="http://userscripts.org/tags/https" target="_blank">Take a look at the directory for more</a>.</li>
<li>Do not user Internet Explorer.</li>
</ul>
<p><strong>That said&#8230;</strong></p>
<p>If you&#8217;re wondering who that neighbour with open WiFi has been messaging on Facebook, it&#8217;s never been easier to find out. <a href="http://github.com/codebutler/firesheep/downloads" target="_blank">Download the extension</a> (disclaimer: don&#8217;t actually do this, it might be illegal).</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2010/10/26/firesheep-a-valid-reason-to-fear-wifi-or-how-to-hack-your-wifes-facebook/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To: Stop Websites From Resizing Your Browser Window</title>
		<link>http://ohryan.ca/blog/2010/01/07/how-to-stop-websites-from-resizing-your-browser-window/</link>
		<comments>http://ohryan.ca/blog/2010/01/07/how-to-stop-websites-from-resizing-your-browser-window/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:00:28 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/?p=504</guid>
		<description><![CDATA[If you&#8217;re tired of websites resizing your browser window, rest your weary head. In Firefox, you can disable website&#8217;s abilities to do this with Javascript: Tools-&#62; Options (Firefox -&#62; preferences or ⌘, on OS X) Select the &#8220;Content&#8221; tab. Click on the &#8220;Advanced&#8221; button across from &#8220;Enable JavaScript&#8221;. Uncheck the &#8220;Move or resize existing windows&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re tired of websites resizing your browser window, rest your weary head. In <em>Firefox</em>, you can disable website&#8217;s abilities to do this with Javascript:</p>
<ol>
<li>Tools-&gt; Options (Firefox -&gt; preferences or ⌘, on OS X)</li>
<li>Select the &#8220;Content&#8221; tab.</li>
<li>Click on the &#8220;Advanced&#8221; button across from &#8220;Enable JavaScript&#8221;.</li>
<li>Uncheck the &#8220;Move or resize existing windows&#8221; checkbox.</li>
</ol>
<p>Thanks to reddit user <a href="http://www.reddit.com/user/libertao" target="_blank">libertao</a>, another one of the many bits of knowledge I&#8217;ve learned from <a href="http://www.reddit.com/r/entertainment/comments/amm2r/jenny_mccarthy_dismisses_autism_study_invites/c0icst7" target="_blank">comments on reddit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2010/01/07/how-to-stop-websites-from-resizing-your-browser-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digg Launches Firefox 3 Toolbar</title>
		<link>http://ohryan.ca/blog/2008/08/06/digg-launches-firefox-3-toolbar/</link>
		<comments>http://ohryan.ca/blog/2008/08/06/digg-launches-firefox-3-toolbar/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 01:40:22 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/?p=104</guid>
		<description><![CDATA[This might actually get me using digg again. We&#8217;ll see. Install link here. Digg Firefox 3 Extension from Kevin Rose on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>This might actually get me using digg again. We&#8217;ll see.<br />
Install link <a href="http://digg.com/tools/firefoxextension">here</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="267" 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.vimeo.com/moogaloop.swf?clip_id=1444273&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="267" src="http://www.vimeo.com/moogaloop.swf?clip_id=1444273&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://www.vimeo.com/1444273?pg=embed&amp;sec=1444273">Digg Firefox 3 Extension</a> from <a href="http://www.vimeo.com/user344320?pg=embed&amp;sec=1444273">Kevin Rose</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1444273">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2008/08/06/digg-launches-firefox-3-toolbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bizzare Firefox 3 HR Tag Rendering</title>
		<link>http://ohryan.ca/blog/2008/05/31/bizzare-firefox-3-hr-tag-rendering/</link>
		<comments>http://ohryan.ca/blog/2008/05/31/bizzare-firefox-3-hr-tag-rendering/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:42:11 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/?p=78</guid>
		<description><![CDATA[I stumbled across this bizare new rendering bug in Firefox 3. CSS: hr { background: url("bar.gif") no-repeat; width: 385px; height: 15px; border: 0; } HTML: &#60;hr noshade="noshade" /&#62; Here&#8217;s what it looks like in Firefox 2. Now Firefox 3. It would appear that Firefox 3 is adding a border-radius value to all &#60;hr/&#62; tags. Removing [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this bizare new rendering bug in Firefox 3.</p>
<p>CSS:</p>
<blockquote>
<pre>hr {
	background: url("bar.gif") no-repeat;
	width: 385px; height: 15px;
	border: 0;
}</pre>
</blockquote>
<p>HTML:</p>
<blockquote>
<pre>&lt;hr noshade="noshade" /&gt;</pre>
</blockquote>
<p>Here&#8217;s what it looks like in Firefox 2.</p>
<p><a href="http://ohryan.ca/blog/wp-content/uploads/2008-05-31_2304.png"><img class="alignnone size-full wp-image-82" title="2008-05-31_2304" src="http://ohryan.ca/blog/wp-content/uploads/2008-05-31_2304.png" alt="" width="429" height="72" /></a></p>
<p>Now Firefox 3.</p>
<p><a href="http://ohryan.ca/blog/wp-content/uploads/2008-05-31_2307.png"><img class="alignnone size-full wp-image-81" title="2008-05-31_2307" src="http://ohryan.ca/blog/wp-content/uploads/2008-05-31_2307.png" alt="" width="430" height="64" /></a></p>
<p>It would appear that Firefox 3 is adding a border-radius value to all &lt;hr/&gt; tags. Removing the <strong>noshade=&#8221;noshade&#8221;</strong> property, or adding <strong>-moz-border-radius: 0</strong> in the css will remove the rounded edges.</p>
<p><a href="/testbed/bizzare-firefox-3-hr-tag-rendering">Check it out. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2008/05/31/bizzare-firefox-3-hr-tag-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Firefox 3 URL Bar</title>
		<link>http://ohryan.ca/blog/2008/03/20/fix-firefox-3-url-bar/</link>
		<comments>http://ohryan.ca/blog/2008/03/20/fix-firefox-3-url-bar/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 04:32:25 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/2008/03/20/fix-firefox-3-url-bar/</guid>
		<description><![CDATA[Firefox 3 has an annoying new URL bar that takes up about 75px in screen real estate for each auto-completed URL. It&#8217;s referred to as richResults in about:config. In the previous beta releases you were able to manually add a preference to remove this feature. As of firefox 3 beta 4 (or maybe beta 3, [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 has an annoying new URL bar that takes up about 75px in screen real estate for each auto-completed URL. It&#8217;s referred to as richResults in about:config. In the previous beta releases you were able to manually add a preference to remove this feature. As of firefox 3 beta 4 (or maybe beta 3, i didn&#8217;t install that release) this no longer works for whatever reason.</p>
<p>If you prefer the old style urlbar, you need to install the oldbar extension. https://addons.mozilla.org/en-US/firefox/addon/6227</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2008/03/20/fix-firefox-3-url-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0, How To Make Old Extensions Work</title>
		<link>http://ohryan.ca/blog/2007/11/20/firefox-30-how-to-make-old-extensions-work/</link>
		<comments>http://ohryan.ca/blog/2007/11/20/firefox-30-how-to-make-old-extensions-work/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 16:10:38 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/2007/11/20/firefox-30-how-to-make-old-extensions-work/</guid>
		<description><![CDATA[Firefox 3.0 beta 1 is out. As with previous releases of Firefox, the new version number breaks your extensions. Here&#8217;s how to fix them. Open about:config (don&#8217;t mind the new roadblock) Right-Click the list and create a new boolean &#8216;extensions.checkCompatibility&#8217;, set it to false Restart Firefox Update: This does not appear to work on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.mozilla.org/devnews/index.php/2007/11/19/firefox-3-beta-1-now-available-for-download/" target="_blank">Firefox 3.0 beta 1 is out</a>. As with previous releases of Firefox, the new version number breaks your extensions. Here&#8217;s how to fix them.</p>
<ol>
<li>Open about:config (don&#8217;t mind the new roadblock)</li>
<li>Right-Click the list and create a new boolean &#8216;extensions.checkCompatibility&#8217;, set it to <em>false</em></li>
<li>Restart Firefox</li>
</ol>
<p><strong>Update:</strong> This does not appear to work on the beta 4 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2007/11/20/firefox-30-how-to-make-old-extensions-work/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

