<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Outer Heaven - Security</title>
    <link>http://outerheaven.c-reality.com/</link>
    <description>66 75 72 69 6f 75 73 20 61 6e 67 65 6c 73</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://outerheaven.c-reality.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Outer Heaven - Security - 66 75 72 69 6f 75 73 20 61 6e 67 65 6c 73</title>
        <link>http://outerheaven.c-reality.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Set users up for /var/www/htdocs access on Slackware</title>
    <link>http://outerheaven.c-reality.com/archives/49-Set-users-up-for-varwwwhtdocs-access-on-Slackware.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/49-Set-users-up-for-varwwwhtdocs-access-on-Slackware.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    The school district I work for used to run a webserver off an old Windows NT 4.51 box. The server software itself came from a product called FirstClass, somewhat popular in education IT departments. I hated it, so armed with $1,500 I built a snazzy server based on &lt;a href=&quot;http://www.slackware.org&quot;&gt;Slackware&lt;/a&gt; linux. I chose linux because I&#039;m familiar with it, and Slackware because I like the philosophy behind it: simplicity.&lt;br /&gt;&lt;br /&gt;After installing the packages and performing various modifications to configuration files it was time to setup users for HTTP access (uploading files via FTP, etc.). At first you would think it&#039;s as simple as creating a user then logging in [as that user] and editing files however you please. This will not work and you will be greeted with &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;permission denied&lt;/span&gt; errors. What you need to do is create a user, add him/her to a group then give that group access to /var/www/htdocs.&lt;br /&gt;&lt;br /&gt;To add a new user enter the command &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;adduser&lt;/span&gt; as root. Follow the instructions, then once you are done enter the command &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;pico /etc/group&lt;/span&gt;. Scroll down until you find the FTP group and add your user to that line:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;ftp::50:user1,user2,user3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once this is done we need to allow the ftp group access to /var/www/htdocs so users can upload files there. This can be done by entering the following:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;chgrp -R ftp /var/www/htdocs&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;chmod -R g+w /var/www/htdocs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now all the users that belong to the ftp group will have access to /var/www/htdocs in a secure manner.&lt;br /&gt;&lt;br /&gt;Another thing I like to do is create a link from a file to the /var/www/htdocs folder so that when the user logs in they will be able to quickly go to /var/www/htdocs instead of having to browse through the directory tree (think of it as a shortcut in Microsoft Windows). Make sure you are in the user&#039;s home folder (/home/username) as root and enter the following:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;ln -s /var/www/htdocs WWW&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Log in as your user from an FTP client and you should see a folder called &amp;quot;WWW&amp;quot; on your screen. 
    </content:encoded>

    <pubDate>Wed, 29 Mar 2006 13:58:28 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/49-guid.html</guid>
    
</item>
<item>
    <title>Cutting out the junk with Privoxy</title>
    <link>http://outerheaven.c-reality.com/archives/46-Cutting-out-the-junk-with-Privoxy.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/46-Cutting-out-the-junk-with-Privoxy.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    There are several methods to eliminating spyware threats. Using the Firefox browser in conjunction with several extensions can secure your browsing experience from nearly any threat posed. But what about other browsers? What about wanting further control over the web?&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Privoxy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before we take a closer look at Privoxy it&#039;s necessary to take a brief glance at what a proxy is.&lt;br /&gt;&lt;br /&gt;Proxy servers are allow users to make indirect connections to other networks (i.e. the internet). For example, in my building when making a web query &lt;a href=&quot;http://en.wikipedia.org/wiki/Packets&quot;&gt;packets&lt;/a&gt; go from my computer to the proxy server then out on the web. Reply packets come back through the proxy server then onto my workstation. What this does is allow you to control everything that comes or goes through your computer (or in my case the entire building).&lt;br /&gt;&lt;br /&gt;Privoxy specializes in removing invasive cookies, javascript (popups are a good example here) and advertisements. Privoxy can be modified via &amp;quot;action&amp;quot; and filter files to do further filtering of any website content. Example:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;##################################################################&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;#&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;# all-popups: Kill all popups in JavaScript and HTML&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;#&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;##################################################################&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;FILTER: all-popups Kill all popups in JavaScript and HTML&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;s/((\W\s*)(window|this|parent)\.)open\s*\\?\(/$1concat(/ig&amp;#160; # JavaScript&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;s/\starget\s*=\s*([&#039;&amp;quot;]?)_?(blank|new)\1?/ notarget/ig&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # HTML&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is a powerful feature of Privoxy. Even though the base application hasn&#039;t been updated since 2004 users have been editing action and filter files to keep up to date with the latest techniques used by malicious webdesigners.&lt;br /&gt;&lt;br /&gt;Go ahead and download &lt;a href=&quot;http://www.privoxy.org&quot;&gt;Privoxy&lt;/a&gt; for Win32. Once it&#039;s installed, you will need to point your browser to Privoxy. With Firefox this is done by clicking &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Tools&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Options&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;General&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Connection Settings&lt;/span&gt; and setting the proxy to &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;127.0.0.1&lt;/span&gt; with a port of &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;8118&lt;/span&gt;. Internet Explorer is &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Tools&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Internet Options&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Connections&lt;/span&gt; &amp;gt; &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;LAN Settings&lt;/span&gt; and set the proxy address to &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;127.0.0.1&lt;/span&gt; and the port set as &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;8118&lt;/span&gt;. Once this is done you can test it by entering &amp;quot;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;http://config.privoxy.org&lt;/span&gt;&amp;quot; into your browser. You should see the message &amp;quot;&lt;span style=&quot;font-style: italic;&quot;&gt;This is Privoxy 3.0.3 on localhost (127.0.0.1) , port 8118, enabled&lt;/span&gt;.&amp;quot; If you don&#039;t see that message, you will need to double check the proxy settings in your browser or make sure Privoxy installed without any errors.&lt;br /&gt;&lt;br /&gt;Editing Privoxy is simple. Right-click the little icon (green circle with a &#039;P&#039;) and under &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;Edit&lt;/span&gt; you will find the various action and filter files. They are well documented although I would recommend that you have a little experience with editing configuration files before playing with the settings.&lt;br /&gt;&lt;br /&gt;If your home or building already has a proxy server onsite you will need to instruct Privoxy to forward information to it. This is done by editing the Main Configuration file. Find section five as shown below and edit it with the address to the other proxy:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;#&amp;#160; &lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;#&amp;#160; 5.1. forward&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;#&amp;#160; ============&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;# ...&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;br style=&quot;color: rgb(255, 153, 0);&quot; /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;forward / 10.0.0.1:8080&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In this case I&#039;m telling Privoxy to forward ALL data through to the proxy server running at 10.0.0.1 port 8080. You can instruct Privoxy to only forward certain data to certain places (i.e. SSL to 10.0.0.1:8081) but more than likely you won&#039;t have to deal with it.&lt;br /&gt;&lt;br /&gt;After Privoxy is installed and configured the next step is simply start browsing. You&#039;ll notice popups are removed, ads are cut down, and javascript isn&#039;t as intrusive. When Privoxy is used in conjuction with Firefox and extensions such as Ad-block surfing the web is an even more secure experience. If you use Internet Explorer Privoxy is heaven-sent, you could not ask for a better way to prevent the spyware that plagues IE users.&lt;br /&gt;&lt;br /&gt;I do hope in the near future that Privoxy development resumes at a brisk pace. It&#039;s a fantastic piece of software that&#039;s easy to use and extremely powerful. It&#039;s a shame to see it gathering mothballs in the corner of the open-source community. 
    </content:encoded>

    <pubDate>Thu, 16 Mar 2006 10:11:00 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/46-guid.html</guid>
    
</item>
<item>
    <title>Safe XP from Theorica Software</title>
    <link>http://outerheaven.c-reality.com/archives/38-Safe-XP-from-Theorica-Software.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/38-Safe-XP-from-Theorica-Software.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    In my search for useful programs that deserve support I came across a gem from &lt;a href=&quot;http://www.theorica.net&quot;&gt;Theorica Software&lt;/a&gt; called Safe XP. Basically what this program does is allow you to fine-tune Windows with security in mind simply and efficiently.&lt;br /&gt;&lt;br /&gt;&lt;img alt=&quot;&quot; src=&quot;http://outerheaven.c-reality.com/uploads/safeXPscr.gif&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Using the default settings plus a few extra tweaks will allow you to quickly harden your XP installation against security threats. It&#039;s not fool-proof but for the average user it&#039;s a quick way to add security without having to understand the method behind the madness.&lt;br /&gt;&lt;br /&gt;If you have problems after applying Safe XP settings, you can always restore settings from a backup (be sure you do so before making any changes just to be on the safe side) or restore original settings before Safe XP was used.&lt;br /&gt;&lt;br /&gt;So far no complaints from me. With default settings used everything is transparent to the user. I especially like check boxes for things such as Disable MSN Messenger, which is much easier than mucking through &lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;GPEDIT.MSC&lt;/span&gt;. It&#039;s also nice to see options to disable some unnecessary services, something the average Windows XP install is bogged down with. I would like to see some additional services options, perhaps a complete list of services running on your computer with suggestions as to what needs to run and what doesn&#039;t. There are several hacked versions of Windows XP that run on computers with incredibly small processors and &lt;a href=&quot;http://en.wikipedia.org/wiki/Random_access_memory&quot;&gt;RAM&lt;/a&gt; due to having a large amount of the services removed or disabled.&lt;br /&gt;&lt;br /&gt;All in all I highly recommend any Windows operating system user to &lt;a href=&quot;http://www.theorica.net/safexp.htm&quot;&gt;download Safe XP&lt;/a&gt; and apply the default settings. It will give you a peace of mind that your computer is more secure against threats. 
    </content:encoded>

    <pubDate>Wed, 22 Feb 2006 12:46:54 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Recovering Windows 2003 domain passwords</title>
    <link>http://outerheaven.c-reality.com/archives/37-Recovering-Windows-2003-domain-passwords.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/37-Recovering-Windows-2003-domain-passwords.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Today I had to get a listing of all my user&#039;s logins and passwords to my Windows 2003 domain. You&#039;d think it would be an easy affair with Windows allowing you to print a report with that information; but that&#039;s not the case. Windows encrypts all passwords so you are unable to view them without cracking the hashes using &lt;a href=&quot;http://en.wikipedia.org/wiki/Dictionary_attack&quot;&gt;dictionary&lt;/a&gt; or &lt;a href=&quot;http://en.wikipedia.org/wiki/Brute_force_attack&quot;&gt;brute force&lt;/a&gt; &amp;quot;attacks.&amp;quot;&lt;br /&gt;&lt;br /&gt;There are several programs that allow you to crack your domain&#039;s passwords although my personal favorite (easy to use and fast) is &lt;a href=&quot;http://www.atstake.com&quot;&gt;@stake&lt;/a&gt;&#039;s l0phtcrack. Recovering passwords is as easy as selecting a remote server, entering the administrator&#039;s login and password then letting l0phtcrack do its thing. Once your passwords are recovered for each login you can easily output them as a report with various ways to organize the data for printing.&lt;br /&gt;&lt;br /&gt;Until Microsoft decides to give us IT guys a program to output usernames/passwords as a report @stake&#039;s l0phtcrack is the next best thing. 
    </content:encoded>

    <pubDate>Tue, 21 Feb 2006 14:35:58 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Blackworm warning</title>
    <link>http://outerheaven.c-reality.com/archives/11-Blackworm-warning.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/11-Blackworm-warning.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    If you haven&#039;t already heard the news a new worm will begin over-writing and removing data tomorrow (February 3rd). You are adivsed to check with your anti-virus vendor for the latest definitions and run a full system scan, especially if you have opened any suspicious email attachments in the past week.&lt;br /&gt;&lt;br /&gt;So far roughly 300,000 systems have been infected by Blackworm (or a variant thereof). The Internet Storm Center has an excellent summary on Blackworm (and all known variants) &lt;a title=&quot;Link: Blackworm Summary&quot; href=&quot;http://isc.sans.org/diary.php?storyid=1067&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Just to further state the obvious: &lt;em&gt;NEVER&lt;/em&gt; open email attachments from sources you do not know. If you have and you suspect you have been infected immediately update your anti-virus software, disconnect your computer from the internet and run a full system scan. Depending on the infection type I would also recommend changing all of your passwords due to &lt;a title=&quot;Wiki: Keyloggers&quot; href=&quot;http://en.wikipedia.org/wiki/Keylogger&quot;&gt;keyloggers&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Only computers with Microsoft Operating Systems installed are affected. MacOS, Linux, and *BSD are unaffected. 
    </content:encoded>

    <pubDate>Thu, 02 Feb 2006 12:51:31 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Blocking spyware</title>
    <link>http://outerheaven.c-reality.com/archives/4-Blocking-spyware.html</link>
            <category>Security</category>
    
    <comments>http://outerheaven.c-reality.com/archives/4-Blocking-spyware.html#comments</comments>
    <wfw:comment>http://outerheaven.c-reality.com/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://outerheaven.c-reality.com/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    If you command an entire network or just a single workstation at home you&#039;ve no doubt felt the effects of &lt;a title=&quot;Wiki: Spyware&quot; href=&quot;http://en.wikipedia.org/wiki/Spyware&quot;&gt;spyware&lt;/a&gt;. I&#039;ve been on the lookout for ways to completely eliminate spyware without having to run expensive third-party applications, and I believe I&#039;ve found an easy way to go about it. The tools you&#039;ll need include: &lt;br /&gt; &lt;br /&gt;- &lt;a title=&quot;Homepage: Adblock&quot; href=&quot;http://www.mozilla.com/firefox&quot;&gt;Mozilla Firefox&lt;/a&gt;&lt;br /&gt;- &lt;a href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;id=10&quot;&gt;Adblock extension&lt;/a&gt;&lt;br /&gt;- &lt;a title=&quot;Homepage: NoScript&quot; href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;id=1136&quot;&gt;Adblock Filterset.G extension&lt;/a&gt;&lt;br /&gt;- &lt;a title=&quot;Homepage: NoScript&quot; href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;id=722&quot;&gt;NoScript extension&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After installing Firefox and all of the above extensions you will be virtually impervious to any spyware that you might normally pick up while browsing the web. This will not protect you against downloading infected applications, you&#039;ll need a third-party application such as &lt;a title=&quot;Homepage: Webroot&quot; href=&quot;http://www.webroot.com&quot;&gt;Webroot SpySweeper&lt;/a&gt; in order to remedy those problems.&lt;br /&gt;&lt;br /&gt;Another effective method to eliminate various methods of installing spyware through your browser is to run a proxy on your workstation. I&#039;ve experimented with &lt;a title=&quot;Homepage: Privoxy&quot; href=&quot;http://www.privoxy.org&quot;&gt;Privoxy&lt;/a&gt; which filters out unwanted content before displaying it. Privoxy in conjunction with Firefox makes for a solid and secure browsing experience on the web.&lt;br /&gt;&lt;br /&gt;Hopefully Internet Explorer 7 from &lt;a title=&quot;Homepage: Microsoft&quot; href=&quot;http://www.microsoft.com&quot;&gt;Microsoft&lt;/a&gt; will remedy many of the spyware issues faced by general computer users today. With a large part of internet users still unaware or unwilling to use anything but Internet Explorer spyware has gotten out of control. Using a third-party browser such as Firefox or &lt;a title=&quot;Homepage: Opera&quot; href=&quot;http://www.opera.com&quot;&gt;Opera&lt;/a&gt; can greatly decrease your chances of infection, if not eliminate it completely. 
    </content:encoded>

    <pubDate>Wed, 01 Feb 2006 14:47:52 -0600</pubDate>
    <guid isPermaLink="false">http://outerheaven.c-reality.com/archives/4-guid.html</guid>
    
</item>

</channel>
</rss>