<?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>Student Tech News &#187; Computer Tips</title>
	<atom:link href="http://www.studenttechnews.net/category/computer-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studenttechnews.net</link>
	<description>Student Tech news</description>
	<lastBuildDate>Mon, 14 Dec 2009 22:56:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scott Hanselman clears up .NET installer questions</title>
		<link>http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/</link>
		<comments>http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 23:15:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/</guid>
		<description><![CDATA[Scott Hanselman, the studmuffin of the Microsoft world drops some knowledge and clears up some confusion about the size of the .NET Framework.

The .NET Framework is not really a 200+ meg download. From Scott&#8217;s site:
Which installer do I use?
Here&#8217;s the whole thing in a nutshell for Developers, ISVs, and Administrators.

Offline Installer - One single file [...]<p><a href="http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/">Scott Hanselman clears up .NET installer questions</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hanselman.com/" target="_blank">Scott Hanselman</a>, the studmuffin of the <a title="Microsoft" rel="homepage" href="http://www.microsoft.com/worldwide/">Microsoft</a> world drops some knowledge and clears up some confusion about the size of the <a title=".NET Framework" rel="homepage" href="http://www.microsoft.com/net/">.NET Framework</a>.</p>
<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/0ad3b_image_3.png" alt="image_3 Scott Hanselman clears up .NET installer questions" width="427" height="75" /></p>
<p>The .NET Framework is <strong>not really a 200+ meg download. </strong>From Scott&#8217;s site:</p>
<h3>Which installer do I use?</h3>
<p>Here&#8217;s the whole thing in a nutshell for Developers, ISVs, and Administrators.</p>
<ul>
<li><strong>Offline Installer </strong>- One single file that can be run offline and can install the .NET Framework any system it&#8217;s run on. It&#8217;s complete, all platforms, installable offline.</li>
<li><strong>Online Installer </strong>- A 2.7 meg setup program that will detect what just the files you need, then go download between 10 and 60 megs.
<ul>
<li><strong>NOTE: </strong>If you&#8217;re IT and inside an office, you&#8217;ll want to decide if you want everyone in the office downloading .NET separately, or if you just want download it once, and have them to run it off a network share. Check out the <a href="http://msdn.microsoft.com/en-us/library/cc160717.aspx">Deployment Guide for Administrators</a> for ways to push it out via AD or SMS.</li>
</ul>
</li>
</ul>
<h3>So how big is it the .NET Framework download, really?</h3>
<p>It depends on what you&#8217;ve already got installed. Here&#8217;s some examples of my results using an XP SP2 machine.</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="133" valign="top"><strong>Version of </strong><strong><br />
<strong>Framework installed</strong></strong></td>
<td width="133" valign="top"><strong>Download size </strong><strong><br />
<strong>to get to 3.5</strong>SP1</strong></td>
<td width="133" valign="top"><strong>Time to Download </strong><strong><br />
<strong>(512 kbps)</strong></strong></td>
</tr>
<tr>
<td width="133" valign="top">None</td>
<td width="133" valign="top">~56 MB</td>
<td width="133" valign="top">15 min</td>
</tr>
<tr>
<td width="133" valign="top">2.0</td>
<td width="133" valign="top">~50 MB</td>
<td width="133" valign="top">15 min</td>
</tr>
<tr>
<td width="133" valign="top">2.0SP1</td>
<td width="133" valign="top">~33 MB</td>
<td width="133" valign="top">9 min</td>
</tr>
<tr>
<td width="133" valign="top">3.0SP1</td>
<td width="133" valign="top">~10 MB</td>
<td width="133" valign="top">3 min</td>
</tr>
</tbody>
</table>
<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/0ad3b_badge.png" alt="badge Scott Hanselman clears up .NET installer questions" width="121" height="121" />Scott goes into much greater detail on his <a href="http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx" target="_blank">blog here</a>. He&#8217;s also launched a section of his site called <a href="http://www.hanselman.com/smallestdotnet/" target="_blank">SmallestDotNet</a>, it checks you browser&#8217;s &#8220;UserAgent&#8221; and figures out what version (if any) of the .NET  Framework you have (or don&#8217;t have) installed, then calculated the total size if  you chose to download the .NET Framework. Easy huh. The bummer is that it doesn&#8217;t work with FireFox.</p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/31878_pixy.gif?x-id=1f40f1bd-bb67-476d-9ba0-41bb9eee8b62" alt=" Scott Hanselman clears up .NET installer questions" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=SALqcv"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/31878_Paulspoerrycom?i=SALqcv" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=aR5XvK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/31878_Paulspoerrycom?i=aR5XvK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=ftYt0K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/31878_Paulspoerrycom?i=ftYt0K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=40Qmlk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/31878_Paulspoerrycom?i=40Qmlk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=sOH2tK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/90057_Paulspoerrycom?i=sOH2tK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=lH241k"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/90057_Paulspoerrycom?i=lH241k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=wSyMuK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/90057_Paulspoerrycom?i=wSyMuK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=8Fq9OK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/90057_Paulspoerrycom?i=8Fq9OK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=SWJFHk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/90057_Paulspoerrycom?i=SWJFHk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/">Scott Hanselman clears up .NET installer questions</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/24/scott-hanselman-clears-up-net-installer-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox 3 blocks 18% of the Fortune 1000 websites</title>
		<link>http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/</link>
		<comments>http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 23:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/</guid>
		<description><![CDATA[If you visit a website with either an expired or a self-signed SSL certificate, Firefox 3 will not show that page at all. Instead, the browser shows the “customs officer” graphic  and an error saying the website may be dangerous. Apparently this is seen as an issue by some people (I dig it.. and [...]<p><a href="http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/">FireFox 3 blocks 18% of the Fortune 1000 websites</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you visit a website with either an expired or a self-signed <a title="Transport Layer Security" rel="wikipedia" href="http://en.wikipedia.org/wiki/Transport_Layer_Security">SSL certificate</a>, <a title="Mozilla Firefox 3" rel="homepage" href="http://www.firefox.com/">Firefox 3</a> will not show that page at all. Instead, the browser shows the “customs officer” graphic  and an error saying the website may be dangerous. Apparently this is seen as an issue by some people (I dig it.. and you can always override it). <img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_ffsecurity.jpg" alt="ffsecurity FireFox 3 blocks 18% of the Fortune 1000 websites" width="332" height="77" /></p>
<p>Of course, excuse or no, <a href="http://news.netcraft.com/archives/2007/05/15/internet_passes_600000_ssl_sites.html">according to Netcraft</a>, as many as 18% of the Fortune 1000 websites have expired SSL certificates. That means the odds are pretty good that Firefox 3 is going to block you from accessing some legitimate sites.</p>
<p>I&#8217;m gunna say thumbs-up to FireFox for doing us all a favor. People like my mom have no idea what an SSL Cert even is&#8230; if it stops here from hitting some bogus self-signed site in error then kudos to the FireFox team.</p>
<p><a href="http://www.webmonkey.com/blog/Firefox_3_Highlights_Websites__Security_Failings" target="_blank">Read more at WebMonkey</a></p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_pixy.gif?x-id=9073e3b7-dc20-4888-a75b-2ef3995c511f" alt=" FireFox 3 blocks 18% of the Fortune 1000 websites" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=FS09rz"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/43469_Paulspoerrycom?i=FS09rz" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=rlyOIK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/43469_Paulspoerrycom?i=rlyOIK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=1PnIYK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/43469_Paulspoerrycom?i=1PnIYK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=rKYTYk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=rKYTYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=XRAvZK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=XRAvZK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=ofluuk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=ofluuk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=NM8MSK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=NM8MSK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=476fRK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=476fRK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=68XQtk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/71e73_Paulspoerrycom?i=68XQtk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/">FireFox 3 blocks 18% of the Fortune 1000 websites</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/24/firefox-3-blocks-18-of-the-fortune-1000-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robert Murraine vs Phillip Chbeeb</title>
		<link>http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/</link>
		<comments>http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:59:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/</guid>
		<description><![CDATA[So You Think You Can Dance had a great run this year. Unlike previous years, which ended in a contemporary dancer taking it all this year it came down to two b-boys. Earlier in the season there was an AMAZING popper named Robert Murraine aka Mr. Fantastic. This guys was CRA-ZY; but he dropped out [...]<p><a href="http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/">Robert Murraine vs Phillip Chbeeb</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><span>So You Think You Can Dance had a great run this year. Unlike previous years, which ended in a contemporary dancer taking it all this year it came down to two b-boys. Earlier in the season there was an AMAZING popper named Robert Murraine aka <a href="http://en.wikipedia.org/wiki/Mister_Fantastic" title="Mister Fantastic" rel="wikipedia">Mr. Fantastic</a>. This guys was CRA-ZY; but he dropped out during Vegas week. Another well known popper was Phillip Chbeeb and on the season finale they had a poplock battle. Check it out:</span></p>
<div>
<div><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div>NOT EMBEDABLE</div>
<div></div>
<div><a target="_blank" href="http://downthisvideo.com/?url=Robert Murraine vs Phillip Chbeeb">Download!</a></div>
</div>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/816db_pixy.gif?x-id=7e96e91b-b056-4c71-a727-af628227796f" alt=" Robert Murraine vs Phillip Chbeeb" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=sX6IQA"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/29069_Paulspoerrycom?i=sX6IQA" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=ukMTYK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/29069_Paulspoerrycom?i=ukMTYK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=lAJ0EK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/29069_Paulspoerrycom?i=lAJ0EK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=hCfmSk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/29069_Paulspoerrycom?i=hCfmSk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=fIyLZK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/29069_Paulspoerrycom?i=fIyLZK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=Ab3Sok"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_Paulspoerrycom?i=Ab3Sok" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=AJ80eK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_Paulspoerrycom?i=AJ80eK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=NYpxSK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_Paulspoerrycom?i=NYpxSK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=yZz9tk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/5a6fd_Paulspoerrycom?i=yZz9tk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/">Robert Murraine vs Phillip Chbeeb</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/24/robert-murraine-vs-phillip-chbeeb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Those Were the Droids I Was Looking For</title>
		<link>http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/</link>
		<comments>http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/</guid>
		<description><![CDATA[Ya, I&#8217;ve had one of those days too.


       

Those Were the Droids I Was Looking For is a post from: Student Tech News
<p><a href="http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/">Those Were the Droids I Was Looking For</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/279d2_2762458387_48576d339c_o.jpg" alt="Those Were The Droids I Was Looking For" width="648" height="437" /></p>
<p>Ya, I&#8217;ve had one of those days too.</p>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=SIdg4z"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/279d2_Paulspoerrycom?i=SIdg4z" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=B2TBmK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/279d2_Paulspoerrycom?i=B2TBmK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=lPGvIK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ae86e_Paulspoerrycom?i=lPGvIK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=P9hgKk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ae86e_Paulspoerrycom?i=P9hgKk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=odcB5K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ae86e_Paulspoerrycom?i=odcB5K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=2bPr4k"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ae86e_Paulspoerrycom?i=2bPr4k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=BaI3jK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ae86e_Paulspoerrycom?i=BaI3jK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=uZDzfK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/816db_Paulspoerrycom?i=uZDzfK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=XnmGAk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/816db_Paulspoerrycom?i=XnmGAk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/">Those Were the Droids I Was Looking For</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/24/those-were-the-droids-i-was-looking-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Extensions &#8211; Free AJAX Extensions for ASP.NET</title>
		<link>http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/</link>
		<comments>http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 14:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/</guid>
		<description><![CDATA[The AJAX Control Toolkit is a joint project between the community and Microsoft. Built upon the ASP.NET 2.0 AJAX Extensions, the Toolkit aims to be the biggest and best collection of web-client components available. I&#8217;ve been using several of these on an internal .NET project and I&#8217;m pretty impressed. A few of the control produce [...]<p><a href="http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/">ASP.NET Extensions &#8211; Free AJAX Extensions for ASP.NET</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><span><strong>The <a title="ASP.NET AJAX" rel="wikipedia" href="http://en.wikipedia.org/wiki/ASP.NET_AJAX">AJAX</a> Control Toolkit</strong> is a joint project between the community and <a title="Microsoft" rel="homepage" href="http://www.microsoft.com/worldwide/">Microsoft</a>. Built upon the <a title="ASP.NET" rel="wikipedia" href="http://en.wikipedia.org/wiki/ASP.NET">ASP.NET</a> 2.0 AJAX Extensions, the Toolkit aims to be the biggest and best collection of web-client components available. I&#8217;ve been using several of these on an internal <a title=".NET Framework" rel="homepage" href="http://www.microsoft.com/net/">.NET</a> project and I&#8217;m pretty impressed. A few of the control produce nice effects, but take a bit more to implement than I care for, but it&#8217;s still worth checking out. </span></p>
<p><span></span></p>
<p>The AJAX Control Toolkit can be found on <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxControlToolkit" target="_blank">CodePlex here</a>. You can also see an online example of each control in action at the <a href="http://www.asp.net/ajax/ajaxcontroltoolkit/samples/" target="_blank">Extensions sample website</a>.</p>
<p><strong>The examples shown include:</strong></p>
<p><a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Accordion/Accordion.aspx" target="_blank">Accordion</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AlwaysVisibleControl/AlwaysVisibleControl.aspx" target="_blank">AlwaysVisibleControl</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Animation/Animation.aspx" target="_blank">Animation</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx" target="_blank">AutoComplete</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx" target="_blank">Calendar</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CascadingDropDown/CascadingDropDown.aspx" target="_blank">CascadingDropDown</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CollapsiblePanel/CollapsiblePanel.aspx" target="_blank">CollapsiblePanel</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ConfirmButton/ConfirmButton.aspx" target="_blank">ConfirmButton</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DragPanel/DragPanel.aspx" target="_blank">DragPanel</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DropDown/DropDown.aspx" target="_blank">DropDown</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DropShadow/DropShadow.aspx" target="_blank">DropShadow</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DynamicPopulate/DynamicPopulate.aspx" target="_blank">DynamicPopulate</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/FilteredTextBox/FilteredTextBox.aspx" target="_blank">FilteredTextBox</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HoverMenu/HoverMenu.aspx" target="_blank">HoverMenu</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ListSearch/ListSearch.aspx" target="_blank">ListSearch</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx" target="_blank">MaskedEdit</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx" target="_blank">ModalPopup</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MutuallyExclusiveCheckBox/MutuallyExclusiveCheckBox.aspx" target="_blank">MutuallyExclusiveCheckBox</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/NoBot/NoBot.aspx" target="_blank">NoBot</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/NumericUpDown/NumericUpDown.aspx" target="_blank">NumericUpDown</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PagingBulletedList/PagingBulletedList.aspx" target="_blank">PagingBulletedList</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PasswordStrength/PasswordStrength.aspx" target="_blank">PasswordStrength</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PopupControl/PopupControl.aspx" target="_blank">PopupControl</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Rating/Rating.aspx" target="_blank">Rating</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ReorderList/ReorderList.aspx" target="_blank">ReorderList</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ResizableControl/ResizableControl.aspx" target="_blank">ResizableControl</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/RoundedCorners/RoundedCorners.aspx" target="_blank">RoundedCorners</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Slider/Slider.aspx" target="_blank">Slider</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/SlideShow/SlideShow.aspx" target="_blank">SlideShow</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspx" target="_blank">Tabs</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/TextBoxWatermark/TextBoxWatermark.aspx" target="_blank">TextBoxWatermark</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ToggleButton/ToggleButton.aspx" target="_blank">ToggleButton</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/UpdatePanelAnimation/UpdatePanelAnimation.aspx" target="_blank">UpdatePanelAnimation</a><br />
<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ValidatorCallout/ValidatorCallout.aspx" target="_blank">ValidatorCallout</a></p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/3a209_pixy.gif?x-id=239aa5d0-e43f-45a9-bc1e-0e86f03673ad" alt=" ASP.NET Extensions - Free AJAX Extensions for ASP.NET" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=4nmzqH"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/3a209_Paulspoerrycom?i=4nmzqH" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=w7B0bK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/3a209_Paulspoerrycom?i=w7B0bK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=6SqkiK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84919_Paulspoerrycom?i=6SqkiK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=uqBJpk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84919_Paulspoerrycom?i=uqBJpk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=E7tLfK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84919_Paulspoerrycom?i=E7tLfK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=5Qa3ik"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84919_Paulspoerrycom?i=5Qa3ik" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=72HcDK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/94549_Paulspoerrycom?i=72HcDK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=20tPvK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/94549_Paulspoerrycom?i=20tPvK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=7AhT1k"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/94549_Paulspoerrycom?i=7AhT1k" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/">ASP.NET Extensions &#8211; Free AJAX Extensions for ASP.NET</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/23/aspnet-extensions-free-ajax-extensions-for-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clone Detective for Visual Studio</title>
		<link>http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/</link>
		<comments>http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 13:48:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/</guid>
		<description><![CDATA[Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.


You&#8217;ll get 3 new windows  (available from the View menu).

The Clone Explorer is where you initiate clone detection, [...]<p><a href="http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/">Clone Detective for Visual Studio</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><span>Clone Detective is a <a title="Microsoft Visual Studio" rel="homepage" href="http://msdn.microsoft.com/vstudio/">Visual Studio</a> integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.</span></p>
<p><img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=CloneDetectiveVS&amp;DownloadId=41494" alt=" Clone Detective for Visual Studio" width="568" height="379" /></p>
<p><span></span></p>
<p>You&#8217;ll get 3 new windows  (available from the View menu).</p>
<ul>
<li>The Clone Explorer is where you initiate clone detection, and see results.</li>
</ul>
<ul>
<li>The Clone Intersections looks at a file and shows you all the other files that share clones with it.  The different colours represent the different clones sections.</li>
</ul>
<ul>
<li>The Clone Results shows you an individual cloned piece of code and where it resides throughout the application (i.e. all the different files where  that same code occurs).</li>
</ul>
<p>When you look at a file with clones you&#8217;ll see a purple line next to the cloned lines (shown in the image).  By default visual studio just shows a single source file in the main window, however by dragging the tab with the filename in it to the right you can get to a side-by-side view which makes it so much easier to compare the clones before deciding it you should refactor or not.</p>
<p>At this time it appears to be only for C#, sorry VB guys.</p>
<p>Clone Detective is available via CodePlex and is free. Download it <a href="http://www.codeplex.com/CloneDetectiveVS/Release/ProjectReleases.aspx?ReleaseId=16114#Reviews" target="_blank">here</a>.</p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ee3b4_pixy.gif?x-id=5f025847-14ef-4570-81ea-6a8ec06e5097" alt=" Clone Detective for Visual Studio" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=8hDXeU"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ee3b4_Paulspoerrycom?i=8hDXeU" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=T7VOYK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ee3b4_Paulspoerrycom?i=T7VOYK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=0Jy6YK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/87cad_Paulspoerrycom?i=0Jy6YK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=L3Wfxk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/87cad_Paulspoerrycom?i=L3Wfxk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=7ZFA9K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/87cad_Paulspoerrycom?i=7ZFA9K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=PH8UMk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/1059e_Paulspoerrycom?i=PH8UMk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=9yfEKK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/0c0bc_Paulspoerrycom?i=9yfEKK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=vIOydK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/0c0bc_Paulspoerrycom?i=vIOydK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=Got6nk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/0c0bc_Paulspoerrycom?i=Got6nk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/">Clone Detective for Visual Studio</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/23/clone-detective-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Logins and Passwords for Networked Devices</title>
		<link>http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/</link>
		<comments>http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 13:39:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/</guid>
		<description><![CDATA[Ever have to go work on a family members computer and need to get into their router. Routers comes with a default password, and most people don&#8217;t change them (bad bad bad). Here is a list of default logins and passwords for most devices. This listing          [...]<p><a href="http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/">Default Logins and Passwords for Networked Devices</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever have to go work on a family members computer and need to get into their router. Routers comes with a default password, and most people don&#8217;t change them (bad bad bad). Here is a list of default logins and passwords for most devices. This listing                    is only provided as a resource to network administrators and                      security professionals. It is also meant to remind people that                    a serious problem exists when people configure a network or                    a computer system and do not change these passwords. The manufacturers                    of the listed devices, software or systems are not to blame                    for this problem, and we are not trying to discredit them or                    their products. A default login is a means for an end user of                    a product to complete the initial setup of the device or system.                    Most manufacturers strongly recommend their end users change                    these logins and passwords for security reasons.</p>
<p><span></span></p>
<table border="0">
<tbody>
<tr>
<td width="19%"><strong>Manufacturer </strong></td>
<td width="27%"><strong>Model </strong></td>
<td width="20%"><strong>OS Version </strong></td>
<td width="19%"><strong>Login </strong></td>
<td width="15%"><strong>Password </strong></td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">-</td>
<td width="20%">1.25</td>
<td width="19%">root</td>
<td width="15%">letmein</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Super Stack 2 Switch</td>
<td width="20%">Any</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">AccessBuilder® 7000 BRI</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">CoreBuilder 2500</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">security</td>
<td width="15%">security</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Cable Managment System SQL Database (DOSCIC                          DHCP)</td>
<td width="20%">Win2000 &amp; MS</td>
<td width="19%">DOCSIS_APP</td>
<td width="15%">3Com</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">NAC (Network Access Card)</td>
<td width="20%">-</td>
<td width="19%">adm</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">HiPer ARC Card</td>
<td width="20%">v4.1.x of HA</td>
<td width="19%">adm</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">CoreBuilder 6000</td>
<td width="20%">-</td>
<td width="19%">debug</td>
<td width="15%">tech</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">CoreBuilder 7000</td>
<td width="20%">-</td>
<td width="19%">tech</td>
<td width="15%">tech</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack II Switch 2200</td>
<td width="20%">-</td>
<td width="19%">debug</td>
<td width="15%">synnet</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack II Switch 2700</td>
<td width="20%">-</td>
<td width="19%">tech</td>
<td width="15%">tech</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack / CoreBuilder</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack / CoreBuilder</td>
<td width="20%">-</td>
<td width="19%">read</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack / CoreBuilder</td>
<td width="20%">-</td>
<td width="19%">write</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">LinkSwitch and CellPlex</td>
<td width="20%">-</td>
<td width="19%">tech</td>
<td width="15%">tech</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">LinkSwitch and CellPlex</td>
<td width="20%">-</td>
<td width="19%">debug</td>
<td width="15%">synnet</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Superstack II 3300FX</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">Admin</td>
<td width="15%">3Com</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">3ComCellPlex7000</td>
<td width="20%">-</td>
<td width="19%">tech</td>
<td width="15%">tech</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">monitor</td>
<td width="15%">monitor</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">AirConnect Access Point</td>
<td width="20%">n/a</td>
<td width="19%">-</td>
<td width="15%">comcomcom</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Superstack II Dual Speed 500</td>
<td width="20%">-</td>
<td width="19%">security</td>
<td width="15%">security</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">OfficeConnect 5&#215;1</td>
<td width="20%">at least 5.x</td>
<td width="19%">-</td>
<td width="15%">PASSWORD</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack 3 Switch 3300XM</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Super Stack 2 Switch</td>
<td width="20%">Any</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack II Switch 1100</td>
<td width="20%">-</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack II Switch 1100</td>
<td width="20%">-</td>
<td width="19%">security</td>
<td width="15%">security</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">super stack 2 switch</td>
<td width="20%">any</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Office Connect Remote 812</td>
<td width="20%">-</td>
<td width="19%">root</td>
<td width="15%">!root</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Switch 3000/3300</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">OCR-812</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">NBX100</td>
<td width="20%">2.8</td>
<td width="19%">administrator</td>
<td width="15%">0000</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Home Connect</td>
<td width="20%">-</td>
<td width="19%">User</td>
<td width="15%">Password</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">OfficeConnect 5&#215;1</td>
<td width="20%">at least 5.x</td>
<td width="19%">estheralastruey</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">SuperStack II Switch 3300</td>
<td width="20%">-</td>
<td width="19%">manager</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">3Com</td>
<td width="27%">Superstack</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">ACC</td>
<td width="27%">Routers</td>
<td width="20%">-</td>
<td width="19%">netman</td>
<td width="15%">netman</td>
</tr>
<tr>
<td width="19%">Acc/Newbridge</td>
<td width="27%">Congo/Amazon/Tigris</td>
<td width="20%">All versions</td>
<td width="19%">netman</td>
<td width="15%">netman</td>
</tr>
<tr>
<td width="19%">Acc/Newbridge</td>
<td width="27%">Congo/Amazon/Tigris</td>
<td width="20%">All versions</td>
<td width="19%">netman</td>
<td width="15%">netman</td>
</tr>
<tr>
<td width="19%">adaptec</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Adaptec RAID</td>
<td width="27%">Storage Manager Pro</td>
<td width="20%">All</td>
<td width="19%">Administrator</td>
<td width="15%">adaptec</td>
</tr>
<tr>
<td width="19%">adtran</td>
<td width="27%">tsu 600 ethernet module</td>
<td width="20%">-</td>
<td width="19%">18364</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Adtran</td>
<td width="27%">TSU 120 e</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">ADTRAN</td>
</tr>
<tr>
<td width="19%">Adtran</td>
<td width="27%">TSU 120 e</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">ADTRAN</td>
</tr>
<tr>
<td width="19%">Aironet</td>
<td width="27%">All</td>
<td width="20%">-</td>
<td width="19%"></td>
<td width="15%"></td>
</tr>
<tr>
<td width="19%">alcatel</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Alcatel</td>
<td width="27%">1000 ANT</td>
<td width="20%">Win98</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">alcatel</td>
<td width="27%">speed touch home</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Alcatel/Newbridge/Timestep</td>
<td width="27%">VPN Gateway 15xx/45xx/7xxx</td>
<td width="20%">Any</td>
<td width="19%">root</td>
<td width="15%">permit</td>
</tr>
<tr>
<td width="19%">Alcatel/Newbridge/Timestep</td>
<td width="27%">VPN Gateway 15xx/</td>
<td width="20%">Any</td>
<td width="19%">root</td>
<td width="15%">permit</td>
</tr>
<tr>
<td width="19%">Alcatel/Newbridge/Timestep</td>
<td width="27%">VPN Gateway 15xx/</td>
<td width="20%">Any</td>
<td width="19%">root</td>
<td width="15%">permit</td>
</tr>
<tr>
<td width="19%">Allied Tenysin</td>
<td width="27%">R130</td>
<td width="20%">-</td>
<td width="19%">Manager</td>
<td width="15%">friend</td>
</tr>
<tr>
<td width="19%">Alteon</td>
<td width="27%">ACEswitch 180e (telnet)</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">blank</td>
</tr>
<tr>
<td width="19%">Alteon Web Systems</td>
<td width="27%">All hardware releases</td>
<td width="20%">Web OS 5.2</td>
<td width="19%">none</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">APC</td>
<td width="27%">MasterSwitches</td>
<td width="20%">-</td>
<td width="19%">apc</td>
<td width="15%">apc</td>
</tr>
<tr>
<td width="19%">APC</td>
<td width="27%">Any</td>
<td width="20%">Firmware Pri</td>
<td width="19%">apcuser</td>
<td width="15%">apc</td>
</tr>
<tr>
<td width="19%">Apple</td>
<td width="27%">Network Assistant</td>
<td width="20%">3.X</td>
<td width="19%">None</td>
<td width="15%">xyzzy</td>
</tr>
<tr>
<td width="19%">Apple</td>
<td width="27%">Airport</td>
<td width="20%">1.1</td>
<td width="19%">none</td>
<td width="15%">public</td>
</tr>
<tr>
<td width="19%">Arrowpoint</td>
<td width="27%">any?</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">Ascend</td>
<td width="27%">All TAOS models</td>
<td width="20%">all</td>
<td width="19%">admin</td>
<td width="15%">Ascend</td>
</tr>
<tr>
<td width="19%">Ascend</td>
<td width="27%">Pipeline Terminal Server</td>
<td width="20%">-</td>
<td width="19%">answer</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Ascom</td>
<td width="27%">Timeplex Routers</td>
<td width="20%">Any</td>
<td width="19%">See notes</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">AT&amp;T</td>
<td width="27%">Starlan SmartHUB</td>
<td width="20%">9.9</td>
<td width="19%">N/A</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">AWARD</td>
<td width="27%">Any BIOS</td>
<td width="20%">-</td>
<td width="19%">AWARD_SW</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Axent</td>
<td width="27%">NetProwler manager</td>
<td width="20%">WinNT</td>
<td width="19%">administrator</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Axis</td>
<td width="27%">NPS 530</td>
<td width="20%">5.02</td>
<td width="19%">root</td>
<td width="15%">pass</td>
</tr>
<tr>
<td width="19%">AXIS</td>
<td width="27%">StorPoint CD100</td>
<td width="20%">4.28</td>
<td width="19%">root</td>
<td width="15%">pass</td>
</tr>
<tr>
<td width="19%">AXIS</td>
<td width="27%">200 V1.32</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Axis</td>
<td width="27%">2100 Network Camera</td>
<td width="20%">Linux (ETRAX</td>
<td width="19%">root</td>
<td width="15%">pass</td>
</tr>
<tr>
<td width="19%">bay</td>
<td width="27%">cv1001003</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">bay</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Bay</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Bay / Nortel</td>
<td width="27%">ARN</td>
<td width="20%">13.20</td>
<td width="19%">Manager (caps count !)</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Bay Network Routers</td>
<td width="27%">All</td>
<td width="20%">-</td>
<td width="19%">User</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Bay Networks</td>
<td width="27%">ASN / ARN Routers</td>
<td width="20%">Any</td>
<td width="19%">Manager</td>
<td width="15%">Manager</td>
</tr>
<tr>
<td width="19%">Bay Networks</td>
<td width="27%">Baystack</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">NetICs</td>
</tr>
<tr>
<td width="19%">Bay/Nortel Networks</td>
<td width="27%">Accelar 1xxx switches</td>
<td width="20%">Any</td>
<td width="19%">rwa</td>
<td width="15%">rwa</td>
</tr>
<tr>
<td width="19%">Bay/Nortel Networks</td>
<td width="27%">Remote Annex 2000</td>
<td width="20%">Any</td>
<td width="19%">admin</td>
<td width="15%">IP address</td>
</tr>
<tr>
<td width="19%">BEA</td>
<td width="27%">Weblogic</td>
<td width="20%">5.1</td>
<td width="19%">system</td>
<td width="15%">weblogic</td>
</tr>
<tr>
<td width="19%">BEA</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">bewan</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Bintec</td>
<td width="27%">all Routers</td>
<td width="20%">Any</td>
<td width="19%">admin</td>
<td width="15%">bintec</td>
</tr>
<tr>
<td width="19%">Bintec</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Biodata</td>
<td width="27%">BIGfire &amp; BIGfire+</td>
<td width="20%">all</td>
<td width="19%">-</td>
<td width="15%">biodata</td>
</tr>
<tr>
<td width="19%">Biodata</td>
<td width="27%">all Babylon-Boxes</td>
<td width="20%">all</td>
<td width="19%">-</td>
<td width="15%">Babylon</td>
</tr>
<tr>
<td width="19%">Borland</td>
<td width="27%">interbase</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Borland</td>
<td width="27%">Interbase</td>
<td width="20%">Any</td>
<td width="19%">politcally</td>
<td width="15%">correct</td>
</tr>
<tr>
<td width="19%">Borland/Inprise</td>
<td width="27%">Interbase</td>
<td width="20%">any</td>
<td width="19%">SYSDBA</td>
<td width="15%">masterkey</td>
</tr>
<tr>
<td width="19%">BreezeCom</td>
<td width="27%">AP10, SA10</td>
<td width="20%">BreezeNET PR</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">BreezeCOM</td>
<td width="27%">Station Adapter and Access Point</td>
<td width="20%">4.x</td>
<td width="19%">-</td>
<td width="15%">Super</td>
</tr>
<tr>
<td width="19%">BreezeCOM</td>
<td width="27%">-</td>
<td width="20%">3.x</td>
<td width="19%">-</td>
<td width="15%">Master</td>
</tr>
<tr>
<td width="19%">BreezeCOM</td>
<td width="27%">Station Adapter and Access Point</td>
<td width="20%">2.x</td>
<td width="19%">-</td>
<td width="15%">laflaf</td>
</tr>
<tr>
<td width="19%">Brocade</td>
<td width="27%">Silkworm</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Buffalo/MELCO</td>
<td width="27%">AirStation WLA-L11</td>
<td width="20%">-</td>
<td width="19%">root (cannot be changed)</td>
<td width="15%">(no password by default)</td>
</tr>
<tr>
<td width="19%">Cabletron</td>
<td width="27%">any</td>
<td width="20%">any</td>
<td width="19%">&#8211;</td>
<td width="15%">&#8211;</td>
</tr>
<tr>
<td width="19%">Cabletron</td>
<td width="27%">NB Series</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">inuvik49</td>
</tr>
<tr>
<td width="19%">Cabletron routers and switches</td>
<td width="27%">*</td>
<td width="20%">*</td>
<td width="19%">blank</td>
<td width="15%">blank</td>
</tr>
<tr>
<td width="19%">Cayman</td>
<td width="27%">3220-H DSL Router</td>
<td width="20%">GatorSurf 5.</td>
<td width="19%">Any</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">celerity</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Chase Research</td>
<td width="27%">Iolan+</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">iolan</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">Any Router and Switch</td>
<td width="20%">10 thru 12</td>
<td width="19%">cisco</td>
<td width="15%">cisco</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">ConfigMaker Software</td>
<td width="20%">any?</td>
<td width="19%">n/a</td>
<td width="15%">cmaker</td>
</tr>
<tr>
<td width="19%">CISCO</td>
<td width="27%">Network Registrar</td>
<td width="20%">3.0</td>
<td width="19%">ADMIN</td>
<td width="15%">changeme</td>
</tr>
<tr>
<td width="19%">CISCO</td>
<td width="27%">N/A</td>
<td width="20%">N/A</td>
<td width="19%">pixadmin</td>
<td width="15%">pixadmin</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">routers</td>
<td width="20%">Not sure&#8230;j</td>
<td width="19%">-</td>
<td width="15%">san-fran</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">VPN 3000 Concentrator</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">Net Ranger 2.2.1</td>
<td width="20%">Sol 5.6</td>
<td width="19%">root</td>
<td width="15%">attack</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">1600</td>
<td width="20%">12.05</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">1601</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">MGX</td>
<td width="20%">*</td>
<td width="19%">superuser</td>
<td width="15%">superuser</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">1601</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">any</td>
<td width="20%">aany IOS</td>
<td width="19%">no default login</td>
<td width="15%">no default password</td>
</tr>
<tr>
<td width="19%">CISCO</td>
<td width="27%">arrowpoint</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">2503</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Cisco</td>
<td width="27%">IDS (netranger)</td>
<td width="20%">-</td>
<td width="19%">root</td>
<td width="15%">attack</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">cisco</td>
<td width="27%">1600</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">CMOS BIOS</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">ESSEX or IPC</td>
</tr>
<tr>
<td width="19%">Cobalt</td>
<td width="27%">RaQ * Qube*</td>
<td width="20%">Any</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Com21</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Comersus Shopping Cart</td>
<td width="27%">3.2</td>
<td width="20%">Win 95/98/NT</td>
<td width="19%">admin</td>
<td width="15%">dmr99</td>
</tr>
<tr>
<td width="19%">Compaq</td>
<td width="27%">Insight Manager</td>
<td width="20%">-</td>
<td width="19%">Administrator</td>
<td width="15%">administrator</td>
</tr>
<tr>
<td width="19%">Compaq</td>
<td width="27%">Insight Manager</td>
<td width="20%">-</td>
<td width="19%">operator</td>
<td width="15%">operator</td>
</tr>
<tr>
<td width="19%">Compaq</td>
<td width="27%">Management Agents</td>
<td width="20%">All</td>
<td width="19%">administrator</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">compaq</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">copper mountain</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Coppercom</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Coyote-Point</td>
<td width="27%">Equaliser 4</td>
<td width="20%">Free BSD</td>
<td width="19%">eqadmin &#8211; Serial port only</td>
<td width="15%">equalizer</td>
</tr>
<tr>
<td width="19%">Coyote-Point</td>
<td width="27%">Equaliser 4</td>
<td width="20%">Free BSD</td>
<td width="19%">root &#8211; Serial port only</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Coyote-Point</td>
<td width="27%">Equaliser 4</td>
<td width="20%">Free BSD</td>
<td width="19%">look &#8211; Web Browser only (Read a</td>
<td width="15%">look</td>
</tr>
<tr>
<td width="19%">Coyote-Point</td>
<td width="27%">Equaliser 4</td>
<td width="20%">Free BSD</td>
<td width="19%">touch &#8211; Web Browser only (Write</td>
<td width="15%">touch</td>
</tr>
<tr>
<td width="19%">Cyclades</td>
<td width="27%">MP/RT</td>
<td width="20%">-</td>
<td width="19%">super</td>
<td width="15%">surt</td>
</tr>
<tr>
<td width="19%">D-Link</td>
<td width="27%">DI-704</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">D-Link</td>
<td width="27%">DI-701</td>
<td width="20%">2.22 (?)</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Dell</td>
<td width="27%">PowerVault 50F</td>
<td width="20%">WindRiver (E</td>
<td width="19%">root</td>
<td width="15%">calvin</td>
</tr>
<tr>
<td width="19%">Dell</td>
<td width="27%">PowerVault 35F</td>
<td width="20%">-</td>
<td width="19%">root</td>
<td width="15%">calvin</td>
</tr>
<tr>
<td width="19%">Dell</td>
<td width="27%">Powerapp Web 100 Linux</td>
<td width="20%">RedHat 6.2</td>
<td width="19%">root</td>
<td width="15%">powerapp</td>
</tr>
<tr>
<td width="19%">dell</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Digiboard</td>
<td width="27%">Portserver 8 &amp; 16</td>
<td width="20%">any</td>
<td width="19%">root</td>
<td width="15%">dbps</td>
</tr>
<tr>
<td width="19%">DLink</td>
<td width="27%">DI-206 ISDN router</td>
<td width="20%">1.*</td>
<td width="19%">Admin</td>
<td width="15%">Admin</td>
</tr>
<tr>
<td width="19%">Dlink</td>
<td width="27%">Dl-106 ISDN router</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">DLink</td>
<td width="27%">DL-701 Cable/DSL Gateway/Firewall</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">year2000</td>
</tr>
<tr>
<td width="19%">Dlink</td>
<td width="27%">DFE-538TX 10/100 Adapter</td>
<td width="20%">Windows 98</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">dlink</td>
<td width="27%">di704</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">DLink</td>
<td width="27%">DI 106</td>
<td width="20%">winnt</td>
<td width="19%">administrator</td>
<td width="15%">@*nigU^D.ha,;</td>
</tr>
<tr>
<td width="19%">Dupont Digital Water Proofer</td>
<td width="27%">Sun Sparc</td>
<td width="20%">any</td>
<td width="19%">root</td>
<td width="15%">par0t</td>
</tr>
<tr>
<td width="19%">eci</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Efficient</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Elron</td>
<td width="27%">Firewall</td>
<td width="20%">2.5c</td>
<td width="19%">hostname/ip address</td>
<td width="15%">sysadmin</td>
</tr>
<tr>
<td width="19%">emai</td>
<td width="27%">hotmail</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Ericsson</td>
<td width="27%">ACC</td>
<td width="20%">-</td>
<td width="19%">netman</td>
<td width="15%">netman</td>
</tr>
<tr>
<td width="19%">Ericsson (formerly ACC)</td>
<td width="27%">Any router</td>
<td width="20%">all</td>
<td width="19%">netman</td>
<td width="15%">netman</td>
</tr>
<tr>
<td width="19%">Extended Systems</td>
<td width="27%">ExtendNet 4000 / Firewall</td>
<td width="20%">all Versions</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Extended Systems</td>
<td width="27%">Print Servers</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">extendnet</td>
</tr>
<tr>
<td width="19%">Extreme</td>
<td width="27%">All Summits</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">extreme</td>
<td width="27%">black diamond</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Extreme</td>
<td width="27%">All</td>
<td width="20%">All</td>
<td width="19%">Admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Flowpoint</td>
<td width="27%">144, 2200 DSL Routers</td>
<td width="20%">ALL</td>
<td width="19%">-</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">FlowPoint</td>
<td width="27%">144, 2200 DSL Routers</td>
<td width="20%">ALL</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Flowpoint</td>
<td width="27%">2200</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">Serial Num</td>
</tr>
<tr>
<td width="19%">Flowpoint</td>
<td width="27%">2200</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">Serial Num</td>
</tr>
<tr>
<td width="19%">fore</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Fore Systems</td>
<td width="27%">ASX 1000/1200</td>
<td width="20%">6.x</td>
<td width="19%">ami</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Foundry Networks</td>
<td width="27%">ServerIronXL</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">fujitsu</td>
<td width="27%">l460</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Future Networks</td>
<td width="27%">FN 110C Docsis cablemodem</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">gatway</td>
<td width="27%">solo9100</td>
<td width="20%">win95</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">General Instruments</td>
<td width="27%">SB2100D Cable Modem</td>
<td width="20%">-</td>
<td width="19%">test</td>
<td width="15%">test</td>
</tr>
<tr>
<td width="19%">gonet</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">fast</td>
<td width="15%">abd234</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">HP Jetdirect (All Models)</td>
<td width="20%">Any</td>
<td width="19%">none</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">HELLO</td>
<td width="15%">MANAGER.SYS</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">HELLO</td>
<td width="15%">MGR.SYS</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">HELLO</td>
<td width="15%">FIELD.SUPPORT</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">MGR</td>
<td width="15%">CAROLIAN</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">MGR</td>
<td width="15%">CCC</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">OPERATOR</td>
<td width="15%">COGNOS</td>
</tr>
<tr>
<td width="19%">Hewlett Packard</td>
<td width="27%">MPE-XL</td>
<td width="20%">-</td>
<td width="19%">MANAGER</td>
<td width="15%">HPOFFICE</td>
</tr>
<tr>
<td width="19%">hp</td>
<td width="27%">4150</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">hp</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS/400</td>
<td width="20%">-</td>
<td width="19%">qsecofr</td>
<td width="15%">qsecofr</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS/400</td>
<td width="20%">-</td>
<td width="19%">qsysopr</td>
<td width="15%">qsysopr</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS/400</td>
<td width="20%">-</td>
<td width="19%">qpgmr</td>
<td width="15%">qpgmr</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">NetCommerce PRO</td>
<td width="20%">3.2</td>
<td width="19%">ncadmin</td>
<td width="15%">ncadmin</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">LAN Server / OS/2</td>
<td width="20%">2.1, 3.0, 4.</td>
<td width="19%">username</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">2210</td>
<td width="20%">RIP</td>
<td width="19%">def</td>
<td width="15%">trade</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">DB2</td>
<td width="20%">WinNT</td>
<td width="19%">db2admin</td>
<td width="15%">db2admin</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">Lotus Domino Go WebServer (net.commerce                          edition)</td>
<td width="20%">ANY ?</td>
<td width="19%">webadmin</td>
<td width="15%">webibm</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS400</td>
<td width="20%">Any</td>
<td width="19%">QSECOFR</td>
<td width="15%">QSECOFR</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">RS/6000</td>
<td width="20%">AIX</td>
<td width="19%">root</td>
<td width="15%">ibm</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">-</td>
<td width="20%">OS/400</td>
<td width="19%">QSECOFR</td>
<td width="15%">QSECOFR</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS400</td>
<td width="20%">-</td>
<td width="19%">QSRVBAS</td>
<td width="15%">QSRVBAS</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS400</td>
<td width="20%">-</td>
<td width="19%">QSRV</td>
<td width="15%">QSRV</td>
</tr>
<tr>
<td width="19%">ibm</td>
<td width="27%">as400</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS/400</td>
<td width="20%">OS/400</td>
<td width="19%">QUSER</td>
<td width="15%">QUSER</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AS/400</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">ra6000</td>
<td width="20%">AIX Unix</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">IBM</td>
<td width="27%">AIX</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Imperia Software</td>
<td width="27%">Imperia Content Managment System</td>
<td width="20%">Unix/NT</td>
<td width="19%">superuser</td>
<td width="15%">superuser</td>
</tr>
<tr>
<td width="19%">Intel</td>
<td width="27%">510T</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Intel</td>
<td width="27%">All Routers</td>
<td width="20%">All Versions</td>
<td width="19%">-</td>
<td width="15%">babbit</td>
</tr>
<tr>
<td width="19%">Intel</td>
<td width="27%">All Routers</td>
<td width="20%">All Versions</td>
<td width="19%">-</td>
<td width="15%">babbit</td>
</tr>
<tr>
<td width="19%">Intel</td>
<td width="27%">Intel PRO/Wireless 2011 Wireless LAN Access                          Point</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">Intel</td>
</tr>
<tr>
<td width="19%">Intel</td>
<td width="27%">wireless lan access Point</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">comcomcom</td>
</tr>
<tr>
<td width="19%">Ipswitch</td>
<td width="27%">Whats up Gold 6.0</td>
<td width="20%">Windows 9x a</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">janta sales</td>
<td width="27%">254</td>
<td width="20%">compaq</td>
<td width="19%">janta sales</td>
<td width="15%">janta211</td>
</tr>
<tr>
<td width="19%">janta sales</td>
<td width="27%">254</td>
<td width="20%">compaq</td>
<td width="19%">janta sales</td>
<td width="15%">janta211</td>
</tr>
<tr>
<td width="19%">Jetform</td>
<td width="27%">Jetform_design</td>
<td width="20%">-</td>
<td width="19%">Jetform</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Kawa</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">LANCAST</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Lantronix</td>
<td width="27%">LPS1-T Print Server</td>
<td width="20%">j11-16</td>
<td width="19%">any</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">Lantronix</td>
<td width="27%">MSS100, MSSVIA, UDS10</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">Lantronix</td>
<td width="27%">LSB4</td>
<td width="20%">any</td>
<td width="19%">any</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">Lantronix</td>
<td width="27%">Printer and terminalservers</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">LGIC</td>
<td width="27%">Goldstream</td>
<td width="20%">2.5.1</td>
<td width="19%">LR-ISDN</td>
<td width="15%">LR-ISDN</td>
</tr>
<tr>
<td width="19%">Linkou School</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">bill</td>
<td width="15%">bill</td>
</tr>
<tr>
<td width="19%">Linkou School</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">bill</td>
<td width="15%">bill</td>
</tr>
<tr>
<td width="19%">Linksys</td>
<td width="27%">Cable/DSL router</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Linksys</td>
<td width="27%">BEFSR7(1) OR (4)</td>
<td width="20%">Standalone R</td>
<td width="19%">blank</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">linksys</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Linksys</td>
<td width="27%">BEFSR41</td>
<td width="20%">-</td>
<td width="19%">(blank)</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Livingston</td>
<td width="27%">Livingston_portmaster2/3</td>
<td width="20%">-</td>
<td width="19%">!root</td>
<td width="15%">blank</td>
</tr>
<tr>
<td width="19%">Livingston</td>
<td width="27%">Livingston_officerouter</td>
<td width="20%">-</td>
<td width="19%">!root</td>
<td width="15%">blank</td>
</tr>
<tr>
<td width="19%">Lucent</td>
<td width="27%">Portmaster 2</td>
<td width="20%">-</td>
<td width="19%">!root</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">Lucent</td>
<td width="27%">Cajun Family</td>
<td width="20%">-</td>
<td width="19%">root</td>
<td width="15%">root</td>
</tr>
<tr>
<td width="19%">lucent</td>
<td width="27%">Portmaster 3</td>
<td width="20%">unknown</td>
<td width="19%">!root</td>
<td width="15%">!ishtar</td>
</tr>
<tr>
<td width="19%">Lucent</td>
<td width="27%">Packetstar (PSAX)</td>
<td width="20%">-</td>
<td width="19%">readwrite</td>
<td width="15%">lucenttech1</td>
</tr>
<tr>
<td width="19%">Lucent</td>
<td width="27%">AP-1000</td>
<td width="20%">-</td>
<td width="19%">public</td>
<td width="15%">public</td>
</tr>
<tr>
<td width="19%">lucent</td>
<td width="27%">dsl</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">lucent</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">macromedia</td>
<td width="27%">freehand</td>
<td width="20%">9</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">MacSense</td>
<td width="27%">X-Router Pro</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">mcafee</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">microcom</td>
<td width="27%">hdms</td>
<td width="20%">unknowen</td>
<td width="19%">system</td>
<td width="15%">hdms</td>
</tr>
<tr>
<td width="19%">Micron</td>
<td width="27%">-</td>
<td width="20%">bios</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microrouter (Cisco)</td>
<td width="27%">Any</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">letmein</td>
</tr>
<tr>
<td width="19%">Microrouter (Cisco)</td>
<td width="27%">Any</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">letmein</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Windows NT</td>
<td width="20%">All</td>
<td width="19%">Administrator</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Windows NT</td>
<td width="20%">All</td>
<td width="19%">Guest</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Windows NT</td>
<td width="20%">All</td>
<td width="19%">Mail</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">SQL Server</td>
<td width="20%">-</td>
<td width="19%">sa</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Windows NT</td>
<td width="20%">4.0</td>
<td width="19%">pkoolt</td>
<td width="15%">pkooltPS</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">NT</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">start</td>
</tr>
<tr>
<td width="19%">MICROSOFT</td>
<td width="27%">NT</td>
<td width="20%">4.0</td>
<td width="19%">free user</td>
<td width="15%">user</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Windows NT</td>
<td width="20%">4.0</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">MICROSOFT</td>
<td width="27%">NT</td>
<td width="20%">4.0</td>
<td width="19%">free user</td>
<td width="15%">user</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">microsoft</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Ms proxy 2.0</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">microsoft</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">mICROSOFT</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">Key Managment Server</td>
<td width="20%">Windows NT 4</td>
<td width="19%">-</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Microsoft</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Motorola</td>
<td width="27%">Motorola-Cablerouter</td>
<td width="20%">-</td>
<td width="19%">cablecom</td>
<td width="15%">router</td>
</tr>
<tr>
<td width="19%">Motorola</td>
<td width="27%">Motorola-Cablerouter</td>
<td width="20%">-</td>
<td width="19%">cablecom</td>
<td width="15%">router</td>
</tr>
<tr>
<td width="19%">motorola</td>
<td width="27%">cyber surfer</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">msdloto</td>
<td width="27%">msdloto</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">msdloto</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Multi-Tech</td>
<td width="27%">RASExpress Server</td>
<td width="20%">5.30a</td>
<td width="19%">guest</td>
<td width="15%">none</td>
</tr>
<tr>
<td width="19%">Nanoteq</td>
<td width="27%">NetSeq firewall</td>
<td width="20%">*</td>
<td width="19%">admin</td>
<td width="15%">NetSeq</td>
</tr>
<tr>
<td width="19%">NetApp</td>
<td width="27%">NetCache</td>
<td width="20%">any</td>
<td width="19%">admin</td>
<td width="15%">NetCache</td>
</tr>
<tr>
<td width="19%">Netgaer</td>
<td width="27%">RH328</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">RH348</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">ISDN-Router RH348</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">RT311</td>
<td width="20%">Any</td>
<td width="19%">Admin</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">RT314</td>
<td width="20%">Any</td>
<td width="19%">Admin</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">RT338</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Netgear</td>
<td width="27%">RT311/RT314</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">netgear</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">netlink</td>
<td width="27%">rt314</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Netopia</td>
<td width="27%">R7100</td>
<td width="20%">4.6.2</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Netopia</td>
<td width="27%">455</td>
<td width="20%">v3.1</td>
<td width="19%"></td>
<td width="15%"></td>
</tr>
<tr>
<td width="19%">Netscreen</td>
<td width="27%">NS-5, NS10, NS-100</td>
<td width="20%">2.0</td>
<td width="19%">netscreen</td>
<td width="15%">netscreen</td>
</tr>
<tr>
<td width="19%">NeXT</td>
<td width="27%">-</td>
<td width="20%">NeXTStep 3.3</td>
<td width="19%">me</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Nokia &#8211; Telecom NZ</td>
<td width="27%">M10</td>
<td width="20%">-</td>
<td width="19%">Telecom</td>
<td width="15%">Telecom</td>
</tr>
<tr>
<td width="19%">Nortel</td>
<td width="27%">Meridian 1 PBX</td>
<td width="20%">OS Release 2</td>
<td width="19%">0000</td>
<td width="15%">0000</td>
</tr>
<tr>
<td width="19%">Nortel</td>
<td width="27%">Contivity Extranet Switches</td>
<td width="20%">2.x</td>
<td width="19%">admin</td>
<td width="15%">setup</td>
</tr>
<tr>
<td width="19%">Nortel</td>
<td width="27%">Norstar Modular ICS</td>
<td width="20%">Any</td>
<td width="19%">**ADMIN (**23646)</td>
<td width="15%">ADMIN (23646)</td>
</tr>
<tr>
<td width="19%">Nortel</td>
<td width="27%">Norstar Modular ICS</td>
<td width="20%">Any</td>
<td width="19%">**CONFIG (266344)</td>
<td width="15%">CONFIG (266344)</td>
</tr>
<tr>
<td width="19%">Nortel Networks (Bay)</td>
<td width="27%">Instant Internet</td>
<td width="20%">Any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Northern Telecom(Nortel)</td>
<td width="27%">Meridian 1</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">m1link</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">guest</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">any</td>
<td width="19%">PRINT</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">LASER</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">HPLASER</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">PRINTER</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">LASERWRITER</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">POST</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">MAIL</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">GATEWAY</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">GATE</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">ROUTER</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">BACKUP</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Arcserve</td>
<td width="19%">CHEY_ARCHSVR</td>
<td width="15%">WONDERLAND</td>
</tr>
<tr>
<td width="19%">Novell</td>
<td width="27%">NetWare</td>
<td width="20%">Any</td>
<td width="19%">WINDOWS_PASSTHRU</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">novell</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">ODS</td>
<td width="27%">1094 IS Chassis</td>
<td width="20%">4.x</td>
<td width="19%">ods</td>
<td width="15%">ods</td>
</tr>
<tr>
<td width="19%">Optivision</td>
<td width="27%">Nac 3000 &amp; 4000</td>
<td width="20%">any</td>
<td width="19%">root</td>
<td width="15%">mpegvideo</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">8i</td>
<td width="20%">8.1.6</td>
<td width="19%">sys</td>
<td width="15%">change_on_install</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">Internet Directory Service</td>
<td width="20%">any</td>
<td width="19%">cn=orcladmin</td>
<td width="15%">welcome</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">7 or later</td>
<td width="20%">-</td>
<td width="19%">system</td>
<td width="15%">manager</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">7 or later</td>
<td width="20%">-</td>
<td width="19%">sys</td>
<td width="15%">change_on_install</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">7 or later</td>
<td width="20%">Any</td>
<td width="19%">Scott</td>
<td width="15%">Tiger</td>
</tr>
<tr>
<td width="19%">Oracle</td>
<td width="27%">8i</td>
<td width="20%">all</td>
<td width="19%">internal</td>
<td width="15%">oracle</td>
</tr>
<tr>
<td width="19%">oracle</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">oracle</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">oracle co.</td>
<td width="27%">Database engines</td>
<td width="20%">every</td>
<td width="19%">sys</td>
<td width="15%">change_on_install</td>
</tr>
<tr>
<td width="19%">Osicom(Datacom)</td>
<td width="27%">Osicom(Datacom)</td>
<td width="20%">-</td>
<td width="19%">sysadm</td>
<td width="15%">sysadm</td>
</tr>
<tr>
<td width="19%">Pandatel</td>
<td width="27%">EMUX</td>
<td width="20%">all</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">PlainTree</td>
<td width="27%">Waveswitch 100</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">default.password</td>
</tr>
<tr>
<td width="19%">RapidStream</td>
<td width="27%">RS4000-RS8000</td>
<td width="20%">Linux</td>
<td width="19%">rsadmin</td>
<td width="15%">rsadmin</td>
</tr>
<tr>
<td width="19%">realtek</td>
<td width="27%">8139</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Remedy</td>
<td width="27%">Any</td>
<td width="20%">Any</td>
<td width="19%">Demo</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Research Machines</td>
<td width="27%">Classroom Assistant</td>
<td width="20%">Windows 95</td>
<td width="19%">manager</td>
<td width="15%">changeme</td>
</tr>
<tr>
<td width="19%">Rodopi</td>
<td width="27%">Rodopi billing software &#8216;AbacBill&#8217; sql database</td>
<td width="20%">-</td>
<td width="19%">rodopi</td>
<td width="15%">rodopi</td>
</tr>
<tr>
<td width="19%">Samba</td>
<td width="27%">SWAT Package</td>
<td width="20%">Linux</td>
<td width="19%">Any Local User</td>
<td width="15%">Local User password</td>
</tr>
<tr>
<td width="19%">schoolgirl</td>
<td width="27%">member</td>
<td width="20%">-</td>
<td width="19%">ich</td>
<td width="15%">hci</td>
</tr>
<tr>
<td width="19%">Securicor3NET</td>
<td width="27%">Monet</td>
<td width="20%">any</td>
<td width="19%">manager</td>
<td width="15%">friend</td>
</tr>
<tr>
<td width="19%">Securicor3NET</td>
<td width="27%">Cezzanne</td>
<td width="20%">any</td>
<td width="19%">manager</td>
<td width="15%">friend</td>
</tr>
<tr>
<td width="19%">SGI</td>
<td width="27%">all</td>
<td width="20%">all</td>
<td width="19%">root</td>
<td width="15%">n/a</td>
</tr>
<tr>
<td width="19%">SGI</td>
<td width="27%">Embedded Support Partner</td>
<td width="20%">IRIX 6.5.6</td>
<td width="19%">Administrator</td>
<td width="15%">Partner</td>
</tr>
<tr>
<td width="19%">SGI</td>
<td width="27%">IRIX</td>
<td width="20%">ALL</td>
<td width="19%">lp</td>
<td width="15%">lp</td>
</tr>
<tr>
<td width="19%">SGI</td>
<td width="27%">IRIX</td>
<td width="20%">ALL</td>
<td width="19%">OutOfBox, demos, guest, 4DGifts</td>
<td width="15%">(none by default)</td>
</tr>
<tr>
<td width="19%">SGI</td>
<td width="27%">IRIX</td>
<td width="20%">ALL</td>
<td width="19%">EZsetup</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Shiva</td>
<td width="27%">LanRover</td>
<td width="20%">any?</td>
<td width="19%">root</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Shiva</td>
<td width="27%">AccessPort</td>
<td width="20%">Any</td>
<td width="19%">hello</td>
<td width="15%">hello</td>
</tr>
<tr>
<td width="19%">Shiva</td>
<td width="27%">Any?</td>
<td width="20%">-</td>
<td width="19%">Guest</td>
<td width="15%">blank</td>
</tr>
<tr>
<td width="19%">SMC</td>
<td width="27%">Barricade</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">soho</td>
<td width="27%">nbg800</td>
<td width="20%">unknown</td>
<td width="19%">admin</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Solaris</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">sonic wall</td>
<td width="27%">any firewall device</td>
<td width="20%">admin</td>
<td width="19%">password</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">SonicWall</td>
<td width="27%">Any Firewall Device</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">SpeedStream</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Spider Systems</td>
<td width="27%">M250 / M250L</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">hello</td>
</tr>
<tr>
<td width="19%">Sprint PCS</td>
<td width="27%">SCH2000</td>
<td width="20%">see notes</td>
<td width="19%">Menu &#8211; 8 &#8211; 0 (see notes)</td>
<td width="15%">040793</td>
</tr>
<tr>
<td width="19%">Ssangyoung</td>
<td width="27%">SR2501</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">2501</td>
</tr>
<tr>
<td width="19%">Sun</td>
<td width="27%">-</td>
<td width="20%">SunOS 4.1.4</td>
<td width="19%">root</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Sun</td>
<td width="27%">-</td>
<td width="20%">Solaris</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">surecom</td>
<td width="27%">ep3501/3506</td>
<td width="20%">own os</td>
<td width="19%">admin</td>
<td width="15%">surecom</td>
</tr>
<tr>
<td width="19%">Symnatec</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">SysKonnect</td>
<td width="27%">6616</td>
<td width="20%">-</td>
<td width="19%">default.password</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">SysKonnect</td>
<td width="27%">6616</td>
<td width="20%">-</td>
<td width="19%">default.password</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Tekelec</td>
<td width="27%">Eagle STP</td>
<td width="20%">-</td>
<td width="19%">eagle</td>
<td width="15%">eagle</td>
</tr>
<tr>
<td width="19%">Telebit</td>
<td width="27%">netblazer 3.*</td>
<td width="20%">-</td>
<td width="19%">setup/snmp</td>
<td width="15%">setup/nopasswd</td>
</tr>
<tr>
<td width="19%">Terayon</td>
<td width="27%">TeraLink Getaway</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Terayon</td>
<td width="27%">TeraLink 1000 Controller</td>
<td width="20%">-</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Terayon</td>
<td width="27%">TeraLink 1000 Controller</td>
<td width="20%">-</td>
<td width="19%">user</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Terayon</td>
<td width="27%">TeraLink Getaway</td>
<td width="20%">-</td>
<td width="19%">user</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">terayon</td>
<td width="27%">-</td>
<td width="20%">6.29</td>
<td width="19%">admin</td>
<td width="15%">nms</td>
</tr>
<tr>
<td width="19%">Terrayon</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Titbas</td>
<td width="27%">-</td>
<td width="20%">SCO</td>
<td width="19%">haasadm</td>
<td width="15%">lucy99</td>
</tr>
<tr>
<td width="19%">TopLayer</td>
<td width="27%">AppSwitch 2500</td>
<td width="20%">Any</td>
<td width="19%">siteadmin</td>
<td width="15%">toplayer</td>
</tr>
<tr>
<td width="19%">Toshiba</td>
<td width="27%">TR-650</td>
<td width="20%">V2.01.00</td>
<td width="19%">admin</td>
<td width="15%">tr650</td>
</tr>
<tr>
<td width="19%">toshiba</td>
<td width="27%">480cdt</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">toshiba</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">TrendMicro</td>
<td width="27%">ISVW (VirusWall)</td>
<td width="20%">any</td>
<td width="19%">admin</td>
<td width="15%">admin</td>
</tr>
<tr>
<td width="19%">Trintech</td>
<td width="27%">eAcquirer App/Data Servers</td>
<td width="20%">-</td>
<td width="19%">t3admin</td>
<td width="15%">Trintech</td>
</tr>
<tr>
<td width="19%">Ullu ka pattha</td>
<td width="27%">Gand mara</td>
<td width="20%">Gandoo</td>
<td width="19%">Bhosda</td>
<td width="15%">Lund</td>
</tr>
<tr>
<td width="19%">USR</td>
<td width="27%">TOTALswitch</td>
<td width="20%">Any</td>
<td width="19%">none</td>
<td width="15%">amber</td>
</tr>
<tr>
<td width="19%">Vina Technologies</td>
<td width="27%">ConnectReach</td>
<td width="20%">3.6.2</td>
<td width="19%">(none)</td>
<td width="15%">(none)</td>
</tr>
<tr>
<td width="19%">voy</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">WatchGuard</td>
<td width="27%">FireBox</td>
<td width="20%">3-4.6</td>
<td width="19%">-</td>
<td width="15%">wg (touch password)</td>
</tr>
<tr>
<td width="19%">Webmin</td>
<td width="27%">Webmin</td>
<td width="20%">Any Unix/Lin</td>
<td width="19%">admin</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Webramp</td>
<td width="27%">410i etc&#8230;</td>
<td width="20%">-</td>
<td width="19%">wradmin</td>
<td width="15%">trancell</td>
</tr>
<tr>
<td width="19%">Win2000</td>
<td width="27%">Quick Time 4.0</td>
<td width="20%">Englisch</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Windows 98 se</td>
<td width="27%">98 se</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Wireless Inc.</td>
<td width="27%">WaveNet 2458</td>
<td width="20%">n/a</td>
<td width="19%">root</td>
<td width="15%">rootpass</td>
</tr>
<tr>
<td width="19%">Xylan</td>
<td width="27%">Omnistack 1032CF</td>
<td width="20%">3.2.8</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Xylan</td>
<td width="27%">Omnistack 4024</td>
<td width="20%">3.4.9</td>
<td width="19%">admin</td>
<td width="15%">password</td>
</tr>
<tr>
<td width="19%">Xylan</td>
<td width="27%">Omniswitch</td>
<td width="20%">3.1.8</td>
<td width="19%">admin</td>
<td width="15%">switch</td>
</tr>
<tr>
<td width="19%">xyplex</td>
<td width="27%">mx-16xx</td>
<td width="20%">-</td>
<td width="19%">setpriv</td>
<td width="15%">system</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">ISDN-Router Prestige 1000</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">zyxel</td>
<td width="27%">prestige 300 series</td>
<td width="20%">zynos 2.*</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">ISDN Router Prestige 100IH</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">prestige 300 series</td>
<td width="20%">any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">prestige 600 series</td>
<td width="20%">any</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">ZYXEL</td>
<td width="27%">641 ADSL</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">prestige 128 modem-router</td>
<td width="20%">any</td>
<td width="19%">-</td>
<td width="15%">1234</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">ISDN-Router Prestige 1000</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">Zyxel</td>
<td width="27%">ISDN-Router Prestige 1000</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
<tr>
<td width="19%">zyxel</td>
<td width="27%">-</td>
<td width="20%">-</td>
<td width="19%">-</td>
<td width="15%">-</td>
</tr>
</tbody>
</table>
<p>Source: <a href="http://www.governmentsecurity.org/articles/DefaultLoginsandPasswordsforNetworkedDevices.php" target="_blank">GovernmentSecurity.org</a></p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/8749f_pixy.gif?x-id=267ad596-f4de-44aa-aff7-ca0775e76a44" alt=" Default Logins and Passwords for Networked Devices" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=Ut7sv4"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/8749f_Paulspoerrycom?i=Ut7sv4" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=psnqFK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/8749f_Paulspoerrycom?i=psnqFK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=vJAPQK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ab800_Paulspoerrycom?i=vJAPQK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=u7bLYk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ab800_Paulspoerrycom?i=u7bLYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=ZfP78K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ab800_Paulspoerrycom?i=ZfP78K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=NgmHHk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ab800_Paulspoerrycom?i=NgmHHk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=PzuaRK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74115_Paulspoerrycom?i=PzuaRK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=Bj6rAK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74115_Paulspoerrycom?i=Bj6rAK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=IeqLvk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74115_Paulspoerrycom?i=IeqLvk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/">Default Logins and Passwords for Networked Devices</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/23/default-logins-and-passwords-for-networked-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Cr3w wins America’s Best Dance Crew</title>
		<link>http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/</link>
		<comments>http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 12:29:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/</guid>
		<description><![CDATA[Super Crew takes the crown as America&#8217;s Best Dance Crew on MTV&#8217;s show of the same name.
From the beginning I knew these guys HAD to take it, oddly enough they were up for elimination several times. Ultimately, their skill could not be matched. These guys are incredible B-boys.
Bio: Super Cr3w is a conglomerate of b-boys [...]<p><a href="http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/">Super Cr3w wins America’s Best Dance Crew</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mtv.com/ontv/dyn/dance_crew/crews.jhtml?crew=super_crew" target="_blank"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/174be_super-win-2.jpg" alt="super-win-2 Super Cr3w wins Americas Best Dance Crew" width="400" height="300" /></a>Super Crew takes the crown as America&#8217;s Best Dance Crew on MTV&#8217;s show of the same name.</p>
<p>From the beginning I knew these guys HAD to take it, oddly enough they were up for elimination several times. Ultimately, their skill could not be matched. These guys are incredible B-boys.</p>
<p><a href="http://www.mtv.com/ontv/dyn/dance_crew/crews.jhtml?crew=super_crew" target="_blank">Bio:</a> <a title="Super Cr3w" rel="homepage" href="http://www.myspace.com/supercrewbboys">Super Cr3w</a> is a conglomerate of b-boys from three West Coast dance crews &#8212; Full Force, Battle Monkeys and Knucklehead Zoo &#8212; who battled each other eight years ago and have been friends ever since. Heading into <em>America&#8217;s Best Dance Crew 2</em>, members Ronnie Rey, Do-Knock, Abenamar Honrubia, Rockadile, Alex Murda and Vex are ready to do battle and obliterate the competition.</p>
<p>But what exactly makes this crew so super? Well, for starters, they have traveled the world showing off their skills, having won countless competitions together and as solo dancers.</p>
<p><span></span><br />
Despite the fact that he had heart surgery when he was 4 years old, Ronnie Rey came in first at <a title="Red Bull BC One" rel="homepage" href="http://www.redbullbcone.com/">Red Bull BC One</a> World Championship in Johannesburg, South Africa. Do-Knock appeared on <em>Star Search</em> &#8212; and won! &#8212; while Abenamar Honrubia won Battle of the Year in 2005 and 2006.</p>
<p>But their individual accomplishments don&#8217;t stop there. Rockadile has won a whopping 35 competitions, including Underdog 3, What Lies Beneath, Who Runs the Deuce and Break It Down. Alex Murda was the IBE (Holland) one-on-one champion and the City Vs. City (Chicago) one-on-one champion. Meanwhile, racking up kudos of his own, Vex has no trouble keeping up with his counterparts and expressing himself onstage.</p>
<p>After watching their friends <a title="JabbaWockeeZ" rel="homepage" href="http://www.jabbawockeez.com">JabbaWockeeZ</a> win season 1 of <em>America&#8217;s Best Dance Crew</em>, Super Cr3w decided to throw their hat in the ring. They think their versatility, unique brand of b-boy flavor and individual expertise gives them a leg up on the competition. As Ronnie Rey puts it, they&#8217;re shooting to be &#8220;bigger than the Backstreet Boys!&#8221;</p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e789d_pixy.gif?x-id=3c1c4f65-4f86-48c7-bbf7-ad83bcf6501b" alt=" Super Cr3w wins Americas Best Dance Crew" /></div>
<div>
<div><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div></div>
<div></div>
<div><a target="_blank" href="http://downthisvideo.com/?url=http://www.youtube.com/watch?v=TZTqBXNTTVs">Download!</a></div>
</div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=W7A6Ma"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e789d_Paulspoerrycom?i=W7A6Ma" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=0AyPeK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e789d_Paulspoerrycom?i=0AyPeK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=rtWKaK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ebf12_Paulspoerrycom?i=rtWKaK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=blI1qk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/1e335_Paulspoerrycom?i=blI1qk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=OBvubK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/1e335_Paulspoerrycom?i=OBvubK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=AeUHUk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6a19e_Paulspoerrycom?i=AeUHUk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=mOKpDK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6a19e_Paulspoerrycom?i=mOKpDK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=5f3jxK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6a19e_Paulspoerrycom?i=5f3jxK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=ZGzCdk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/3212a_Paulspoerrycom?i=ZGzCdk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/">Super Cr3w wins America’s Best Dance Crew</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/22/super-cr3w-wins-america%e2%80%99s-best-dance-crew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Amazing Free Wordpress Themes</title>
		<link>http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/</link>
		<comments>http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 13:35:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/</guid>
		<description><![CDATA[SmashingApps comes up with an awesome list of 21 Mindblowing Premium-Like Free Wordpress Themes.
This is quite impressive and covers an array of different layout styles. From the site:
This is not the long list with all the available wordpress themes on the internet but its an exclusive collection of free wordpress themes which are not less [...]<p><a href="http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/">21 Amazing Free Wordpress Themes</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p>SmashingApps comes up with an awesome list of <a title="21 Mindblowing Premium-Like Free Wordpress Themes" href="http://www.smashingapps.com/2008/08/20/21-mindblowing-premium-like-free-wordpress-themes.html">21 Mindblowing Premium-Like Free Wordpress Themes.</a></p>
<p>This is quite impressive and covers an array of different layout styles. From the site:</p>
<blockquote><p>This is not the long list with all the available wordpress themes on the internet but its an exclusive collection of free wordpress themes which are not less than premium themes and you may consider any of these themes as per your need before going to purchase any paid premium theme.</p>
</blockquote>
<p><span></span></p>
<p>Below are screenshot of some I found the most impressive looking. Be sure to visit SmashingApps for the full list, descriptions, and breakdown.</p>
<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74dfb_wordpress-theme-mimbo-magazine.jpg" alt="wordpress-theme-mimbo-magazine 21 Amazing Free Wordpress Themes" width="500" height="292" /></p>
<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74dfb_the-unstandard-wordpress-theme.jpg" alt="the-unstandard-wordpress-theme 21 Amazing Free Wordpress Themes" width="500" height="278" /></p>
<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74dfb_bluegrey-wordpress-theme.jpg" alt="bluegrey-wordpress-theme 21 Amazing Free Wordpress Themes" width="500" height="351" /></p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74dfb_pixy.gif?x-id=540f2c77-a1ff-4c20-ad45-7741f8d533b5" alt=" 21 Amazing Free Wordpress Themes" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=z2oMib"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/74dfb_Paulspoerrycom?i=z2oMib" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=nj7I9K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/d8bc0_Paulspoerrycom?i=nj7I9K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=OSk6wK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/d8bc0_Paulspoerrycom?i=OSk6wK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=L2iqFk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/d8bc0_Paulspoerrycom?i=L2iqFk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=oveqCK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ecc8e_Paulspoerrycom?i=oveqCK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=x3Dwok"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ecc8e_Paulspoerrycom?i=x3Dwok" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=sw05NK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/ecc8e_Paulspoerrycom?i=sw05NK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=yHIrHK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/2ce7b_Paulspoerrycom?i=yHIrHK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=99RG6k"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/2ce7b_Paulspoerrycom?i=99RG6k" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/">21 Amazing Free Wordpress Themes</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/21/21-amazing-free-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Labs Speed Launch &#8211; Quick Launch Application</title>
		<link>http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/</link>
		<comments>http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 13:24:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Tips]]></category>

		<guid isPermaLink="false">http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/</guid>
		<description><![CDATA[Microsoft Office Labs releases the first community prototype from Office Labs: Speed Launch. Community prototypes are projects Microsoft employees work on in their spare time. The goal of Speed Launch is to provide lightning quick access to all the documents, files, and websites you use often. It runs on either XP or Vista, but note [...]<p><a href="http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/">Microsoft Labs Speed Launch &#8211; Quick Launch Application</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84e06_speedLaunchSplash.bmp" alt="speedLaunchSplash Microsoft Labs Speed Launch - Quick Launch Application" width="392" height="192" />Microsoft Office Labs releases the first community prototype from Office Labs: <a href="http://www.officelabs.com/projects/speedlaunch/Pages/default.aspx" target="_blank">Speed Launch</a>. Community prototypes are projects Microsoft employees work on in their spare time. The goal of Speed Launch is to provide lightning quick access to all the documents, files, and websites you use often. It runs on either <a title="Windows XP" rel="homepage" href="http://www.microsoft.com/windows/products/windowsxp/">XP</a> or <a title="Windows Vista" rel="homepage" href="http://www.microsoft.com/vista">Vista</a>, but note that it requires <a title=".NET Framework" rel="homepage" href="http://www.microsoft.com/net/">.NET Framework 3.0</a>.</p>
<p><span></span></p>
<p>Rather than try and index everything on your computer like <a href="http://www.launchy.net/">Launchy</a> or the Vista Search box, this application lets you add exactly what you want in the list, and even lets you assign an item to launch multiple applications, documents or websites at once.</p>
<p>Your mileage on an application like this may vary. There are other applications like <a title="Stardock" rel="homepage" href="http://www.stardock.com/">StarDock</a> <a title="Object Desktop" rel="homepage" href="http://www.objectdesktop.net/">ObjectBar</a> that have similar functionality. I personally see little use for this app when compared to Launch or the <a title="Start menu" rel="wikipedia" href="http://en.wikipedia.org/wiki/Start_menu">Start Menu</a> Search box in Vista. Still, it may be just what some of you are looking for&#8230; feel free to give it a whirl.</p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/84e06_SpeedLaunchLauncherII.jpg" alt="Speed Launch’s Launcher. To get this you can hit the ”Windows Key + C” or double click the bull’s-eye. The text field has autocomplete so it’s very quick to get to shortcuts even with long names. " width="479" height="395" />
<p>Speed Launch’s Launcher. To get this you can hit the ”Windows Key + C” or double click the bull’s-eye. The text field has autocomplete so it’s very quick to get to shortcuts even with long names. </p>
</div>
<div><img src="http://www.paulspoerry.com/wp-content/uploads/officelabs.com/projects/speedlaunch/PublishingImages/SpeedLaunch%20Context%20Menu.jpg" alt="This is the context menu on Speed Launch where you can find more advanced functionality." width="498" height="365" />
<p>This is the context menu on Speed Launch where you can find more advanced functionality.</p>
</div>
<p>More info:</p>
<p><a href="http://www.officelabs.com/projects/speedlaunch/Pages/default.aspx" target="_blank">Microsoft Office Labs</a> &#8211; Speed Launch site (download here)</p>
<p><a href="http://www.howtogeek.com/howto/windows-vista/launch-shortcuts-quickly-with-microsoft-speed-launch/" target="_blank">How to Geek</a> &#8211; full review</p>
<div><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/f4bd2_pixy.gif?x-id=fdb704fb-0641-43cb-87d3-1d40283cb54e" alt=" Microsoft Labs Speed Launch - Quick Launch Application" /></div>
<p><a href="http://feeds.feedburner.com/~a/Paulspoerrycom?a=nfVj3t"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e6063_Paulspoerrycom?i=nfVj3t" border="0"></img></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=r4vlhK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e6063_Paulspoerrycom?i=r4vlhK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=aCN0RK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/e6063_Paulspoerrycom?i=aCN0RK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=DfM2tk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6218f_Paulspoerrycom?i=DfM2tk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=wILa2K"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6218f_Paulspoerrycom?i=wILa2K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=LMX1hk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/6218f_Paulspoerrycom?i=LMX1hk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=iYK1UK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/70a7e_Paulspoerrycom?i=iYK1UK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=jfSkLK"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/70a7e_Paulspoerrycom?i=jfSkLK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Paulspoerrycom?a=yhYITk"><img src="http://www.studenttechnews.net/wp-content/plugins/wp-o-matic/cache/70a7e_Paulspoerrycom?i=yhYITk" border="0"></img></a>
</div>
<p><a href="http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/">Microsoft Labs Speed Launch &#8211; Quick Launch Application</a> is a post from: <a href="http://www.studenttechnews.net">Student Tech News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studenttechnews.net/2008/08/21/microsoft-labs-speed-launch-quick-launch-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
