<?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>thebackroomtech &#187; security</title>
	<atom:link href="http://thebackroomtech.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</title>
		<link>http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/</link>
		<comments>http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 08:32:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser add-ons]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[digital certificates]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Perspectives]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=709</guid>
		<description><![CDATA[Carnegie-Mellon University is making available a free add-on for Firefox 3.0 that&#8217;s intended to increase browser security. The Firefox add-on was developed at the university&#8217;s School of Computer Science and College of Engineering and is available for free download. The Perspectives software not only protects Firefox users against attacks that might occur because of the recently disclosed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="first">Carnegie-Mellon University is making available a free add-on for Firefox 3.0 that&#8217;s intended to increase browser security.</p>
<p>The Firefox add-on was developed at the university&#8217;s School of Computer Science and College of Engineering and is available for <a href="http://www.cs.cmu.edu/~perspectives/firefox.html" target="_blank">free download</a>. The Perspectives software not only protects Firefox users against attacks that might occur because of the recently disclosed <a href="http://www.networkworld.com/news/2008/070808-dns-flaw-disrupts-internet.html">software flaw</a>in the DNS, but it also defends against some digital certificate problems.</p>
<p>The extension provides two primary benefits:</p>
<ol>
<li>If you connect to a website with an untrusted (e.g.,self-signed certificate)*, Firefox will give you a very nasty security error and force you to manually install an exception. Perspectives can detect whether a self-signed certificate is valid, and <strong>automatically overrides the annoying security error page </strong>if it is safe to do so.</li>
<li>It is possible that an attacker may trick one of the many Certificate Authorities trusted by Firefox into incorrectly issuing a certificate for a trusted website. Perspectives can also detect this attack and will warn you if things look suspicious.</li>
</ol>
<p>* The same is true for HTTPS sites with certificates that contain mismatched domain names (e.g., www.gmail.com uses a certificate for mail.google.com) or certificates that are expired.</p>
<p>Because of the API used, the code only works in Firefox 3.x, not Firefox 2.x.</p>
<p><a href="http://www.cs.cmu.edu/~perspectives/index.html" target="_blank">How it works</a>, from the CMU web page:</p>
<p>&#8220;Perspectives is a new approach to help clients securely identify Internet servers in order to avoid &#8220;man-in-the-middle&#8221; attacks. Perspectives is simple and cheap compared to existing approaches because it automatically builds a robust database of network identities using lightweight network probing by &#8220;network notaries&#8221; located in multiple vantage points across the Internet.&#8221;</p>
<p>Original Source: <a href="http://www.networkworld.com/news/2008/082508-firefox-browser-security-boost.html" target="_blank">networkworld.com</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/" title="Multivendor DNS Flaw auditing tool">Multivendor DNS Flaw auditing tool</a></li><li><a href="http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/" title="Test for Multivendor DNS Flaw">Test for Multivendor DNS Flaw</a></li><li><a href="http://thebackroomtech.com/2008/05/15/recommendations-for-securing-internet-explorer-firefox-and-safari-web-browsers/" title="Recommendations for securing Internet Explorer, Firefox and Safari web browsers">Recommendations for securing Internet Explorer, Firefox and Safari web browsers</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li><li><a href="http://thebackroomtech.com/2008/08/27/registering-firefox-portable-as-the-default-windows-browser/" title="Howto: Register Firefox Portable as the default Windows browser">Howto: Register Firefox Portable as the default Windows browser</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Apache Hardening in SLES 10</title>
		<link>http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/</link>
		<comments>http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:09:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Hardening]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sles]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=527</guid>
		<description><![CDATA[I setup a SuSE Enterprise Linux (SLES) 10 SP2 web server last week, and wanted to do some basic hardening of the default Apache configuration.  Here&#8217;s what I did. edit /etc/apache2/httpd.conf Add RewriteEngine On Add RewriteLogLevel 2 Add RewriteLog /var/log/apache2/rewrite.log Add ServerSignature Off The ServerSignature directive allows the configuration of a trailing footer line under [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="font-size:small;font-family:Verdana;">I setup a SuSE Enterprise Linux (SLES) 10 SP2 web server last week, and wanted to do some basic hardening of the default Apache configuration.  Here&#8217;s what I did.</span></p>
<ol>
<li><span style="font-size:small;font-family:Verdana;">edit /etc/apache2/httpd.conf</span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">RewriteEngine On</span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">RewriteLogLevel 2</span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">RewriteLog /var/log/apache2/rewrite.log</span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">ServerSignature Off<br />
<span style="color:#000000;">The ServerSignature directive allows the configuration of a trailing footer line under server-generated documents</span></span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">ServerTokens Prod<br />
<span style="color:#000000;">This directive controls whether Server response header field which is sent back to clients includes a description of the generic OS-type of the server as well as information about compiled-in modules</span></span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">ErrorDocument 500 “Internal server error” <span style="color:#000000;">to return a generic error message when http 500 error occurs</span></span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">ErrorDocument 404 “An unknown error occurred, please try again later”</span>  (http 404 = not found)</span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">ErrorDocument 403 “An unknown error occurred, please try again later”</span>    (http 403 = forbidden) </span></li>
<li><span style="font-size:small;font-family:Verdana;">Save – exit httpd.conf</span></li>
<li><span style="font-size:small;color:#ff0000;font-family:Verdana;">touch /var/log/apache2/rewrite.log <span style="color:#000000;">to create the rewrite.log file</span></span></li>
<li><span style="font-size:small;color:#ff0000;font-family:Verdana;">touch /srv/www/htdocs/.htaccess <span style="color:#000000;">to create the .htaccess file</span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Edit the /srv/www/htdocs/.htaccess file</span></li>
<li><span style="font-size:small;font-family:Verdana;">Add <span style="color:#ff0000;">Options +FollowSymLinks</span><span style="color:#ff0000;"> –MultiViews<br />
<span style="color:#000000;">Note: FollowSymLinks must be set to + for rewrite to work!</span></span></span></li>
<li><span style="font-size:small;font-family:Verdana;">Add rewrite rules appropriate for your environment.  I&#8217;m using some rules that can be found in the Pauldotcom Security Weekly <a href="http://www.pauldotcom.com/wiki/index.php/Episode94" target="_blank">episode #94 show notes</a>, which were based on a <a href="http://www.0x000000.com/index.php?i=473" target="_blank">post</a> by nullbyte.</span></li>
<li><span style="font-size:small;font-family:Verdana;">Save – exit .htaccess</span></li>
<li><span style="font-size:small;font-family:Verdana;">YaST – Network Services – HTTP Server</span></li>
<li><span style="font-size:small;font-family:Verdana;">Server Modules tab – rewrite – toggle status to enabled &#8211; finish</span></li>
<li><span style="font-size:small;font-family:Verdana;">From a terminal run: <em>SuSEconfig</em></span></li>
<li><span style="font-size:small;font-family:Verdana;">From a terminal run: <em>/etc/init.d/apache2 restart</em></span></li>
<li><span style="font-size:small;font-family:Verdana;">With a web browser, try to access a page on the server that does not exist, ie  <a href="http://lnx2/nothere.html" target="_blank">http://server/nothere.html</a></span></li>
<li><span style="font-size:small;font-family:Verdana;">View the  /var/log/apache2/rewrite.log <br />
You should see the attempt logged</span></li>
</ol>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/19/howto-mount-a-windows-share-on-sles-linux-using-cifs/" title="Howto: Mount a Windows share on SLES linux using cifs">Howto: Mount a Windows share on SLES linux using cifs</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2009/02/05/fix-for-consoleone-error-634-the-target-server-does-not-have-a-copy-of-what-the-source/" title="Fix for ConsoleOne Error -634 The target server does not have a copy of what the source">Fix for ConsoleOne Error -634 The target server does not have a copy of what the source</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free ConfigCheck Utility for VMware ESX host security assesment</title>
		<link>http://thebackroomtech.com/2008/07/18/free-configcheck-utility-for-vmware-esx-host-security-assesment/</link>
		<comments>http://thebackroomtech.com/2008/07/18/free-configcheck-utility-for-vmware-esx-host-security-assesment/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 05:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[ConfigCheck]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Tripwire]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=415</guid>
		<description><![CDATA[Tripwire has a free, Windows based security assessment tool called ConfigCheck for VMware ESX hosts.  It rapidly assesses the security of VMware ESX hypervisor configurations compared to the VMware Infrastructure 3 Security Hardening guidelines. According to the VMware website: Tripwire ConfigCheckTMis a free utility you can use to rapidly assess the security of your VMware ESX host configurations, according [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Tripwire has a free, Windows based security assessment tool called <a href="http://www.tripwire.com/configcheck/" target="_blank">ConfigCheck</a> for VMware ESX hosts.  It rapidly assesses the security of VMware ESX hypervisor configurations compared to the <a href="http://www.vmware.com/resources/techresources/726" target="_blank">VMware Infrastructure 3 Security Hardening guidelines</a>. According to the <a href="http://www.vmware.com/security/resources/configcheck.html" target="_blank">VMware website</a>:</p>
<p><em>Tripwire ConfigCheck<sup>TM</sup>is a free utility you can use to rapidly assess the security of your VMware ESX host configurations, according to the VMware security hardening guidelines. Co-developed by VMware and Tripwire, ConfigCheck provides an immediate assessment of the server configuration to ensure VMware Infrastructure environments are properly configured.</em></p>
<p>Tripwire ConfigCheck is simple &amp; easy to use. To properly install &amp; start-up the utility, follow these steps or read the <a href="http://www.tripwire.org/blog/?p=38" target="_blank">blog posting</a>:</p>
<p>To install and run ConfigCheck:</p>
<ol>
<li><a href="http://www.tripwire.com/configcheck/configcheckdownload.cfm#download" target="_blank">Download the file configcheck.zip</a> to a Windows machine that has Java Runtime Environment (JRE) version 1.5, or higher.</li>
<li>Unzip the configcheck.zip file</li>
<li>Double click on the file configcheck.cmd</li>
<li>Accept the license agreement</li>
<li>Enter the ESX host and user credentials</li>
<li>Click the &#8220;Check Configuration&#8221; button</li>
</ol>
<p>Once the check is complete you can click the test results to view remediation steps and view the <a href="http://www.tripwire.com/configcheck/tw_remediation_guide.cfm" target="_blank">Tripwire ConfigCheck Remediation Guide</a>.  You can also listen to the Tripwire Podcast <a href="http://www.tripwire.com/files/literature/pm/configcheck/Tripwire_Operationalizing_ESX_Best_Practices_Intro_to_Tripwire_ConfigCheck.mp3" target="_blank">Operationalizing VMware ESX Best Practices &#8211; Introducing Tripwire ConfigCheck</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/06/28/fix-incompatible-device-specified-for-device-0-when-cold-migrating-vmware-guest/" title="Fix: Incompatible device specified for device &#8217;0&#8242; when cold migrating VMware guest">Fix: Incompatible device specified for device &#8217;0&#8242; when cold migrating VMware guest</a></li><li><a href="http://thebackroomtech.com/2010/05/05/script-to-gracefully-power-off-a-vm-guest/" title="Script to gracefully power off a VM guest">Script to gracefully power off a VM guest</a></li><li><a href="http://thebackroomtech.com/2008/08/13/vmware-express-patch-for-esx-and-esxi-35-now-available/" title="VMware Express Patch for ESX and ESXi 3.5 now available">VMware Express Patch for ESX and ESXi 3.5 now available</a></li><li><a href="http://thebackroomtech.com/2008/08/07/free-vmware-esxi-licenses/" title="Free VMware ESXi licenses">Free VMware ESXi licenses</a></li><li><a href="http://thebackroomtech.com/2008/02/25/vmware-running-on-windows-host-security-hole/" title="VMware Running on Windows Host Security Hole">VMware Running on Windows Host Security Hole</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/18/free-configcheck-utility-for-vmware-esx-host-security-assesment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.tripwire.com/files/literature/pm/configcheck/Tripwire_Operationalizing_ESX_Best_Practices_Intro_to_Tripwire_ConfigCheck.mp3" length="1085427" type="audio/mpeg" />
<enclosure url="http://www.tripwire.com/files/literature/pm/configcheck/Tripwire_Operationalizing_ESX_Best_Practices_Intro_to_Tripwire_ConfigCheck.mp3" length="1085427" type="audio/mpeg" />
		</item>
		<item>
		<title>Multivendor DNS Flaw auditing tool</title>
		<link>http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/</link>
		<comments>http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 05:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=403</guid>
		<description><![CDATA[Earlier I discussed the multivendor DNS flaw and linked to Dan&#8217;s web page that contains a tool you can run to see if your DNS servers are vulnerable to cache poisioning. Jose has developed a basic open source tool called CacheAudit that can be used to determine if the cache on your DNS server has been poisoned.  He describes [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Earlier <a href="http://thebackroomtech.wordpress.com/2008/07/11/test-for-multivendor-dns-flaw/" target="_blank">I discussed the multivendor DNS flaw</a> and linked to Dan&#8217;s web page that contains a tool you can run to see if your DNS servers are vulnerable to cache poisioning.</p>
<p>Jose has developed a basic open source tool called <a href="http://www.onzra.com/CacheAudit-Latest.tgz" target="_blank">CacheAudit</a> that can be used to determine if the cache on your DNS server has been poisoned.  He <a href="http://seclists.org/dailydave/2008/q3/0053.html" target="_blank">describes</a> the tool&#8217;s operation as:</p>
<p>&#8220;The overall concept was to take periodic dumps of the in-memory cache from the recursive server, validate these dumps against the authoritative name servers, and peer recursive name servers, alerting when something could not be validated.&#8221;</p>
<p>You can also view his presentation on <a href="http://www.onzra.com/Avila-Recursive-cache-auditing.pdf" target="_blank">Recursive DNS cache auditing</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/" title="CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems">CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</a></li><li><a href="http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/" title="Test for Multivendor DNS Flaw">Test for Multivendor DNS Flaw</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li><li><a href="http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/" title="Basic Apache Hardening in SLES 10">Basic Apache Hardening in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/07/30/novell-has-released-patches-for-dns-cache-poisoning-vulnerability/" title="Novell has released patches for DNS cache poisoning vulnerability">Novell has released patches for DNS cache poisoning vulnerability</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test for Multivendor DNS Flaw</title>
		<link>http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/</link>
		<comments>http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 10:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[BIND]]></category>
		<category><![CDATA[Dan Kaminsky]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[VU#800113]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=382</guid>
		<description><![CDATA[By now, everyone on the Internet is aware of the fundamental flaw in DNS that all major vendors released security patches for this week.  Dan Kaminsky, the security researcher who discovered the cache poisoning bug, has developed a test for this flaw that you can find at his web site.  Many people have downplayed this [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>By now, everyone on the Internet is aware of the fundamental flaw in DNS that all major vendors released security patches for this week.  Dan Kaminsky, the security researcher who discovered the cache poisoning bug, has developed a <a href="http://www.doxpara.com/" target="_blank">test for this flaw </a>that you can find at his web site. </p>
<p>Many people have <a href="http://www.techworld.com/news/index.cfm?RSS&amp;NewsID=102125" target="_blank">downplayed this flaw</a>, saying <a href="http://www.internetnews.com/infra/article.php/3758311/Whos+Really+at+Risk+From+the+DNS+Flaw.htm" target="_blank">it&#8217;s not as serious as some speculate</a>, since only recursive DNS servers are at risk.  Maybe that&#8217;s true, but who uses these DNS servers?  All DNS clients, from workstations to servers to routers.  And if the DNS servers have their caches poisoned, they can redirect these unsuspecting clients to potentially malicious web sites.</p>
<p>Dan, who is an expert in all things DNS, <a href="http://www.doxpara.com/?p=1164" target="_blank">has this advice</a> for network administrators:</p>
<p>&#8220;If it recurses, patch it.  I don’t care if it’s firewalled.  Patch it, or kill it.&#8221;</p>
<p>Dan has purposely not released details on the DNS vulnerability so that users will hopefully have time to patch their systems prior to exploits being developed.  Dan is scheduled to reveal all the details at <a href="http://www.blackhat.com/html/bh-usa-08/bh-usa-08-schedule.html" target="_blank">Blackhat on August 7th</a>, so stay tuned.  For more details, see the CERT vulnerability notes for <a href="http://www.kb.cert.org/vuls/id/800113" target="_blank">VU#800113</a>.  Dan was also interviewed by Rich at the <a href="http://netsecpodcast.com/?p=49" target="_blank">Network Security Podcast</a>, where he goes into more detail on the issues.</p>
<p>Also note that the ISC has put out a <a href="http://www.isc.org/index.pl?/sw/bind/bind8-eol.php" target="_blank">temporary patch for BIND 8</a>, but because of legacy issues, they are suggesting <a href="http://blogs.zdnet.com/security/?p=490" target="_blank">BIND 8 be retired</a>.  The ISC has some nice documentation on the <a href="http://www.isc.org/sw/bind/bind8-9_migration.php" target="_blank">BIND 8 to BIND 9 migration process.</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/" title="CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems">CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</a></li><li><a href="http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/" title="Multivendor DNS Flaw auditing tool">Multivendor DNS Flaw auditing tool</a></li><li><a href="http://thebackroomtech.com/2008/10/14/creating-edirectory-ssl-certificates-with-alternate-names-to-use-across-round-robin-dns-load-balanced-web-servers/" title="Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers">Creating eDirectory SSL certificates with alternate names to use across round robin DNS load balanced web servers</a></li><li><a href="http://thebackroomtech.com/2008/08/12/a-very-bad-day-for-vmware/" title="A VERY bad day for VMware">A VERY bad day for VMware</a></li><li><a href="http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/" title="Basic Apache Hardening in SLES 10">Basic Apache Hardening in SLES 10</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sun Java Multiple Security Vulnerabilities Rated Highly Critical</title>
		<link>http://thebackroomtech.com/2008/07/10/sun-java-multiple-security-vulnerabilities-rated-highly-critical/</link>
		<comments>http://thebackroomtech.com/2008/07/10/sun-java-multiple-security-vulnerabilities-rated-highly-critical/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 06:57:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=379</guid>
		<description><![CDATA[Sun has disclosed multiple security vulnerabilities within their Java product, which are summarized here.  The categories of vulnerabilities include: 1) Security Bypass 2) Exposure of system information 3) Exposure of sensitive information 4) DoS 5) System access The following Sun products are affected: Java Web Start 1.x Java Web Start 5.x Java Web Start 6.x [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Sun has disclosed multiple security vulnerabilities within their Java product, which are <a href="http://secunia.com/advisories/31010/" target="_blank">summarized here</a>.  The categories of vulnerabilities include:</p>
<p>1) Security Bypass<br />
2) Exposure of system information<br />
3) Exposure of sensitive information<br />
4) DoS<br />
5) System access</p>
<p>The following Sun products are affected:</p>
<p>Java Web Start 1.x<br />
Java Web Start 5.x<br />
Java Web Start 6.x<br />
Sun Java JDK 1.5.x<br />
Sun Java JDK 1.6.x<br />
Sun Java JRE 1.3.x<br />
Sun Java JRE 1.4.x<br />
Sun Java JRE 1.5.x / 5.x<br />
Sun Java JRE 1.6.x / 6.x<br />
Sun Java SDK 1.3.x<br />
Sun Java SDK 1.4.x</p>
<p>The recommendation is to update your software immediately to a patched version:</p>
<p>JDK and JRE 6 Update 7:<br />
<a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">http://java.sun.com/javase/downloads/index.jsp</a></p>
<p>JDK and JRE 5.0 Update 16:<br />
<a href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">http://java.sun.com/javase/downloads/index_jdk5.jsp</a></p>
<p>SDK and JRE 1.4.2_18:<br />
<a href="http://java.sun.com/j2se/1.4.2/download.html" target="_blank">http://java.sun.com/j2se/1.4.2/download.html</a></p>
<p>SDK and JRE 1.3.1_23 (for customers with Solaris 8 and Vintage Support Offering support contracts):<br />
<a href="http://java.sun.com/j2se/1.3/download.html" target="_blank">http://java.sun.com/j2se/1.3/download.html</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/02/25/vmware-running-on-windows-host-security-hole/" title="VMware Running on Windows Host Security Hole">VMware Running on Windows Host Security Hole</a></li><li><a href="http://thebackroomtech.com/2008/02/21/out-of-the-box-the-asus-eee-pc-is-incredibly-insecure/" title="Out of the Box, the ASUS Eee PC is Incredibly Insecure">Out of the Box, the ASUS Eee PC is Incredibly Insecure</a></li><li><a href="http://thebackroomtech.com/2010/01/21/direct-patch-download-links-for-ms10-002-kb978207/" title="Direct patch download links for MS10-002 KB978207">Direct patch download links for MS10-002 KB978207</a></li><li><a href="http://thebackroomtech.com/2008/12/10/new-internet-explorer-7-0-day-exploit/" title="New Internet Explorer 7 0-day exploit">New Internet Explorer 7 0-day exploit</a></li><li><a href="http://thebackroomtech.com/2008/12/08/windows-installer-cleanup-utility/" title="Windows Installer CleanUp Utility">Windows Installer CleanUp Utility</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/07/10/sun-java-multiple-security-vulnerabilities-rated-highly-critical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go read Microsoft Security Advisory 954462 now</title>
		<link>http://thebackroomtech.com/2008/06/25/go-read-microsoft-security-advisory-954462-now/</link>
		<comments>http://thebackroomtech.com/2008/06/25/go-read-microsoft-security-advisory-954462-now/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 09:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=370</guid>
		<description><![CDATA[If you are responsible for the web server or web application security, go read Microsoft Security Advisory 954462, Rise in SQL Injection Attacks Exploiting Unverified User Data Input immediately.  It contains important information on detecting and mitigating SQL injection vulnerabilities. This advisory is not specific to only Microsoft products like the IIS web server and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are responsible for the web server or web application security, go read <a href="http://www.microsoft.com/technet/security/advisory/954462.mspx" target="_blank">Microsoft Security Advisory 954462</a>, <em>Rise in SQL Injection Attacks Exploiting Unverified User Data Input </em>immediately.  It contains important information on detecting and mitigating SQL injection vulnerabilities.</p>
<p>This advisory is not specific to only Microsoft products like the IIS web server and SQL database.  Other web servers and database programs are also vulnerable to these attacks.</p>
<p>You may also want to check out the <a href="http://www.security-hacks.com/2007/05/18/top-15-free-sql-injection-scanners" target="_blank">Top 15 free SQL Injection Scanners</a> and check your own web sites for vulnerabilities.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/" title="CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems">CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</a></li><li><a href="http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/" title="Basic Apache Hardening in SLES 10">Basic Apache Hardening in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/07/18/free-configcheck-utility-for-vmware-esx-host-security-assesment/" title="Free ConfigCheck Utility for VMware ESX host security assesment">Free ConfigCheck Utility for VMware ESX host security assesment</a></li><li><a href="http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/" title="Multivendor DNS Flaw auditing tool">Multivendor DNS Flaw auditing tool</a></li><li><a href="http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/" title="Test for Multivendor DNS Flaw">Test for Multivendor DNS Flaw</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/06/25/go-read-microsoft-security-advisory-954462-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommendations for securing Internet Explorer, Firefox and Safari web browsers</title>
		<link>http://thebackroomtech.com/2008/05/15/recommendations-for-securing-internet-explorer-firefox-and-safari-web-browsers/</link>
		<comments>http://thebackroomtech.com/2008/05/15/recommendations-for-securing-internet-explorer-firefox-and-safari-web-browsers/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:35:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=340</guid>
		<description><![CDATA[Cert has a document that show some specific steps you can take to secure your Internet web browser.  Detailed instructions, including screen shots are provided, along with explanations of what you are configuring and what the potential ramifications are. The document focuses on IE, Firefox, and Safari and includes supplemental reference links to additional content.  They [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.cert.org" target="_blank">Cert</a> has a <a href="http://www.cert.org/tech_tips/securing_browser/" target="_blank">document</a> that show some specific steps you can take to secure your Internet web browser.  Detailed instructions, including screen shots are provided, along with explanations of what you are configuring and what the potential ramifications are.</p>
<p>The document focuses on IE, Firefox, and Safari and includes supplemental reference links to additional content.  They also include links to configuring similar options for Opera, Mozilla SeaMonkey, Konqueror, and Netscape.</p>
<p>Found via <a href="http://www.tssci-security.com/archives/2008/04/29/cert-on-securing-your-web-browser/" target="_blank">ts/sci security</a> blog.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/" title="CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems">CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</a></li><li><a href="http://thebackroomtech.com/2008/01/01/howto-download-a-web-browser-from-windows-when-your-web-browser-doesnt-work/" title="Howto: download a web browser from Windows when your web browser doesn&#8217;t work">Howto: download a web browser from Windows when your web browser doesn&#8217;t work</a></li><li><a href="http://thebackroomtech.com/2007/12/08/howto-thwart-internet-browser-third-party-cookies/" title="Howto: Thwart Internet Browser Third Party Cookies">Howto: Thwart Internet Browser Third Party Cookies</a></li><li><a href="http://thebackroomtech.com/2009/01/29/howto-disable-the-clicking-sound-in-internet-explorer-and-windows-explorer/" title="Howto: Disable the clicking sound in Internet Explorer and Windows Explorer">Howto: Disable the clicking sound in Internet Explorer and Windows Explorer</a></li><li><a href="http://thebackroomtech.com/2009/01/28/howto-disable-the-internet-explorer-popup-this-page-contains-both-secure-and-non-secure-items-do-you-want-to-display-the-nonsecure-items/" title="Howto disable the Internet Explorer popup: This page contains both secure and non-secure items. Do you want to display the nonsecure items?">Howto disable the Internet Explorer popup: This page contains both secure and non-secure items. Do you want to display the nonsecure items?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/05/15/recommendations-for-securing-internet-explorer-firefox-and-safari-web-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources for Securing Mac OS X Panther, Tiger and Leopard</title>
		<link>http://thebackroomtech.com/2008/04/21/resources-for-securing-mac-os-x-panther-tiger-and-leopard/</link>
		<comments>http://thebackroomtech.com/2008/04/21/resources-for-securing-mac-os-x-panther-tiger-and-leopard/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 10:34:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=325</guid>
		<description><![CDATA[I will  be the first to admit that I am primarily a Windows and Linux user.  Not that I don&#8217;t like Macs, but the majority of my client base is single platform on the desktop (Windows) and either Windows or Linux servers.  My lack of exposure to Macs, and subsequent lack of OS X-specific security [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I will  be the first to admit that I am primarily a Windows and Linux user.  Not that I don&#8217;t like Macs, but the majority of my client base is single platform on the desktop (Windows) and either Windows or Linux servers. </p>
<p>My lack of exposure to Macs, and subsequent lack of OS X-specific security understanding was made apparent to me this past week when I met with a large new educational client that was previously 95% Mac on the desktop.  Now they are down to about 50-50 Mac/PCs with a new mandate to become single platform, meaning converting from OS X to strictly Windows on the desktop.</p>
<p>I&#8217;m going to be making recommendations that will help this migration process, but in the meantime I have to make an assessment of their existing network and computing infrastructure, including down to the desktop level.  One of the assessment items includes workstation security, and like I said before, this is a major hole in my IT skillset, so I&#8217;m taking a crash course in OS X security this week.</p>
<p>I wanted to find a few online resources to prep with before I jumped head on into this project.  I know no one can become a security guru in a week, but everyone has to start somewhere.  I&#8217;m hoping my Linux security background will make digesting the OS X security information easier, but that is to be seen.</p>
<p>Here&#8217;s some of the resources I&#8217;ve found online that others may find usefull:</p>
<ul>
<li><a title="Securing Leopard" href="http://www.securethoughts.net/leopard/" target="_blank">Securing Leopard</a> by Sebastien at <a title="secure thoughts" href="http://www.securethoughts.net" target="_blank">secure thoughts</a></li>
<li><a title="Securing Leopard Quick Checklist" href="http://www.securethoughts.net/leopard/checklist/" target="_blank">Securing Leopard Quick Checklist</a> by Sebastien at secure thoughts</li>
<li><a title="Securing Mac OS X Tiger" href="http://research.corsaire.com/whitepapers/060517-securing-mac-os-x-tiger.pdf" target="_blank">Securing Mac OS X</a> (Tiger) by Stephen at <a href="http://www.corsaire.com" target="_blank">Corsaire</a></li>
<li><a title="OS X 10.3 Panther Security Guide" href="http://www.nsa.gov/notices/notic00004.cfm?Address=/snac/os/applemac/I331-009R-2004.pdf" target="_blank">Apple Mac OS X v10.3.x &#8220;Panther&#8221; Security Configuration Guide</a> by the <a href="http://www.nsa.gov/snac/downloads_macx.cfm" target="_blank">NSA</a></li>
<li><a title="Ars OS X Security primer" href="http://arstechnica.com/guides/tweaks/mac-os-x-security.ars" target="_blank">Keeping your Mac locked down: a Mac OS X security primer</a> by Erik at <a title="arstechnica.com" href="http://arstechnica.com" target="_blank">Arstechnica.com</a></li>
<li><a href="http://images.apple.com/server/macosx/docs/Tiger_Security_Config_021507.pdf">Mac OS X Security Configuration Guide</a> (Tiger) by Apple</li>
<li><a href="http://images.apple.com/server/macosx/docs/Tiger_Server_Security_Config_021507.pdf">Mac OS X Server Security Configuration Guide</a> (Tiger) by Apple</li>
<li><a href="http://images.apple.com/support/security/guides/docs/Panther_Security_Config.pdf">Client Security Configuration Guide</a> (Panther) by Apple</li>
<li><a href="http://images.apple.com/support/security/guides/docs/Panther_Server_Security_Config.pdf">Server Security Configuration Guide</a> (Panther) by Apple</li>
<li><a href="http://images.apple.com/support/security/commoncriteria/CC_AdminGuide.pdf" target="_blank">Common Criteria Configuration and Administration Guide Setting up and administrating the Common Criteria configuration using Mac OS X or Mac OS X Server</a> by Apple</li>
</ul>
<p>I&#8217;ve also ordered <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FFoundations-Mac-OS-Leopard-Security%2Fdp%2F1590599896%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1208788079%26sr%3D8-1&amp;tag=thebackroomte-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank">Foundations of Mac OS X Leopard Security</a> by Charles Stephen Edge Jr.</p>
<p> </p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FFoundations-Mac-OS-Leopard-Security%2Fdp%2F1590599896%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1208788079%26sr%3D8-1&amp;tag=thebackroomte-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"></a> </p>
<p> </p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/26/cmu-announces-free-firefox-add-on-to-increase-browser-security-against-dns-flaw-and-digital-signature-problems/" title="CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems">CMU announces free Firefox add-on to increase browser security against DNS flaw and digital signature problems</a></li><li><a href="http://thebackroomtech.com/2008/08/04/basic-apache-hardening-in-sles-10/" title="Basic Apache Hardening in SLES 10">Basic Apache Hardening in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/07/18/free-configcheck-utility-for-vmware-esx-host-security-assesment/" title="Free ConfigCheck Utility for VMware ESX host security assesment">Free ConfigCheck Utility for VMware ESX host security assesment</a></li><li><a href="http://thebackroomtech.com/2008/07/17/multivendor-dns-flaw-auditing-tool/" title="Multivendor DNS Flaw auditing tool">Multivendor DNS Flaw auditing tool</a></li><li><a href="http://thebackroomtech.com/2008/07/11/test-for-multivendor-dns-flaw/" title="Test for Multivendor DNS Flaw">Test for Multivendor DNS Flaw</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/04/21/resources-for-securing-mac-os-x-panther-tiger-and-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gone in 47.11 Seconds</title>
		<link>http://thebackroomtech.com/2008/03/07/gone-in-4711-seconds/</link>
		<comments>http://thebackroomtech.com/2008/03/07/gone-in-4711-seconds/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[LMcrack]]></category>
		<category><![CDATA[PWdump]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=283</guid>
		<description><![CDATA[I was performing a little security audit today, and used PWdump to dump the contents of the SAM file from a Windows 2000 Domain Controller. I took the results from PWdump and imported them into LMcrack.  It took 47.11 seconds to enumerate 617 of the 2272 account passwords. Next I ran Richard Mueller&#8217;s DocumentGroups.vbs script which dumped the group [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was performing a little security audit today, and used <a target="_blank" href="http://www.foofus.net/fizzgig/pwdump/">PWdump</a> to dump the contents of the SAM file from a Windows 2000 Domain Controller.</p>
<p>I took the results from PWdump and imported them into <a target="_blank" href="http://www.infosecwriters.com/hhworld/hh9/lmcrack.htm">LMcrack</a>.  It took <strong>47.11 seconds</strong> to enumerate 617 of the 2272 account passwords.</p>
<p><a href="http://thebackroomtech.files.wordpress.com/2008/03/4711.jpg" title="47.11 seconds"></a></p>
<p><a href="http://174.36.240.130/wp-content/uploads/4711a.jpg" title="47.11 Seconds"><img src="http://174.36.240.130/wp-content/uploads/4711a.jpg" alt="47.11 Seconds" /></a></p>
<p>Next I ran Richard Mueller&#8217;s <a target="_blank" href="http://www.rlmueller.net/Programs/DocumentGroups.txt">DocumentGroups.vbs</a> script which dumped the group membership of all the domain&#8217;s Active Directory accounts to a file.</p>
<p>Now I had a list of user and their passwords, plus a list of user account group memberships.  Are you suprised that three users with Domain Admin membership were on the cracked.dic list? </p>
<p>I bet the entire process, from PWdump to LMcrack to DocumentGroups.vbs took all of ten minutes.   The local network admin was not happy with the strength of his user&#8217;s passwords.  Maybe now he&#8217;ll start <a target="_blank" href="http://www.microsoft.com/smallbusiness/support/articles/enforce_strong_passwords.mspx">enforcing stronger passwords</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/03/07/gone-in-4711-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 42/120 queries in 0.038 seconds using disk: basic
Object Caching 1227/1365 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:38:09 -->
