<?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>406 Not Acceptable &#187; Guides</title>
	<atom:link href="http://406notacceptable.com/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://406notacceptable.com</link>
	<description>406 Not Acceptable, not just an error message, but now a blog!</description>
	<lastBuildDate>Tue, 28 Jun 2011 15:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Watch Hulu, South Park, One Piece videos using a SSH Tunnel</title>
		<link>http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/</link>
		<comments>http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:52:09 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[foxyproxy]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[stream video]]></category>

		<guid isPermaLink="false">http://406notacceptable.com/?p=511</guid>
		<description><![CDATA[Sadly for those of us not in America, we cannot watch the streams provided on Hulu and these other sites. So how do we watch Hulu from the UK, Canada, or anywhere outside of the US? We have to use a SSH Tunnel and some other software to trick Hulu into thinking we are from [...]


Related posts:<ol><li><a href='http://406notacceptable.com/guides/aircrack-on-the-n900/' rel='bookmark' title='Permanent Link: Aircrack on the N900'>Aircrack on the N900</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sadly for those of us not in America, we cannot watch the streams provided on Hulu and these other sites. So how do we watch Hulu from the UK, Canada, or anywhere outside of the US? We have to use a SSH Tunnel and some other software to trick Hulu into thinking we are from America.. Otherwise we have to wait for the latest episodes of Family Guy or American Dad to finally get relased in our respective countries&#8230; Now you may think that it would be easy to simply set up a connection to a proxy server in the United States and trick Hulu into believeing you are in America. This is not the best solution! First, you will find free proxy servers to be slow and unreliable; plus, even if you do find a working proxy, you will not be able to watch the videos on Hulu or One Piece Official, due to the way flash works.</p>
<p>So you are left with two options: purchase or set up a VPN connection on your own webhost/VPS, or use putty to set up a SSH tunnel and ProxyCap to connect to server in America. Thankfully, for me anyway, my Linode is in the United States! Setting up a VPN connection is a lengthy process, you really want to avoid doing so at all costs; whilst a SSH tunnel requires very little work! For those of you without a server to connect to, finding a cheap VPN is your best option for streaming video from these sites.</p>
<p>What you will need to do is: set up a SSH tunnel to your US server, then instruct your web browser to connect via that tunnel. This will work like setting a proxy server, but pointing to localhost/127.0.0.1 (your own computer) Putty will then force all connections to Hulu to go through your US server, and will make it possible to watch Hulu/South Park/One Piece videos.</p>
<p>You should already have SSH on your webhost/server. Most shared web providers will allow SSH access with the same details you use for your FTP settings. This is because SSH is far more secure than FTP; so you should be using it already!</p>
<p>To set up the SSH tunnel, you will need to use a certain set of options in Putty:</p>
<div id="attachment_512" class="wp-caption aligncenter" style="width: 479px"><a href="http://406notacceptable.com/wp-content/uploads/2010/02/ssh_tunnel1.png"><img class="size-full wp-image-512" title="ssh_tunnel" src="http://406notacceptable.com/wp-content/uploads/2010/02/ssh_tunnel1.png" alt="SSH Tunneling Options for Hulu" width="469" height="452" /></a><p class="wp-caption-text">This is from the SSH -&gt; Tunnelling Menu</p></div>
<p>Once you have it set up like in the picture, press &#8216;add&#8217; and the forwarded ports should state D8080 or D&lt;your port&gt;. Save your connection settings for later and connect to your site. Alternatively, you may use a command line tool like this:</p>
<pre>ssh -D 8080 -p 22 -f -N exampleuser@exampleserver.com</pre>
<p>In either case, you may use a different port than 8080.</p>
<p>Next in your browser, you need to change your connection settings to connect via a SOCKS proxy based at 127.0.0.1 using port 8080. The following picture shows the correct set up on Firefox:</p>
<div id="attachment_513" class="wp-caption aligncenter" style="width: 526px"><a href="http://406notacceptable.com/wp-content/uploads/2010/02/firefox_tunnel.png"><img class="size-full wp-image-513" title="firefox_tunnel" src="http://406notacceptable.com/wp-content/uploads/2010/02/firefox_tunnel.png" alt="Proxy settings for Firefox" width="516" height="630" /></a><p class="wp-caption-text">This is how you set up Firefox for SSH tunneling</p></div>
<p>Now you are almost there! Check your connection works, if it doesn&#8217;t it is likely you have typed in the wrong port or have not connected to your server yet, both easy mistakes. You could use the FoxyProxy extension if you wish to set up some advanced rules (e.g. use the proxy only for Hulu.)</p>
<p>Now you may find you can now browse One Piece Official, which you could not before; this is because you now have an American IP. Check it out on any of the hundreds of &#8216;what is my ip&#8217; clones. Yet, don&#8217;t bother trying the watch any of the videos on Hulu yet, there is still one step to go! This is because Flash does not respect your browser&#8217;s settings and just does what it wants, so tries to connect via your standard connection &#8212; effectively bypassing your proxy. You will need to get a copy of ProxyCap, they provide a free 30 day trial on their site. I am not sure if the trial is like WinRar&#8217;s infamous 30 days, or if you can simply redownload it. There is a FoxyProxy video helper, which supposedly does the same job; but I can not get it to work for me. If anyone has any tips, that would be a great free alternative.</p>
<p>Once ProxyCap is installed you need to edit the preferences to use your proxy, click the dotted square nto the right of the text &#8216;Manage your proxies&#8217;. Enter 127.0.0.1 and your port, as shown below:</p>
<div id="attachment_518" class="wp-caption aligncenter" style="width: 597px"><a href="http://406notacceptable.com/wp-content/uploads/2010/02/proxycap_hulu_1.png"><img class="size-full wp-image-518" title="proxycap_hulu_1" src="http://406notacceptable.com/wp-content/uploads/2010/02/proxycap_hulu_1.png" alt="Proxycap proxy settings" width="587" height="460" /></a><p class="wp-caption-text">Setting up our tunnel as a proxy</p></div>
<p>Next you need to update the rules to allow ProxyCap to deal with UDP, as follows:</p>
<div id="attachment_519" class="wp-caption aligncenter" style="width: 588px"><a href="http://406notacceptable.com/wp-content/uploads/2010/02/proxycap_hulu_2.png"><img class="size-full wp-image-519" title="proxycap_hulu_2" src="http://406notacceptable.com/wp-content/uploads/2010/02/proxycap_hulu_2.png" alt="ProxyCap rules for Hulu" width="578" height="514" /></a><p class="wp-caption-text">The only change here is a tick on UDP</p></div>
<p>Now go check out Hulu and enjoy some TV!</p>
<p>For those of you who wish to use the BBC iPlayer this will work in the same manner, just get a UK based server <img src='http://406notacceptable.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://406notacceptable.com/guides/aircrack-on-the-n900/' rel='bookmark' title='Permanent Link: Aircrack on the N900'>Aircrack on the N900</a></li>
</ol></p><hr />
<p><small>&copy; jim for <a href="http://406notacceptable.com">406 Not Acceptable</a>, 2010. |
<a href="http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/">Permalink</a> |
<a href="http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/&amp;title=Watch Hulu, South Park, One Piece videos using a SSH Tunnel">del.icio.us</a>
<br/>
Post tags: <a href="http://406notacceptable.com/tag/foxyproxy/" rel="tag">foxyproxy</a>, <a href="http://406notacceptable.com/tag/hulu/" rel="tag">hulu</a>, <a href="http://406notacceptable.com/tag/ssh-tunnel/" rel="tag">ssh tunnel</a>, <a href="http://406notacceptable.com/tag/stream-video/" rel="tag">stream video</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://406notacceptable.com/guides/watch-hulu-south-park-one-piece-videos-using-a-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aircrack on the N900</title>
		<link>http://406notacceptable.com/guides/aircrack-on-the-n900/</link>
		<comments>http://406notacceptable.com/guides/aircrack-on-the-n900/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 19:46:17 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[N900]]></category>
		<category><![CDATA[wireless hacking]]></category>

		<guid isPermaLink="false">http://406notacceptable.com/?p=466</guid>
		<description><![CDATA[I am really starting to love the N900!
I have been playing outside of the maemo repositories and decided to give everyones favourite &#8217;security&#8217; program Aircrack (aircrack-ng) a go. After setting up a debian repository from an official mirror installation was easy via the command line, a simple sudo apt-get install aircrack-ng.
Once installed, you cannot use [...]


Related posts:<ol><li><a href='http://406notacceptable.com/the-real-world/update-on-aircrack-for-n900/' rel='bookmark' title='Permanent Link: Update on Aircrack for N900'>Update on Aircrack for N900</a></li>
<li><a href='http://406notacceptable.com/security/nmap-now-on-the-n900/' rel='bookmark' title='Permanent Link: Nmap now on the N900!'>Nmap now on the N900!</a></li>
<li><a href='http://406notacceptable.com/operating-systems/pr1-1-1-n900-update-still-not-out-in-the-uk/' rel='bookmark' title='Permanent Link: PR1.1.1 N900 Update still not out in the UK'>PR1.1.1 N900 Update still not out in the UK</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am really starting to love the N900!</p>
<p>I have been playing outside of the maemo repositories and decided to give everyones favourite &#8217;security&#8217; program Aircrack (aircrack-ng) a go. After setting up a debian repository from an official mirror installation was easy via the command line, a simple <em>sudo apt-get install aircrack-ng</em>.</p>
<p>Once installed, you cannot use the program straight away. This is because your wireless card will already be in use, or have been set up for &#8216;Managed mode&#8217; where the operating system deals with setting up wireless networks. To get out of this, and into Monitor mode, you will need root access and go through the following commands:</p>
<p>root</p>
<p>ifconfig wlan0 down</p>
<p>iwconfig wlan0 mode Monitor</p>
<p>ifconfig wlan0 up</p>
<p>If you wish to use a different mac (useful when doing a fake auth,) go through the same process but instead of setting monitor mode use macchanger (e.g. macchanger mac=11:22:33:44:55:66). You can now use monitor mode and aircrack in all it&#8217;s glory! See the following for an injection test:</p>
<div id="attachment_465" class="wp-caption aligncenter" style="width: 523px"><a href="http://406notacceptable.com/wp-content/uploads/2009/12/screenshot06.png"><img class="size-full wp-image-465 " title="Packet_injection_n900" src="http://406notacceptable.com/wp-content/uploads/2009/12/screenshot06.png" alt="Aircrack inkjection test n900" width="513" height="307" /></a><p class="wp-caption-text">I crashed out early, due to my battery being on its last legs!</p></div>
<p>This is the result of a dump, the command used here was airodump-ng wlan0 -c 6</p>
<p>As you can see the N900 captured my WPA handshake, so I could crack my own WPA network; but that would be silly!</p>
<div id="attachment_467" class="wp-caption aligncenter" style="width: 523px"><a href="http://406notacceptable.com/wp-content/uploads/2009/12/screenshot07.png"><img class="size-full wp-image-467 " title="Airodump_N900" src="http://406notacceptable.com/wp-content/uploads/2009/12/screenshot07.png" alt="Airodump running on the N900" width="513" height="307" /></a><p class="wp-caption-text">Airodump running on the N900: hope you like my faked mac address!</p></div>
<p>So aircrack looks like it can simply be moved to Maemo-extras (devel or testing.) It just needs more testing to check if inject is really working. My N900 had been up for 48 hours at this point, so didn&#8217;t wish to comply with testing <img src='http://406notacceptable.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://406notacceptable.com/the-real-world/update-on-aircrack-for-n900/' rel='bookmark' title='Permanent Link: Update on Aircrack for N900'>Update on Aircrack for N900</a></li>
<li><a href='http://406notacceptable.com/security/nmap-now-on-the-n900/' rel='bookmark' title='Permanent Link: Nmap now on the N900!'>Nmap now on the N900!</a></li>
<li><a href='http://406notacceptable.com/operating-systems/pr1-1-1-n900-update-still-not-out-in-the-uk/' rel='bookmark' title='Permanent Link: PR1.1.1 N900 Update still not out in the UK'>PR1.1.1 N900 Update still not out in the UK</a></li>
</ol></p><hr />
<p><small>&copy; jim for <a href="http://406notacceptable.com">406 Not Acceptable</a>, 2009. |
<a href="http://406notacceptable.com/guides/aircrack-on-the-n900/">Permalink</a> |
<a href="http://406notacceptable.com/guides/aircrack-on-the-n900/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://406notacceptable.com/guides/aircrack-on-the-n900/&amp;title=Aircrack on the N900">del.icio.us</a>
<br/>
Post tags: <a href="http://406notacceptable.com/tag/aircrack/" rel="tag">aircrack</a>, <a href="http://406notacceptable.com/tag/injection/" rel="tag">injection</a>, <a href="http://406notacceptable.com/tag/n900/" rel="tag">N900</a>, <a href="http://406notacceptable.com/tag/wireless-hacking/" rel="tag">wireless hacking</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://406notacceptable.com/guides/aircrack-on-the-n900/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

