<?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/"
	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>Eric Leite</title>
	<atom:link href="http://ericleite.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericleite.wordpress.com</link>
	<description>Abstracts of society and security.</description>
	<lastBuildDate>Tue, 27 Oct 2009 05:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ericleite.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Eric Leite</title>
		<link>http://ericleite.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ericleite.wordpress.com/osd.xml" title="Eric Leite" />
	<atom:link rel='hub' href='http://ericleite.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Understanding Primary, Logical &amp; Extended Partitions</title>
		<link>http://ericleite.wordpress.com/2009/05/26/understanding-primary-logical-extended-partitions/</link>
		<comments>http://ericleite.wordpress.com/2009/05/26/understanding-primary-logical-extended-partitions/#comments</comments>
		<pubDate>Tue, 26 May 2009 07:58:50 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Telecom]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[extended]]></category>
		<category><![CDATA[logical]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[primary]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=66</guid>
		<description><![CDATA[This guide is intended to provide a high-level overview of primary, extended and logical partitions as they relate to Windows and Linux. It will be easier to understand the following information if you have experience with formatting devices and/or are familiar with topics such as filesystems. Let's review a few key elements and rules of partitioning.

In order to use a hard drive, it must first be partitioned. Partioning is the process of dividing your hard drive into chunks so that it can be prepared for use. Even if you're going to keep the hard drive all in one piece, it must be partioned so that the select system knows it is intended to be in one piece.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=66&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This guide is intended to provide a high-level overview of primary, extended and logical partitions as they relate to Windows and Linux. It will be easier to understand the following information if you have experience with formatting devices and/or are familiar with topics such as filesystems. Let&#8217;s review a few key elements and rules of partitioning.</p>
<p>In order to use a hard drive, it must first be partitioned. Partioning is the process of dividing your hard drive into chunks so that it can be prepared for use. Even if you&#8217;re going to keep the hard drive all in one piece, it must be partioned so that the select system knows it is intended to be in one piece.</p>
<p>Each device has a Master Boot Record. The MBR for each device contains space for only four partition entries. Of these entries, only one can be designated as an extended partition. All others must be set as primary partitions.  Windows XP and Linux can all be installed and set as bootable on primary or logical partitions.</p>
<p>The three terms we will discuss: primary, extended and logical</p>
<p>A <strong>primary partition</strong> is bootable. There can only be a total of four primary partitions on one disk. In earlier versions of Microsoft Windows, the first drive, C: had to be located on a primary partitions. Since Windows NT 3.51, this is not longer a requirement. The first partition on a disk does not need to be a primary partition. As a matter of fact, there doesn&#8217;t need to be any primary partitions on a disk. Primary partitions do not have to contain any operating system, they can serve simply as storage. Information about primary partitions are stored within the master boot record, as an entry in the master partition table.</p>
<p><strong>Extended partitions</strong> are like containers. The entry for Extended partitions on the MBR actually points to a logical volume, inside which you can make as many logical partitions as you need. Extended partitions serve only as containers for smaller, secondary partitions called logical partitions. Extended partitions are not formatted or given drive letters, because they are only containers. Extended partitions aren&#8217;t useful until you start creating these smaller logical partitions within them.</p>
<p>The extended partitions were designed to add flexibility for users who wanted more than just four primary partitions. In disk partition utilities, extended partitions are usually denoted by colored borders around logical drives. If extended partitions are created, there will be a master partition table entry in the master boot record.</p>
<p><strong>Logical partitions</strong> are the smaller partitions that must be created within the extended volume. They are bootable and can be formatted and assigned drive letters. All NT based systems can be installed and booted from logical partitions. Booting with logical partitions is easier with linux filesystems, but can be more complex with windows. Some find it easier to install the BOOT files for a windows logical partition onto a primary partition.</p>
<p>That&#8217;s all for now. I hope this shed some new light on some old terminology for you. You can find more detailed information on the topic covered by following the links below.</p>
<p>Information discussed is presented from personal experience and several authoritative sources. Please let me know if you find any errors.</p>
<p style="text-align:center;"><img class="aligncenter size-medium wp-image-161" title="hard drive" src="http://ericleite.files.wordpress.com/2009/05/harddrive.jpg?w=202&#038;h=240" alt="hard drive" width="202" height="240" /></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><em>Goodell, Dan. &#8220;Understanding MultiBooting and Booting Windows from an Extended Partition.&#8221; <span style="text-decoration:underline;">Understanding Multibooting</span>. 10 Feb. 2007. 26 May 2009 &lt;<a href="http://www.goodells.net/multiboot/">http://www.goodells.net/multiboot/</a>&gt;.</em></p>
<p><em>&#8220;How to create a multiple-boot system in Windows XP.&#8221; <span style="text-decoration:underline;">Microsoft Help and Support</span>. 31 July 2007. Microsoft. 26 May 2009 &lt;<a href="http://support.microsoft.com/kb/306559">http://support.microsoft.com/kb/306559</a></em><em>&gt;.</em></p>
<p><em>Jaclaz. &#8220;Partitions: Primary vs Logical?&#8221; 11 Dec. 2004. <span style="text-decoration:underline;">www.msfn.org</span>. 26 May 2009 &lt;<a href="http://www.msfn.org/board/Partitions-Primary-vs-Logical-t33964.html&amp;st=6">http://www.msfn.org/board/Partitions-Primary-vs-Logical-t33964.html&amp;st=6</a></em><em>&gt;.</em></p>
<p><em>Kozierok, Charles M. &#8220;Primary, Extended and Logical Partitions.&#8221; <span style="text-decoration:underline;">Primary, Extended and Logical Partitions</span>. 17 Apr. 2001. 26 May 2009 &lt;<a href="http://www.pcguide.com/ref/hdd/file/structPartitions-c.html">http://www.pcguide.com/ref/hdd/file/structPartitions-c.html</a></em><em>&gt;.<br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=66&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/05/26/understanding-primary-logical-extended-partitions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/05/harddrive.jpg?w=252" medium="image">
			<media:title type="html">hard drive</media:title>
		</media:content>
	</item>
		<item>
		<title>Aircrack-ng: Exploiting Intialization Vectors</title>
		<link>http://ericleite.wordpress.com/2009/03/29/wireless-audit-cracking-wep-with-aircrack-ng-utility/</link>
		<comments>http://ericleite.wordpress.com/2009/03/29/wireless-audit-cracking-wep-with-aircrack-ng-utility/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 02:56:12 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Aircrack-ng]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=85</guid>
		<description><![CDATA[I am going to present instructions for those interested in auditing their own wireless network(s). My goal is to demonstrate how easy it is for a semi-savvy user to infiltrate a "secure", WEP wireless computer network using the linux-based tool, Aircrack-ng.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=85&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Only recently have I begun to realize the truly insecure nature of modern day computer networking. Sadly, I&#8217;ve only been exposed to the tip of the iceberg. So what a better way to share my concern than to show everyone how easily a WEP wireless network can be tapped into by exploiting captured, weak initialization vectors. To do this, I am going to present instructions on how to use a well-known auditing and cracking tool named Aircrack-ng. The goal of this demonstration is to show how easy it is for a semi-savvy user to infiltrate a &#8220;secure&#8221;, WEP wireless network.</p>
<p>Before we continue, a special thanks to Dr. R. Vaughn for the inspiration to pursue the truth, and to T. Nguyen for his initial research and demonstration. Credit for this application belongs to developer Thomas d&#8217;Otreppe and a galactica of other programmers from around the world. Thanks.</p>
<p>Here&#8217;s a checklist of what you&#8217;ll need before you begin:</p>
<ul>
<li>Linux platform (HD Install, Live CD, and USB mediums all work)</li>
<li>Aircrack-ng version 1.0-rc3 or later (<a href="http://www.aircrack-ng.org/doku.php#download" target="_blank">download</a>)</li>
<li>Compatible wireless card (<a href="http://www.aircrack-ng.org/doku.php?id=compatible_cards" target="_blank">more info</a>)</li>
<li>A wireless router to serve as a target access point (AP)<br />
<strong>LEGAL WARNING</strong>: Do not use this tool on an unauthorized network.  Experts in the United States believe that sometimes, such use of an unsecured wireless network may be considered an &#8220;unauthorized access of a computer&#8221; which is prohibited under Federal law and even theft of communications. Legal causes of action which were cited include defrauding the Internet service provider and a breach of the Internet service agreement. (<a href="http://www.ibls.com/internet_law_news_portal_view.aspx?s=latestnews&amp;id=1686" target="_blank">source</a>)</li>
</ul>
<p>There are seven primary steps to cracking a WEP encrypted wireless network. These steps serve as an overview of this tutorial:</p>
<ol>
<li>Checking the status of your wireless device</li>
<li>Enabling &#8220;monitor mode&#8221; on your wireless device</li>
<li>Scanning local wireless access points and choosing the target</li>
<li>Filter the scan to display desired target only</li>
<li>Send Authentication Request and Associate with AP</li>
<li>Generate and capture sufficient traffic data</li>
<li>Crack captured Initialization Vectors (IVs) and decrypt WEP key</li>
</ol>
<p>For clarification, you should know that the screenshots below were taken on a BackTrack3 linux sec distribution. I used a HD install setup and a wireless card manufactured by Edimax (model: <a href="http://www.edimax.com/en/produce_detail.php?pd_id=8&amp;pl1_id=1&amp;pl2_id=44" target="_blank">ew-7318usg</a>). I had to manually install RT73 (USB) drivers published by <a href="http://rt2x00.serialmonkey.com/wiki/index.php/Downloads" target="_blank">serialmonkey</a>.</p>
<p><strong>Step 1: Checking the status of your wireless device<br />
</strong></p>
<p>We&#8217;ll begin by verifying that you have an installed wireless device:</p>
<ul>
<li>Open up a shell console.</li>
<li>Type <strong>iwconfig </strong>to list all recognized wireless devices.</li>
<li>You may see several devices listed. Possible names are eth0, wlan0, rausb0, etc.<br />
eth = ethernet, wlan = wireless interface, rausb = USB wireless interface<br />
note: the numerical suffix in the device name represents a method of ordering the devices for the computer</li>
</ul>
<p>Determine which wireless device you&#8217;ll be using and remember that device name for later.</p>
<p>Next, we&#8217;ll use the <strong>ifconfig </strong>command to record the mac address of your selected wireless device.</p>
<ul>
<li>In the shell, type <strong>ifconfig &lt;device name&gt;</strong> to bring up the configuration for your selected device.<br />
<em>example: ifconfig rausb0</em></li>
</ul>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-104" title="iwconfig + ifconfig" src="http://ericleite.files.wordpress.com/2009/03/iwconfig_ifconfig.png?w=450" alt="Using iwconfig and ifconfig to gather your device info"   /><p class="wp-caption-text">Image 1-0 // Using iwconfig and ifconfig to gather your device info</p></div>
<p>Note: Image 1-0 shows &#8220;no wireless extensions&#8221; next to lo, and eth0. That is because neither of these devices are wireless. lo = local loopback and eth0 = wired ethernet. I will be using &#8220;rausb0&#8243; in my examples. <em>You must replace &#8220;rausb0&#8243; in the following commands with whatever your wireless device name is.</em></p>
<p><strong>Step 2 &#8211; Enabling &#8220;monitor mode&#8221; on your wireless device<br />
</strong></p>
<p>Using the Aircrack-ng utility package we installed, we will use the <strong>airmon-ng </strong>command to list the recognized devices, change our target device from Managed to Monitor mode, and than verify that our wireless devices has been properly modified by revisiting the <strong>iwconfig </strong>command.</p>
<ul>
<li>In the shell console, type <strong>airmon-ng</strong>. A list of recognized wireless devices will appear.</li>
<li>Type <strong>airmon-ng start &lt;device name&gt;</strong> to set your wireless device to Monitor mode.<br />
Note: replace &lt;device name&gt; with the wireless device you&#8217;ve chosen to use. In this case I used rausb0.<br />
<em>example: airmon-ng start rausb0</em></li>
<li>Finally, type <strong>iwconfig &lt;device name&gt;</strong> to verify that your device Mode is set to &#8220;Monitor&#8221;.<br />
<em>example: iwconfig rausb0</em></li>
</ul>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-99" title="Airomon-ng &amp; iwconfig results" src="http://ericleite.files.wordpress.com/2009/03/airomon_iwconfig_results.png?w=450" alt="Image 1-1 // Setting mode to Monitor using Airmon-ng and confirming with iwconfig"   /><p class="wp-caption-text">Image 1-1 // Setting mode to Monitor and confirming with iwconfig</p></div>
<p><strong>Step 3 &#8211; Scanning local wireless APs and choosing the target<br />
</strong></p>
<p>Now that your device is in monitor mode, we can scan for local wireless traffic and zero in on our target using the <strong>airodump-ng </strong>command.</p>
<ul>
<li>In your shell console, type <strong>airodump-ng &lt;device name&gt;</strong> to begin gathering wireless traffiic data. Over time, you will begin to see wireless access points in your vicinity pop up (if any exist). It is even possible that airodump-ng will begin to gather data on clients that are connected to the wireless APs. You&#8217;ll see these stations listed in seperate section.<br />
<em>example: airodump-ng rausb0</em>airodump-ng legend [Image 1-2]:<br />
BSSID = the mac address of the AP<br />
PWR = power of signal strength<br />
Beacons = number of beacon packets sent out, these packets broadcast AP information<br />
#Data = number of data packets being generated<br />
#/s = number of data packets per second<br />
CH = channel number of wireless signal<br />
MB = # Mb/s type encryption<br />
ENC = Encryption method<br />
CIPHER = Cipher type<br />
AUTH = Authentication type<br />
ESSID = SSID name of wireless network</li>
</ul>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-101" title="airodump-ng scan results" src="http://ericleite.files.wordpress.com/2009/03/airodump_scan.png?w=450" alt="Image 1-2 // Using airodump-ng to capture wireless traffic information"   /><p class="wp-caption-text">Image 1-2 // Using airodump-ng to capture wireless traffic</p></div>
<p><strong>Step 4 &#8211; Filter the scan to display desired target only</strong></p>
<p>After<strong> </strong>a few seconds, airodump-ng should have displayed the necessary information for your target wireless network. Record the following information for the target network for use later on: BSSID, Channel Number, and ESSID. Now we&#8217;re going to use airodump-ng to filter this list and hone in our our target AP.</p>
<ul>
<li>Stop your current airodump-ng scan if you haven&#8217;t yet by hitting <strong>ctrl-c<br />
</strong></li>
<li>Type <strong>airodump-ng -c &lt;number&gt; -w &lt;filename&gt; -b &lt;bssid&gt; &lt;device name&gt;</strong><br />
<em>example: airodump-ng -c 10 -w dump -b 00:18:F8:72:7A:1E rausb0</em><em></em>airodump-ng legend:<br />
-c &lt;number&gt; = &lt;number&gt; represents the channel number for the target AP<br />
-w &lt;filename&gt; = &lt;filename&gt; represents the filename that airodump-ng will create to store Initialization Vectors (IVs). Use something simple like &#8220;dump&#8221;.<br />
-b &lt;bssid&gt; = &lt;bssid&gt; represents the mac address of the target AP<br />
&lt;device name&gt; = &lt;device name&gt; represents whatever your wireless device name is. in our example we used rausb0.</li>
</ul>
<div id="attachment_102" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-102" title="airodump-ng initial results" src="http://ericleite.files.wordpress.com/2009/03/airodump_initial_results.png?w=450" alt="Image 1-3 // Using airodump-ng to filter the scan to our primary target"   /><p class="wp-caption-text">Image 1-3 // Using airodump-ng to filter the scan onto primary target</p></div>
<p><strong>Step 5 &#8211; Send Authentication Request and Associate with AP<br />
</strong></p>
<p>Once you&#8217;re monitoring the target AP, you&#8217;ll need to send an authentication request in order to associate your machine with the AP. This command will allow us to inject data packets into the AP later on, and generate enough data in order to efficiently crack WEP and decrypt the key.</p>
<ul>
<li>Let airodump-ng from step 4 continue to scan the target AP.</li>
<li>Open up a new shell console.</li>
<li>In the new shell, type:<br />
<strong>aireplay-ng -1 0 –b &lt;bssid&gt; –h &lt;device mac address&gt; –e &lt;essid name&gt; &lt;device name&gt;</strong><br />
<em>example: aireplay-ng -1 0 -b 00:18:F8:72:7A:1E -h 00:11:22:33:44:55 -e TOYSTORY rausb0</em>aireplay-ng legend:<br />
-1 0 = &#8220;-1 0&#8243; corresponds to an attack by fake authentication, the zero is the delay that we authorize for the answer to come in.<br />
-b &lt;bssid&gt; = &lt;bssid&gt; refers to the mac address of the target AP.<br />
-h &lt;deviec mac address&gt; = use the mac address of your computer&#8217;s wireless device (refer to Image 1-0).<br />
-e &lt;essid name&gt; = &lt;essid name&gt; refers to the string name of your target AP.<br />
<em>examples: linksys, NETGEAR, homerouter, c4ntcr4ckth1s</em><br />
&lt;device name&gt; = &lt;device name&gt; represents whatever your wireless device name is. in our example we used rausb0.</li>
</ul>
<div id="attachment_105" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-105" title="aireplay association successful" src="http://ericleite.files.wordpress.com/2009/03/aireplay_association_results.png?w=450" alt="Image 1-4 // Using aireplay-ng to send authentication request"   /><p class="wp-caption-text">Image 1-4 // Using aireplay-ng to send authentication request</p></div>
<p><strong>Step 6 &#8211; Generate and capture sufficient traffic data<br />
</strong></p>
<p>Now that we&#8217;ve sent our authentication request and associated successfully, we can begin our ARP-request injection. The key to this step is to force a rapid increase in the amount of data being transmitted at the AP. As you monitor the data column with airodump-ng, you&#8217;ll notice the data value rising slowly, depending on the amount of traffic that is being generated on that access point. There are several factors that determine this, one of them being whether there are any connected clients who are using the internet.</p>
<p>With ARP-request injection, aireplay-ng listens for an ARP packet, then retransmits it back to the access point. This, in turn, causes the access point to repeat the ARP packet with a new Initialization Vector (IV). The program retransmits the same ARP packet over and over. However, each ARP packet repeated by the access point has a new IV. It is all these new IVs which allow you to decrypt the WEP key.</p>
<ul>
<li>Using the same shell from Step 5, or via a new shell, type the command:<br />
<strong>aireplay-ng -3 –b &lt;bssid&gt; –h &lt;device mac address&gt; &lt;device name&gt;</strong><br />
<em>example: aireplay-ng -3 -b 00:18:F8:72:7A:1E -h 00:1F:1F:27:D2:63 rausb0</em>aireplay-ng legend:<br />
-3 = &#8220;3&#8243; refers to the arpreplay         module<br />
-b &lt;bssid&gt; = &lt;bssid&gt; refers to the mac address of the target AP.<br />
-h &lt;device mac address&gt; = use the mac address of your computer&#8217;s wireless device (refer to Image 1-0).<br />
&lt;device name&gt; = &lt;device name&gt; represents whatever your wireless device name is. in our example we used rausb0.</li>
<li>[Image 1-5] You may need to wait a few seconds or minutes, but you should soon start to see a fast flood of ARP requests come across your screen.</li>
</ul>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-106" title="aireplay-ng arp request flood" src="http://ericleite.files.wordpress.com/2009/03/aireplay_injection.png?w=450" alt="Image 1-5"   /><p class="wp-caption-text">Image 1-5 // Using aireplay-ng for arp request injection flooding</p></div>
<ul>
<li>[Image 1-6] Glance over at the shell that is running airodump-ng (step 4) and you should start noticing the data for your target AP increase dramatically into the thousands.</li>
</ul>
<div id="attachment_107" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-107" title="target ap data skyrocketing" src="http://ericleite.files.wordpress.com/2009/03/data_skyrocketing.png?w=450" alt="target ap data skyrocketing"   /><p class="wp-caption-text">Image 1-6 // Airodump-ng (step 4) showing rapid data traffic increase</p></div>
<ul>
<li>At this point, thousands of IVs are being captured and deposited into the file you created in step 4 (if you used my example, the file will be named something like dump-01.cap). In order for the aircrack-ng utility to be succesful, you must capture at least 10,000 packets of data. The more data you capture, the greater your probability of being successful in decrypting the WEP key. I recommend letting the #Data reach nearer to 30,000 if you want a high success rate.</li>
<li>Hit <strong>ctrl-c</strong> to stop your ARP requests once you notice your #Data has reached a high enough value.</li>
</ul>
<p><strong>Step 7 &#8211; Crack Initialization Vectors (IVs) and decrypt WEP key</strong></p>
<p>Now we&#8217;ll ask aircrack-ng to analyze our dump file and begin the process of decrypting the IVs for the WEP key.</p>
<ul>
<li>Use the command <strong>aircrack-ng -b &lt;bssid&gt; &lt;full filename&gt;</strong> to begin cracking.<br />
<em>example: aircrack-ng -b 00:18:F8:72:7A:1E dump-01.cap</em><em></em>aircrack-ng legend:<br />
-b &lt;bssid&gt; = &lt;bssid&gt; refers to the mac address of the target AP.<br />
&lt;full filename&gt; = &lt;full filename&gt; refers to the complete filename of the file used to capture IVs. (in our example we created the file in the root directory, and using a simple <strong>ls</strong> command told us the filename was dump-01.cap)<br />
note: when creating the dump file, &#8220;-01&#8243; was automatically added in order to prevent file overwriting. this pattern continues with all consequent file creations receiving a unique suffix<br />
(dump-01, dump-02, dump-03, dump-04, etc .)</li>
<li>If you captured enoughweak IVs, aircrack-ng crack successfully and you&#8217;ll be shown the hex value for the WEP key</li>
</ul>
<div id="attachment_108" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-108" title="successful key decryption" src="http://ericleite.files.wordpress.com/2009/03/successful_key_decrypt.png?w=450" alt="Image 1-6"   /><p class="wp-caption-text">Image 1-7 // Successful decryption and hex representation of WEP key</p></div>
<p>Now it&#8217;s as simple as entering the hex values into a wireless assistant manager in order to gain access to the WEP wireless network. Hardly comforting. Feel free to leave any questions, comments or concerns below and I&#8217;ll do my best to respond or help you resolve any issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=85&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/03/29/wireless-audit-cracking-wep-with-aircrack-ng-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/iwconfig_ifconfig.png" medium="image">
			<media:title type="html">iwconfig + ifconfig</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/airomon_iwconfig_results.png" medium="image">
			<media:title type="html">Airomon-ng &#38; iwconfig results</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/airodump_scan.png" medium="image">
			<media:title type="html">airodump-ng scan results</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/airodump_initial_results.png" medium="image">
			<media:title type="html">airodump-ng initial results</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/aireplay_association_results.png" medium="image">
			<media:title type="html">aireplay association successful</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/aireplay_injection.png" medium="image">
			<media:title type="html">aireplay-ng arp request flood</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/data_skyrocketing.png" medium="image">
			<media:title type="html">target ap data skyrocketing</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/successful_key_decrypt.png" medium="image">
			<media:title type="html">successful key decryption</media:title>
		</media:content>
	</item>
		<item>
		<title>SSLSTRIP: “Attacking” SSL via HTTP</title>
		<link>http://ericleite.wordpress.com/2009/03/16/%e2%80%9cattacking%e2%80%9d-ssl-via-unsecure-http/</link>
		<comments>http://ericleite.wordpress.com/2009/03/16/%e2%80%9cattacking%e2%80%9d-ssl-via-unsecure-http/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 02:21:17 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[attacking]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[moxie marlinspike]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[SSLSTRIP]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=71</guid>
		<description><![CDATA[Sslstrip is a utility that offers a form of HTTPS stripping via MITM attacks. Essentially, it hijacks HTTP traffic on a network, watches for HTTPS links and redirects, and then replaces secure links with look-alike unsecure HTTP links. The ultimate goal in this attack is intercept secure traffic such as passwords and usernames.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=71&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On February 21st, 2009, Moxie Marlinspike from thoughtcrime.org released a successor to his well-known tool sslsniff, named sslstrip. Sslstrip is a utility that offers a form of HTTPS stripping via MITM attacks. Essentially, it hijacks HTTP traffic on a network, watches for HTTPS links and redirects, and then replaces secure links with look-alike unsecure HTTP links. The ultimate goal in this attack is intercept secure traffic such as passwords and usernames.</p>
<p>Since the days of spoofing fake certificates with sslsniff, a new pattern has emerged where companies are increasing the amount of “negative feedback” versus “positive feedback” that appears on a website. Positive feedback on a website comes in the form of padlocks strategically placed throughout the webpage and browser, as well as rhetoric that make the typical end-user feel safe. Examples of the latter include well-placed words next to login buttons like, “Safe. Secure. Private.” Negative feedback presents itself as big warning signs whenever users try to visit “unsecure” pages. In Internet Explorer and Mozilla, this often means that websites do not appear at all at first, instead – the user is presented with a full page warning and guided through a series of cautionary steps to ensure that they really want to visit the website. Sslstrip relies on avoiding all signs of negative feedback. Instead of creating fake certificates which might spur these warnings, it proxies the traffic between http and https protocols in order to gather sensitive information such as usernames and passwords.</p>
<p>At the core, the attack exploits the unsecure http protocol, the weakest link in the chain. Two of the main ways that SSL is encountered on the web are when people click on links, or through redirects. Consider the online bank website for Wachovia.  Typically, people will type in “wachovia.com” into the address field. This takes them to the address http://www.wachovia.com, an unsecure website.  The website requires that they input their username/password credentials and click the login button in order to be redirected to the secure website https site – https://www.wachovia.com. Consider PayPal who wants users to be secure from the get-go. A user typically types in paypal.com, which sends an http request to PayPal, and then PayPal sends a redirect back to the browser saying that this should actually be SSL, only then does the browser make a SSL connection. This is the premise upon which sslstrip relies on. The attack focuses on the unsecure http page, exploits it, and then allows the attacker to manipulate the traffic.</p>
<p>Sslstrip begins with a MITM attack on a connection. Next, whenever sslstrip sees secure links or redirects, it will swap them out with the insecure look-alikes. As an example, url links could be changed from ‘&lt;a href=”https://…”&gt;’ to ‘&lt;a href=”http://…”&gt;’. The website ends up looking the same to the user because it is just a different protocol. The same thing is done with location headers.  Location headers are present in redirects, which tells your browser it should be connecting to somewhere else. As an example, when the attacker sees a redirect to “https://www.paypal.com”, sslstrip strips the redirect and points the browser to an unsecure look-alike with the http protocol, “http://www.paypal.com”. This is how sslstrip acts as a proxy for the sensitive information between the victim client and legitimate server. Sslstrip will even help increase positive feedback for end-users by inserting favicons with the familiar “secure padlock” icon in order to build trust. These padlocks can be placed in the address bar, and even on the browser itself. If everything works as planned, the MITM attack will steal passwords and other credentials without the client knowing.</p>
<p>So what’s the solution to increasing defense against this type of attack? There are several projects underway that aim to increase user awareness. One of these is the use of EV SSL Certificates. An EV protected site will generally have a large green bar where the address field is.  This big green header is supposed to tell users that they’re at a secure location. Of course, this type of notification doesn’t do much for users who aren’t educated or who don’t know whether a website utilizes EV protection. Certain authors such as Mike Fratto from InformationWeek suggest that, “there needs to be a consistent user interface that all browsers conform to that shows when SSL is enabled and when it isn&#8217;t. Meaning all browsers put the SSL-enabled display in the same place and in the same fashion.” This method of consistency seems to be the best way to imprint habit into user’s minds. Others suggest more encryption, and the complete exclusion of webpages that aren’t secure. On the other hand, some users are concerned that this would put much heavier loads on webservers. In the end, I think Moxie Marlinspike put it best when he called it an, “arms-race” with no end in sight. Hopefully, the increase of awareness or of newer and better protocols will soon diffuse this vulnerability.</p>
<div id="attachment_79" class="wp-caption aligncenter" style="width: 370px"><a href="http://www.youtube.com/watch?v=Rvp0oPluuLE" target="_blank"><img class="size-full wp-image-79" title="Jeff Moss interviews Moxie Marlinspike" src="http://ericleite.files.wordpress.com/2009/03/moxie_marlinspike1.png?w=450" alt="Moxie Marlinspike at Black Hat DC 2009"   /></a><p class="wp-caption-text">Click to watch interview with Moxie Marlinspike</p></div>
<p>Sources:</p>
<ol>
<li><a href="http://thoughtcrime.org/software/sslstrip/" target="_blank">Thoughtcrime.org</a></li>
<li><a href="http://www.h-online.com/security/Black-Hat-new-ways-to-attack-SSL--/news/112680" target="_blank">The H Security</a></li>
<li><a href="http://oxid.netsons.org/phpBB2/viewtopic.php?p=14270&amp;sid=7cd896eccd5a9ca3a9362215d685fd05" target="_blank">OXID.IT</a></li>
<li><a href="http://securitytube.net/Defeating-SSL-using-SSLStrip-(Marlinspike-Blackhat)-video.aspx" target="_blank">SecurityTube</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=71&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/03/16/%e2%80%9cattacking%e2%80%9d-ssl-via-unsecure-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>

		<media:content url="http://ericleite.files.wordpress.com/2009/03/moxie_marlinspike1.png" medium="image">
			<media:title type="html">Jeff Moss interviews Moxie Marlinspike</media:title>
		</media:content>
	</item>
		<item>
		<title>The Voice of Long Island</title>
		<link>http://ericleite.wordpress.com/2009/02/28/the-voice-of-long-island/</link>
		<comments>http://ericleite.wordpress.com/2009/02/28/the-voice-of-long-island/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 02:27:16 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[voice of long island]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=47</guid>
		<description><![CDATA[According to 2600.com, The Voice of Long Island is one of the most significant, older radio shows laying the groundwork for the 2600 Magazine. Two hosts, Mike Yuhas and Eric Corley play around with phones and call operators from all over the world, doing wild experiments on the air, performing comedy sketches and displaying the true potential of noncommercial radio.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=47&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Very few of you know how big of a fan I am of AM talk radio. Around 2001 I started listening to my local favorite AM station, 570 KLIF. Since then, I&#8217;ve heard thousands of hours of talk radio, from variable parts of history. The sound of radio puts me at ease &#8211; and thanks to the Internet and the portable radio Kate bought me, I&#8217;m always tuned in.</p>
<p>Recently, during my quest to understand the history of telecommunications and cybersecurity, I&#8217;ve come across an interesting intersection &#8211; The Voice of Long Island.</p>
<p>According to 2600.com, The Voice of Long Island is one of the most significant, older radio shows laying the groundwork for the 2600 Magazine. Two hosts, Mike Yuhas and Eric Corley play around with phones and call operators from all over the world, doing wild experiments on the air, performing comedy sketches and displaying the true potential of noncommercial radio.</p>
<p>Emmanuel Goldstein, author of <em>The Best of 2600: A Hacker Odyssey</em>, has recently started uploading an archive of these shows, the first airing on February 7th, 1981. Each episode will be uploaded online exactly 28 years after it was first aired.</p>
<div class="wp-caption aligncenter" style="width: 298px"><img title="Emmanuel Goldstein" src="http://blog.wired.com/photos/uncategorized/2008/08/12/eg.jpg" alt="Emmanuel Goldstein during GeekDad Interview" width="288" height="192" /><p class="wp-caption-text">Emmanuel Goldstein</p></div>
<p>A short review of the radio show at 2600.com says it best&#8230;</p>
<blockquote><p>Found here is a veritable time capsule from the early 80s, where the differences in society, technology, and attitude become readily apparent. This was an era without CDs and where rotary phones were commonly used. It was a time without computers and automation taking over virtually every part of our lives. The Bell System was still the only game in town, Ronald Reagan was the newly elected president, and there was no such thing as downloading music.</p></blockquote>
<p>I encourage any of you who are feeling a tingling of excitement to follow along with me!  You can download high and low quality tracks by following the link after the break.</p>
<p>(Source: <a href="http://www.2600.com/voli/">2600.com</a>)<br />
<strong>&gt;</strong> <a href="http://www.2600.com/voli/voli-broadband.xml">High-Bitrate</a><br />
<strong>&gt;</strong> <a href="http://www.2600.com/voli/voli.xml">Low-Bitrate</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=47&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/02/28/the-voice-of-long-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>

		<media:content url="http://blog.wired.com/photos/uncategorized/2008/08/12/eg.jpg" medium="image">
			<media:title type="html">Emmanuel Goldstein</media:title>
		</media:content>
	</item>
		<item>
		<title>How to VNC: Vista to Ubuntu 8.x.</title>
		<link>http://ericleite.wordpress.com/2009/02/27/how-to-vnc-from-vista-to-ubuntu-local-network/</link>
		<comments>http://ericleite.wordpress.com/2009/02/27/how-to-vnc-from-vista-to-ubuntu-local-network/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 05:20:39 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Telecom]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=6</guid>
		<description><![CDATA[If you want to connect to your Ubuntu (GUI) box from another local network machine (Vista), I’ve written a short guide below for you to easily follow.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=6&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to connect to your Ubuntu (GUI) box from another local network machine (Vista), follow this guide below.</p>
<p>Before you begin, you&#8217;re going to need a few software tools. Here&#8217;s your checklist:</p>
<ul>
<li>Ubuntu Linux (<a href="http://www.ubuntu.com/getubuntu" target="_blank">download</a>)</li>
<li>PuTTY (<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">download</a>)</li>
<li>Ultra VNC Viewer (<a href="http://www.uvnc.com/download/index.html" target="_blank">download</a>)</li>
</ul>
<p>For clarity, we&#8217;re going to divide the instructions into four parts.<br />
(1) <strong>Preparing Ubuntu, </strong>(2) <strong>Preparing Your Router, </strong>(3) <strong>Configuring PuTTY on Vista, </strong>and (4)<strong> Connecting to Ubuntu from Vista with VNC Viewer</strong>.</p>
<ol>
<li><strong>Preparing Ubuntu</strong> &#8211; <strong>Installing SSH &amp; Activating Remote Desktop</strong><br />
You&#8217;re going to need to install SSH and activate Remote Desktop on your Ubuntu machine in order to connect to your box securely.<br />
<strong>&gt; </strong>Install SSH <strong>- </strong>Run this command in console: <em>sudo apt-get install openssh-server</em><br />
<strong>&gt;</strong> Activate Remote Desktop <strong>- </strong>Navigate to System -&gt; Preferences -&gt; Remote Desktop.<br />
Turn on three settings: <em>Allow others users to view your desktop</em>,<em> Allow other users to control your desktop</em>,<em> </em>and <em>Require the user to enter this password.</em><em> </em>(remember this password for later)</li>
<li><strong>Preparing your Router &#8211; Forwarding the SSH port to Ubuntu.</strong><br />
You will have to forward the default SSH port (22) to the IP address of your Ubuntu box. Usually this involves telling your router which port you want to forward (22), as well as telling your router which IP address you want the port forwarded to (Your Ubuntu box, ex. 192.168.1.101).</li>
<li><strong>Configuring PuTTY on Vista</strong> &#8211; We&#8217;re going to create a secure, SSH Tunnel connection from your Vista machine to your Ubuntu box using PuTTY.<br />
<strong>&gt;</strong> Start putty.exe<br />
<strong>&gt;</strong> Entering Host Name &#8211; Navigate to <em>Session</em> and enter the <em>Host Name (or IP address) </em>you want to connect to. In this field you will enter the EXTERNAL INTERNET IP ADDRESS of your router. (ex. 62.151.215.208, not 192.168.1.1)<br />
<strong>&gt;</strong> Setup a SSH Tunnel &#8211; Navigate to <em>Connection -&gt; SSH -&gt; Tunnels</em>. Under <em>Source Port</em> enter 5900. Under <em>Destination</em> enter the local IP address of your Ubuntu machine (ex. 192.168.1.101), and add &#8220;:5900&#8243; to the end of the address (ex. 192.168.1.101:5900). Click <em>Add</em> when you&#8217;ve filled in both fields.<br />
<strong>&gt;</strong> Save your session and connect &#8211; Navigate back up to <em>Session </em>and <em>Save</em> your current settings. Make sure to use a familiar name for future reference. Hit <em>Open</em> to begin connecting to your server.<br />
<strong>&gt;</strong> Connect to your Ubuntu box &#8211; You&#8217;ll see a black window where you need to enter your username and password. Enter your <em>user login credentials</em> to connect to the machine.</li>
<li><strong>Connecting to Ubuntu from Vista with VNC Viewer &#8211; </strong>Now that you have established a secure connection by SSH Tunneling to Ubuntu, open the VNC Viwer application from your Vista machine.<br />
<strong>&gt;</strong> Connect to localhost (127.0.0.1) and when prompted, enter the password you designated when turning on Remote Desktop on your Ubuntu machine (Step 1 Part 2)</li>
</ol>
<p>You should now have a visual connection to your Ubuntu box! Feel free to ask questions on the above steps by commenting below.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=6&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/02/27/how-to-vnc-from-vista-to-ubuntu-local-network/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make a strong password.</title>
		<link>http://ericleite.wordpress.com/2009/02/26/how-to-make-a-strong-password/</link>
		<comments>http://ericleite.wordpress.com/2009/02/26/how-to-make-a-strong-password/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 04:16:26 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[eric leite]]></category>
		<category><![CDATA[strong password]]></category>

		<guid isPermaLink="false">http://ericleite.com/?p=4</guid>
		<description><![CDATA[Everyone should know the basics of creating a strong password for their personal and business accounts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=4&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Everyone should know the basics of creating a strong password for their personal and business accounts.</p>
<p>So what constitutes a strong password? Simply put, variability of keys and length. A multitude of the password cracking tools on the market today use dictionary wordlists to guess weak and popular choices for passwords. Don&#8217;t fall into the trap of using passwords like these:</p>
<ol>
<li>password123</li>
<li>123456</li>
<li>qwerty (notice the pattern on your keyboard)</li>
</ol>
<p>Instead, make sure you&#8217;re using the SHIFT key often to produce uppercase letters as well as symbols along with your typical lowercase and numbers password.  Consider some examples below of strong passwords. Note that you can still create a relatively simple password if you use words familiar to you.</p>
<ol>
<li>Windows!42/XP</li>
<li>My!Password!12#</li>
<li>i!luv$MONey</li>
<li>Kathryn!sH0t!@</li>
</ol>
<p>These passwords make it nearly impossible for password crackers that use wordlists to guess your password. Does this mean you&#8217;ll be completely safe from predators &#8211; no. But it does improve your personal security strength. Security starts with humans first, and computers second.</p>
<p>Finally as a last tip for password protection, don&#8217;t ever write your password down anywhere.  If you don&#8217;t think you can remember a certain combination, than use another one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=4&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2009/02/26/how-to-make-a-strong-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello Universe</title>
		<link>http://ericleite.wordpress.com/2008/02/27/all-good-things/</link>
		<comments>http://ericleite.wordpress.com/2008/02/27/all-good-things/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 08:30:08 +0000</pubDate>
		<dc:creator>eric leite</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://ericleite.wordpress.com/?p=3</guid>
		<description><![CDATA[You are invited to my life, my journey, and my dreams.  Get comfy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=3&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You are invited to my life, my journey, and my dreams.  Get comfy.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ericleite.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ericleite.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ericleite.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ericleite.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ericleite.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericleite.wordpress.com&amp;blog=114910&amp;post=3&amp;subd=ericleite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ericleite.wordpress.com/2008/02/27/all-good-things/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ericleite</media:title>
		</media:content>
	</item>
	</channel>
</rss>
