<?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>Lucid Tips &#187; security</title>
	<atom:link href="http://www.lucidtips.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidtips.com</link>
	<description>Easily understood tips that make your computing experience easier</description>
	<lastBuildDate>Mon, 15 Jun 2009 14:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Browsing using SSH</title>
		<link>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/</link>
		<comments>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:14:51 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[secure browsing]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=308</guid>
		<description><![CDATA[It seems like these days wherever you are (coffee shop, airport, burger joint) you can find a wireless hotspot allowing you free access to roam the Internet without much of a problem. However when surfing using these networks the data is send in plain text and is not safe. Using SSH and SOCKS proxy you [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like these days wherever you are (coffee shop, airport, burger joint) you can find a wireless hotspot allowing you free access to roam the Internet without much of a problem. However when surfing using these networks the data is send in plain text and is not safe. Using SSH and SOCKS proxy you can easily encrypt all your web browsing traffic and redirect through your home network (or some other trusted computer).</p>
<p>This howto is targeted for Windows (quick Linux instructions are included towards bottom of this post) and leverages the SSH setup described in my earlier post <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. All the changes are on the Client machine. No changes are required on the machine running SSH server.</p>
<h2>Modify Putty configuration on Client</h2>
<ol>
<li>Open PuTTY</li>
<li>In the Saved Sessions list click on the name you created during <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a></li>
<li>Click Load</li>
<li>In the left pane click on + next to connection</li>
<li>Click on + next to SSH</li>
<li>Click on Tunnels</li>
<li>In the Source port field enter 9090 (Note: In PuTTY the source port field looks small but it will still allow you to enter details)</li>
<li>Leave the Destination field empty</li>
<li>Select Dynamic radio button</li>
<li>Click Add (see <a href="http://picasaweb.google.com/lh/photo/jcfT163ytlVq0JuWzvkuuA?feat=directlink" target="_blank">screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>Click Save button (Do not click Load again &#8211; it discard the tunnel changes you made)</li>
</ol>
<h2>Connect using PuTTY</h2>
<ol>
<li>Open PuTTY (if not already open)</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (see <a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850" target="_blank">screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 (i.e SSH server) via SSH. (see <a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546" target="_blank">screenshot</a>)</li>
</ol>
<h2>Configure Browser proxy</h2>
<ol>
<li>Open FireFox Options (Tools-&gt;Options)</li>
<li>Click Advanced</li>
<li>Select Network tab and click on Settings</li>
<li>Select Manual Proxy configuration</li>
<li>Under SOCKS Host enter localhost and port 9090 (this has to match the port you entered in your Putty configuration)</li>
<li>Select SOCKS v5</li>
<li>Click OK (see <a href="http://picasaweb.google.com/lh/photo/g0-SsTDWY6SNklrZt4dqbg?feat=directlink" target="_blank">screenshot</a>)</li>
</ol>
<p>You can now browse the Internet via a secure SSH connection. To verify go to <a href="http://www.whatismyip.com/" target="_blank">http://www.whatismyip.com/</a> and you should see the external IP address of your home/trusted network. The are some handy FireFox Add-ons to make your life easier.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/125" target="_blank">SwitchProxy Tool</a> &#8211; lets you manage and switch between multiple proxy configurations quickly and easily  (see <a href="http://mozmonkey.com/switchproxy/" target="_blank">screenshot and usage instructions</a>).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1731" target="_blank">Live IP Address</a> &#8211; displays your external IP address in Firefox&#8217;s status bar. With one quick glance you can verify you are secure browsing (see <a href="https://addons.mozilla.org/en-US/firefox/images/p/19198/1205957007" target="_blank">screenshot</a>).</p>
<h3>Updated on 06/15/2009 &#8211; DNS Resolution</h3>
<p>As a reader has correctly commented below using the above technique the DNS resolution still happens at the local network and not on your trusted network. This can be altered by changing the FireFox configuration.</p>
<ol>
<li>Open FireFox</li>
<li>In the address field enter about:config</li>
<li>If this is the first time you are accessing FireFox configuration you will see a waring page. Click &#8220;I&#8217;ll be careful, I promise!&#8221; (see <a href="http://picasaweb.google.com/lh/photo/GXpmLPYEdKL5xx5CJPm0YQ?feat=directlink" target="_blank">screenshot</a>)</li>
<li>A page displaying list of all FireFox configuration values is displayed.</li>
<li>Type &#8216;dns&#8217; (without quotes) in the filter field</li>
<li>Right click on network.proxy.socks_remote_dns and select Toggle (see <a href="http://picasaweb.google.com/lh/photo/LVOTYDbTfZOMzONByz46Eg?feat=directlink" target="_blank">screenshot</a>).</li>
<li>The Status column of the configuration page should now show user set for network.proxy.socks_remote_dns</li>
<li>Close the FireFox window</li>
</ol>
<p>The DNS resolution step is optional but is recommended if you are browsing to certain sites that you do not want to be listed on the DNS log of the untrusted network.</p>
<h1>Quick Linux (Ubuntu) instructions</h1>
<p>To install SSH server open terminal window and type the following command</p>
<pre>sudo apt-get install openssh-server</pre>
<p>Check if firewall is active</p>
<pre>sudo ufw status</pre>
<p>If active allow SSH traffic</p>
<pre>sudo ufw allow ssh</pre>
<p>Follow the instructions <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">here</a> to Setup Port Forwarding on your router.</p>
<p>To connect to the SSH server for secure browsing use the command</p>
<pre><code>ssh -D 9090 username@ip-address-of-ssh-server</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2009/06/13/secure-browsing-using-ssh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Map network drive over SSH</title>
		<link>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/</link>
		<comments>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:40:39 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[loopback]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[netbios]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=27</guid>
		<description><![CDATA[In my earlier post I wrote about Securing Windows Remote Desktop with OpenSSH. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access [...]]]></description>
			<content:encoded><![CDATA[<p>In my earlier post I wrote about <a title="Securing Windows Remote Desktop with OpenSSH " href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. This week we see how we can extend the setup to map a network drive over SHH. It gives you the ability to securely access your files and work on them when you are on the road. This approach can also be used to access your home data from work and vice-versa.</p>
<p><strong><span style="text-decoration: underline;">Disclaimer</span></strong>: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a title="Screenshots" href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH" target="_blank">here</a>.</p>
<h4>Prerequisite</h4>
<p>This howto leverages setup from <a title="Securing Windows Remote Desktop with OpenSSH" href="http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/" target="_blank">Securing Windows Remote Desktop with OpenSSH</a>. Please ensure you have that setup working correctly.</p>
<h4>Install a &#8220;Loopback Adapter&#8221; (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator</li>
<li>Click &#8220;Start&#8221;, Click &#8220;Control Panel&#8221; and then click &#8220;Printers and Other Hardware&#8221;</li>
<li>&#8220;Printers and Other Hardware&#8221; window will open (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028944844029330" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Add Hardware&#8221; in left navigation pane</li>
<li>&#8220;Add Hardware Wizard&#8221; window will open. Click &#8220;Next&#8221;</li>
<li>Wizard will search for new hardware but not find anything</li>
<li>Wizard will ask &#8220;Have you already connected this hardware to your computer?&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191028953433963970" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Yes, I have already connected the hardware&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen all the list of existing hardware will be displayed. Scroll to the very bottom and select &#8220;Add a new hardware device&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688530" target="_blank">see screenshot</a>)</li>
<li>On the next screen wizard will ask &#8220;What do you want the wizard to do?&#8221;</li>
<li>Select &#8220;Install the hardware that I manually select from a list (Advanced)&#8221; and click &#8220;Next&#8221;</li>
<li>On the next screen select &#8220;Network adapters&#8221; and click &#8220;Next&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688562" target="_blank">see screenshot</a>)</li>
<li>On the next screen select &#8220;Microsoft&#8221; under Manufacturer and &#8220;Microsoft Loopback Adapter&#8221; under &#8220;Network Adapter&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029120937688578" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;Next&#8221;</li>
<li>On the next screen wizard will wait for your confirmation. Click &#8220;Next&#8221;</li>
<li>Wizard will install the loopback adapter and then display a message indicating Windows has finished installing the software for this device. Click &#8220;Finish&#8221;</li>
</ol>
<h4>Rename the loopback adapter (Optional step) (Computer 2)</h4>
<p>Windows by default will name the loopback adapter similar to &#8220;Local Area Connection 2&#8243;. This is not easy to identify so it is better to rename it.</p>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Local Area Connection 2&#8243; and select Rename</li>
<li>Change the name to &#8220;Loopback Adapter&#8221;</li>
</ol>
<h4>Configure the loopback adapter (Computer 2)</h4>
<ol>
<li>Verify that you are signed in as the administrator.</li>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select properties</li>
<li>Loopback Adapter Properties window will open.</li>
<li>Uncheck &#8220;Client for Microsoft Networks&#8221; and &#8220;File and Printer Sharing for Microsoft Networks&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029224016903762" target="_blank">see screenshot</a>)</li>
<li>Select &#8220;Internet Protocol (TCP/IP)&#8221;</li>
<li>Click &#8220;Properties&#8221; button</li>
<li>&#8220;Internet Protocol (TCP/IP) Properties&#8221; window will open</li>
<li>Select &#8220;Use the following IP address:&#8221;</li>
<li>In the &#8220;IP address:&#8221; field enter 192.168.10.1</li>
<li>In the &#8220;Subnet mask:&#8221; field enter 255.255.255.0</li>
<li>Leave the &#8220;Preferred DNS server&#8221; and &#8220;Alternate DNS server&#8221; fields empty (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191032178954403506" target="_blank">see screenshot</a>)</li>
<li>Click on &#8220;Advanced&#8230;&#8221;</li>
<li>&#8220;Advanced TCP/IP Settings&#8221; window will open</li>
<li>Click on &#8220;WINS&#8221; tab</li>
<li>Select &#8220;Disable NetBIOS over TCP/IP&#8221; (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249714" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Internet Protocol (TCP/IP) Properties&#8221; window</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to &#8220;Loopback Adapter Properties&#8221; window.</li>
<li>Uncheck &#8220;Notify me when this connection has limited or no connectivity&#8221;</li>
<li>Click &#8220;Close&#8221;</li>
</ol>
<p>The next step might not be required &#8211; I had to do this for the Loopback Adapter configuration changes to take effect.</p>
<h4>Disable/Enable the loopback adapter (Optional step) (Computer 2)</h4>
<ol>
<li>Click &#8220;Start&#8221;, click &#8220;Control Panel&#8221;, and then click &#8220;Network and Internet Connections&#8221;</li>
<li>Click on &#8220;Network Connections&#8221;</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Disable</li>
<li>Right click on &#8220;Loopback Adapter&#8221; and select Enable</li>
</ol>
<h4>Configure PuTTY (Computer 2)</h4>
<ol>
<li>Open PuTTY</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>In the left pane click on + next to connection</li>
<li>Click on + next to SSH</li>
<li>Click on Tunnels</li>
<li>In the Source port field enter 192.168.10.1:139 (Note: In PuTTY the source port field looks small but it will still allow you to enter details)</li>
<li>In the Destination field enter the IP (or hostname) and port of the machine you want to connect to. This is the machine you want to map the drive on. (In our example this would be &#8211; 192.168.1.120:139)</li>
<li>Click Add (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249730" target="_blank">see screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>Click Save button (Do not click Load again &#8211; it discard the tunnel changes you made)</li>
</ol>
<h4>Connect using PuTTY (Computer 2)</h4>
<ol>
<li>Open PuTTY (if not already open)</li>
<li>In the Saved Sessions list click on the name you created during Securing Windows Remote Desktop with OpenSSH</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850" target="_blank">see screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 via SSH. (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546" target="_blank">see screenshot</a>)</li>
</ol>
<h4>Map network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on Tools-&gt;Map Network Drive</li>
<li>Select the Drive</li>
<li>In the &#8220;Folder:&#8221; field enter \\192.168.10.1\sharename (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249746" target="_blank">see screenshot</a>)</li>
<li>Uncheck &#8220;Reconnect on logon&#8221;</li>
<li>Click on &#8220;different user name&#8221;</li>
<li>&#8220;Connect As&#8221; window will open</li>
<li>In the &#8220;User name:&#8221; field enter 192.168.10.1\username (replace username with a valid user on your machine)</li>
<li>In the &#8220;Password:&#8221; field enter the valid password for the user (<a href="http://picasaweb.google.com/lucidtips/MapNetworkDriveOverSSH/photo#5191029309916249762" target="_blank">see screenshot</a>)</li>
<li>Click &#8220;OK&#8221;</li>
<li>You will be returned to the &#8220;Map Network Drive&#8221; window</li>
<li>Click &#8220;Finish&#8221;</li>
<li>If all went through correctly a new Windows Explorer window will open with the contents of the mapped network drive.</li>
</ol>
<h4>Disconnecting the network drive (Computer 2)</h4>
<ol>
<li>Open Windows Explorer</li>
<li>Click on + next to &#8220;My Computer&#8221;</li>
<li>Right click the drive letter you had mapped</li>
<li>Select &#8220;Disconnect&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/04/19/map-network-drive-over-ssh/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fight Spam with Disposable Email Addresses (DEA)</title>
		<link>http://www.lucidtips.com/2008/04/12/fight-spam-with-disposable-email-addresses-dea/</link>
		<comments>http://www.lucidtips.com/2008/04/12/fight-spam-with-disposable-email-addresses-dea/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 15:55:52 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[dea]]></category>
		<category><![CDATA[disposable]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=26</guid>
		<description><![CDATA[The first unsolicited message (i.e. spam) was sent more than 30 years ago and March 31st 2008 marked 15th anniversary of the term &#8220;spam&#8221;. Unfortunately the activity of a small group of people is creating one of the biggest problem on the Internet. Some experts believe more than 90% of the email traffic is spam.
Many [...]]]></description>
			<content:encoded><![CDATA[<p>The first unsolicited message (i.e. spam) was sent more than 30 years ago and March 31st 2008 marked 15th anniversary of the term &#8220;spam&#8221;. Unfortunately the activity of a small group of people is creating one of the biggest problem on the Internet. Some experts believe more than 90% of the email traffic is spam.</p>
<p>Many sites require you to register and provide your email address. If it is a reputable site they do take due diligence to protect your privacy and not spam you but the same cannot be said for all sites. They might sell your email address to spammers or themselves spam you. Spammers also use spambots that regularly crawl the Internet harvesting email addresses from websites and forums. You could protect yourself from spam by using Disposable Email Addresses (DEA).</p>
<p>DEA are basically temporary email addresses that are random and valid only for a short duration of time. After this they self destruct.  It is generally not advisable to use DEA for online purchasing because you might not be able to receive your order confirmation email.</p>
<p>Forum and Wiki administrators often block DEA because it makes user administration harder. Some websites (for example digg or facebook) will not allow you to use most (not all) of the disposable email addresses.</p>
<p>I have compiled a list of 40+ websites that provide disposable email addresses.</p>
<p><strong>No registration required<br />
</strong><a href="http://www.10minutemail.com">http://www.10minutemail.com</a> &#8211; works great &#8230; my personal favorite<br />
<a href="http://www.dandikmail.com/">http://www.dandikmail.com/</a>- default page is in Deutsch but you can switch to English, Spanish, Turkish<br />
<a href="http://www.dodgit.com/">http://www.dodgit.com/</a><br />
<a href="http://www.emailmiser.com/">http://www.emailmiser.com/</a><br />
<a href="http://www.fakedemail.com/">http://www.fakedemail.com/</a> &#8211; automatically copies the fake email id into clipboard<br />
<a href="http://www.guerrillamail.com/">http://www.guerrillamail.com/</a><br />
<a href="http://www.incognitomail.com/">http://www.incognitomail.com/</a><br />
<a href="http://www.killmail.net/">http://www.killmail.net/</a><br />
<a href="http://www.maileater.com/">http://www.maileater.com/</a><br />
<a href="http://www.mailinator.com">http://www.mailinator.com</a><br />
<a href="http://www.mintemail.com/">http://www.mintemail.com/</a> &#8211; automatically copies the fake email id into clipboard<br />
<a href="http://www.mytempemail.com/">http://www.mytempemail.com/</a><br />
<a href="http://www.nobulk.com/">http://www.nobulk.com/</a><br />
<a href="http://www.pookmail.com">http://www.pookmail.com</a><br />
<a href="http://www.shortmail.net/">http://www.shortmail.net/</a><br />
<a href="http://www.spam.la">http://www.spam.la</a><br />
<a href="http://www.spamcero.com/">http://www.spamcero.com/</a><br />
<a href="http://www.spamhole.com/">http://www.spamhole.com/</a> &#8211; have used it in the past and works well<br />
<a href="http://www.spamify.com/">http://www.spamify.com/</a><br />
<a href="http://www.spaml.com/">http://www.spaml.com/</a> &#8211; automatically copies the fake email id into clipboard<br />
<a href="http://www.tempe-mail.com/">http://www.tempe-mail.com/</a><br />
<a href="http://www.tempemail.biz/">http://www.tempemail.biz/</a><br />
<a href="http://www.temporaryinbox.com/">http://www.temporaryinbox.com/</a></p>
<p><strong>No registration but need to provide read email id<br />
</strong><a href="http://www.jetable.org/en/index">http://www.jetable.org/en/index</a><br />
<a href="http://www.hidzz.com/">http://www.hidzz.com/</a><br />
<a href="http://www.spambox.us/">http://www.spambox.us/</a><br />
<a href="http://www.trashmail.net/">http://www.trashmail.net/</a></p>
<p><strong>Registration required</strong><br />
<a href="http://w2.netmails.net/ms/h">http://w2.netmails.net/ms/h</a><br />
<a href="http://www.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com/">http://www.abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk.com/</a><br />
- longest email id<br />
<a href="http://www.e4ward.com">http://www.e4ward.com</a><br />
<a href="http://www.emailias.com">http://www.emailias.com</a><br />
<a href="http://www.emailwarden.com/">http://www.emailwarden.com/</a> &#8211; requires toolbar installation<br />
<a href="http://www.gishpuppy.com">http://www.gishpuppy.com</a><br />
<a href="http://www.kasmail.com">http://www.kasmail.com</a><br />
<a href="http://www.mailmoat.com">http://www.mailmoat.com</a><br />
<a href="http://www.mailnull.com">http://www.mailnull.com</a><br />
<a href="http://www.sneakemail.com">http://www.sneakemail.com</a><br />
<a href="http://www.spamgourmet.com">http://www.spamgourmet.com</a><br />
<a href="http://www.spammotel.com">http://www.spammotel.com</a><br />
<a href="http://www.willhackforfood.biz">http://www.willhackforfood.biz</a></p>
<p><strong>Paid services<br />
</strong><a href="http://www.spamex.com/">http://www.spamex.com/</a> &#8211; paid service; need to install toolbar<br />
<a href="http://www.zoemail.com/index.php">http://www.zoemail.com/index.php</a> &#8211; paid service</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/04/12/fight-spam-with-disposable-email-addresses-dea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure browsing using VMWare Browser Appliance</title>
		<link>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/</link>
		<comments>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 05:04:50 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[sypware]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/</guid>
		<description><![CDATA[Every time we browse the Internet we are risking exposing ourselves to numerous risks &#8211; there are adware, spyware, malware and viruses out there that could infect your computer. Unix/Linux are more secure compared to Windows but at this time most home users run Windows..
FireFox is more secure compared to Internet Explorer and there are [...]]]></description>
			<content:encoded><![CDATA[<p>Every time we browse the Internet we are risking exposing ourselves to numerous risks &#8211; there are adware, spyware, malware and viruses out there that could infect your computer. Unix/Linux are more secure compared to Windows but at this time most home users run Windows..</p>
<p>FireFox is more secure compared to Internet Explorer and there are also numerous add-ons for FireFox that can further secure it and protect your privacy. However there is always a risk and this week we see how to protect yourself using VMWare Browser Appliance.</p>
<div class="alignleft"><a href="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/vmware_browser_appliance.png" title="VMWare Browser Appliance"><img src="http://www.lucidtips.com/wordpress/wp-content/uploads/2008/03/vmware_browser_appliance.thumbnail.png" alt="VMWare Browser Appliance" border="0" /></a></div>
<p>The Browser Appliance from VMWare is a virtual machine running a minimal installation of Ubuntu Linux v5.10. It comes prebundled with FireFox v1.07 and v1.50. Yes these are older versions but you can install the latest version of FireFox (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecureBrowsingUsingVMWareBrowserAppliance/photo#5182670432207559458" title="FireFox upgraded to 2.0.0.13 in VMWare Browser Appliance">screenshot</a>). Using Browser Appliance allows users to securely browse while the virtual machine isolation mechanism protects against adware, spyware and other malware . It also helps protect personal information because it can be configured to automatically reset itself after every use so no personal information is ever stored permanently.</p>
<p>Both VMWare Player and VMWare Browser Applicance are free for download and use. Install, setup and usage is very easy.</p>
<p>Step 1: <a href="http://www.vmware.com/products/player/">Download</a> and install VMWare Player (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecureBrowsingUsingVMWareBrowserAppliance" title="VMWare Player installation screenshots">installation screenshots</a>)</p>
<p>Step 2: <a target="_blank" href="http://www.vmware.com/appliances/directory/browserapp.html">Download</a> and unzip Browser Appliance (may I recommend <a target="_blank" href="http://www.lucidtips.com/2008/02/09/swiss-army-knife-of-compression-tools/" title="Blog entry: Swiss Army Knife of compression tools">7-Zip</a>). Do not delete the downloaded file because it comes in handy if you want to reset the appliance.</p>
<p>Step 3: Read <a target="_blank" href="http://www.vmware.com/pdf/bavm_getting_started_100.pdf" title="Browser Appliance Getting Started Guide">Getting Started Guide</a></p>
<p>Step 4: Start VMWare Player and load the Browser Appliance file.</p>
<p>Step 5: Enjoy safe browsing</p>
<p>What I like best is if you mess up the appliance, simply delete the directory that has the Browser Appliance files. There is no uninstall required. Unzip the file downloaded in Step 2 and start all over again. How cool is that!!!</p>
<p>I did all my testing on an old laptop &#8211; 500 MHz, 192 MB RAM, Windows XP SP2. It was slow but sure did work <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mike Healan has written a very <a target="_blank" href="http://www.spywareinfo.com/articles/vmware/baintro.php" title="Surf The Web In Complete Safety">good article</a> on VMWare Browser Appliance at SpywareInfo.com It has details on how to upgrade FireFox, how to share files between Browser Appliance and your desktop etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/29/secure-browsing-using-vmware-browser-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Windows Remote Desktop with OpenSSH</title>
		<link>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/</link>
		<comments>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 12:37:03 +0000</pubDate>
		<dc:creator>lucidTipster</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://www.lucidtips.com/?p=18</guid>
		<description><![CDATA[Remote Desktop, included with Windows XP Professional, Windows Server 2003 is a very good solution that allows you to access your computer from across the Internet.  This howto explains steps to additionally secure Remote Desktop using Secure Shell (SSH)
Disclaimer: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I [...]]]></description>
			<content:encoded><![CDATA[<p>Remote Desktop, included with Windows XP Professional, Windows Server 2003 is a very good solution that allows you to access your computer from across the Internet.  This howto explains steps to additionally secure Remote Desktop using <a target="_blank" href="http://en.wikipedia.org/wiki/Secure_Shell" title="What is SSH?">Secure Shell (SSH)</a></p>
<p><strong><u>Disclaimer</u></strong>: These steps have worked for me and have been tested on Windows XP Professional SP2. YMMV. I am not responsible for loss of data or damage to computers.</p>
<p>Screenshots for this howto are available <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH">here</a>.</p>
<h4>Prerequisite</h4>
<p>To more accurately test you would need two different computers but can be tested with one computer too.</p>
<p>Computer 1: Runs Remote Desktop and OpenSSH server. (Tip: It is best to setup this computer to use static IP. <a href="http://www.portforward.com/networking/staticip.htm" title="PortForward.com - Free Help Setting up Your Router or Firewall">See Static IP guide on PortForward.com</a>)</p>
<p>Computer 2: Runs PuTTy and is used to connect to Computer 1 </p>
<p>Make sure Remote Desktop is enabled and working correctly on Computer 1. See <a target="_blank" href="http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx">Get started using Remote Desktop with Windows XP Professional</a> </p>
<h4>Assumptions </h4>
<p>In this howto we will assume the following</p>
<p>IP Address of Computer 1: 192.168.1.120<br />
IP Address of Computer 2: 192.168.1.130<br />
External IP Address: 64.233.167.99 (Tip: If you do not know your external IP address go to <a target="_blank" href="http://www.whatismyip.com/">http://www.whatismyip.com/</a>)</p>
<p><font color="#ff0000">These IP addresses are for example only and your values will be different.</font></p>
<h4>Download and install OpenSSH (Computer 1)</h4>
<p>OpenSSH for Windows is a free package that installs a minimal OpenSSH server and client utilities. OpenSSH can be <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=103886&amp;package_id=111688">downloaded from SourceForge</a>. After you have downloaded the file, unzip it and double click setup.exe and follow on screen instructions.</p>
<h4>Configure OpenSSH (Computer 1)</h4>
<p>The most important step after installing OpenSSH is to configure its passwords file. It is very simple to do. Open a command prompt and run the following commands</p>
<pre>cd "C:\Program Files\OpenSSH\bin"
mkgroup -l &gt;&gt; ..\etc\group
mkgroup -d &gt;&gt; ..\etc\group
mkpasswd -l &gt;&gt; ..\etc\passwd
mkpasswd -d &gt;&gt; ..\etc\passwd</pre>
<p>For most home users who are not running a domain the commands with -d are not required. If you only want to add one specific user then the command is</p>
<pre>mkpasswd -l -u &lt;username&gt; &gt;&gt; ..\etc\password</pre>
<p>Refer to quickstart.txt in C:\Program Files\OpenSSH\docs for detailed information. At this point we should be able to start OpenSSH.</p>
<pre>net start opensshd</pre>
<h4>Configure Firewall (Computer 1)</h4>
<p>Next step is to configure Windows Firewall (or any other firewall) to allow TCP/IP traffic on port 22. Instructions for Windows Firewall are</p>
<ol>
<li>Verify that you are signed in as the administrator.</li>
<li>Click Start, click Control Panel, and then click Security Center</li>
<li>Under Manage security settings for, click Windows Firewall.</li>
<li>Make sure the Don&#8217;t allow exceptions check box is not selected</li>
<li>Click the Exceptions tab</li>
<li>Unselect Remote Desktop (skip this step if you are going to access Remote Desktop without SSH)</li>
<li>Click on Add Port button</li>
<li>In the Name field enter &#8220;SSH&#8221; and in the Port number field enter 22. Make sure TCP is selected.</li>
<li>Click OK. The Add a Port window will close. You will be returned to Windows Firewall window. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177938396150058898">see screenshot)</a></li>
<li>Click OK, and then close the Windows Security Center window</li>
</ol>
<h4>Download and Install PuTTy (Computer 2)</h4>
<p>PuTTy is a free and open source SSH client. <a target="_blank" href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip">Download the zip file</a>and unzip into a folder (example: C:\Program Files\PuTTy). Double click C:\Program Files\PuTTy\putty.exe to start PuTTy. For ease of future use create a shortcut.</p>
<h4>Configure PuTTy (Computer 2)</h4>
<ol>
<li>In the left pane click on + next to connection</li>
<li>Click on + next to SSH</li>
<li>Click on Tunnels</li>
<li>In the Source port field enter 3100</li>
<li>In the Destination field enter the IP (or hostname) and port of the machine you want to connect to. This is the machine running Remote Desktop. (In our example this would be &#8211; 192.168.1.120:3389)</li>
<li>Click Add (<a href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461590355693442">see screenshot</a>)</li>
<li>Click on Session in the left pane</li>
<li>In the Host Name field enter the public IP address or fully qualified domain name (FQDN) of the server on which OpenSSH was installed. (In our example for testing from within your network this would be &#8211; 192.168.1.120 and for testing from outside your network this would be 64.233.167.99)</li>
<li>In the port field enter 22</li>
<li>In the Saved Sessions field enter a unique name</li>
<li>Click the Save button (see <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461586060726114">screenshot for inside the network</a>, and <a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177461590355693426">external</a>)</li>
</ol>
<h4>Test SSH connectivity (Computer 2)</h4>
<ol>
<li>Open PuTTy</li>
<li>In the Saved Sessions list click on the name you created</li>
<li>Click Load</li>
<li>Click Open</li>
<li>The first time you connect you will see a security alert. Click Yes. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177940934475730850">see screenshot</a>)</li>
<li>You will be prompted for username/password</li>
<li>You should be successfully connected to Computer 1 via SSH. (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177945804968644546">see screenshot</a>)</li>
</ol>
<h4>Test Remote Desktop (Computer 2)</h4>
<ol>
<li>Establish SSH connection using PuTTy. (Keep the window open)</li>
<li>Open Remote Desktop Connection (Start-&gt;All Programs-&gt;Accessories-&gt;Remote Desktop  Connection)</li>
<li>In the Computer field enter localhost:3100 (The port number should match the Source Port entered in step 4 of PuTTy configuration.) (<a target="_blank" href="http://picasaweb.google.com/lucidtips/SecuringWindowsRemoteDesktopWithOpenSSH/photo#5177458906001133394">see screenshot</a>)</li>
<li>Click Connect (You might be prompted to enter the username/password for Computer 2)</li>
<li>If all is good you should be connected to Computer 1 using Remote Desktop on SSH <img src='http://www.lucidtips.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<h4>Setup Port Forwarding on your router</h4>
<p>The last and final step of the journey is to setup Port Forwarding on your router to allow SSH connections when you are outside your network. This step is different for every router. Luckily the helpful folks at PortForward.com have made this task easier.</p>
<ol>
<li>Go to <a target="_blank" href="http://www.portforward.com/english/routers/port_forwarding/routerindex.htm" title="PortForward.com - Free Help Setting up Your Router or Firewall">PortForward.com</a></li>
<li>Search for your router in the list and click the link</li>
<li>On the next screen search for SSH and click the link</li>
<li>On the next screen enter the correct IP address of Computer 1 &#8211; the one that is running OpenSSH server</li>
<li>Follow the instructions on the page to setup Port Forwarding.</li>
</ol>
<h4>Enjoy</h4>
<p>Enjoy some peace of mind knowing your setup is more secure.</p>
<h4>Troubleshooting</h4>
<p><u>Unable to login using SSH</u>: Ensure username/password are correct. If the password is blank it will not work. Set a password for the user you are trying to login as on Computer 1.</p>
<p><u>Unable to connect to localhost</u>: <a target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;884020">Apply Windows XP Loopback Patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidtips.com/2008/03/15/securing-windows-remote-desktop-with-openssh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
