<?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"
	>

<channel>
	<title>Infinity Exists</title>
	<atom:link href="http://infinityexists.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://infinityexists.com</link>
	<description>Geek How-to's</description>
	<pubDate>Thu, 04 Sep 2008 16:02:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Underground - Combine Files</title>
		<link>http://infinityexists.com/2008/09/04/underground-combine-files/</link>
		<comments>http://infinityexists.com/2008/09/04/underground-combine-files/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:58:38 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=124</guid>
		<description><![CDATA[In this Underground video, Crash Overron demonstrates how to hide a RAR file inside an Image file.  He does this by utilizing a binary combine which basically concatenates the two files together.  To accomplish this in windows use the command:
copy /B [File1 (Image)] + [File2 (RAR)] [Destination File (Image)]
The resulting file can still [...]]]></description>
			<content:encoded><![CDATA[In this Underground video, Crash Overron demonstrates how to hide a RAR file inside an Image file.  He does this by utilizing a binary combine which basically concatenates the two files together.  To accomplish this in windows use the command:
<br /><strong><em>copy /B [File1 (Image)] + [File2 (RAR)] [Destination File (Image)]</em></strong><br />
The resulting file can still be view as an image, and the RAR file can still be unpacked.  Not only, can this trick be used as a simple type of steganography, but also, it can be used in certain situations to exploit a flaw in a website.  If a website has a Local File Inclusion (LFI) flaw and allows users to upload images, an attacker can inject PHP code into the website by using this technique to combine an Image file with a PHP file.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2006%20-%20Combine%20Files.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground6/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Underground%2006%20-%20Combine%20Files.avi">Here</a><br /><br />

If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/09/04/underground-combine-files/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Underground%2006%20-%20Combine%20Files.avi" length="18603008" type="video/x-msvideo" />
		</item>
		<item>
		<title>Episode 21 - XSS Tunnel</title>
		<link>http://infinityexists.com/2008/08/22/episode-21-xss-tunnel/</link>
		<comments>http://infinityexists.com/2008/08/22/episode-21-xss-tunnel/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:10:46 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=117</guid>
		<description><![CDATA[XSS Shell is a cross-site scripting backdoor into the victim&#8217;s browser which enables an attacker to issue commands and receive responses.  During a normal XSS attack an attacker only has one chance to control a victim&#8217;s browser; however, the XSS Shell keeps the connection between the attacker and the victim open to allow the [...]]]></description>
			<content:encoded><![CDATA[XSS Shell is a cross-site scripting backdoor into the victim&#8217;s browser which enables an attacker to issue commands and receive responses.  During a normal XSS attack an attacker only has one chance to control a victim&#8217;s browser; however, the XSS Shell keeps the connection between the attacker and the victim open to allow the attacker to continuously manipulate the victim&#8217;s browser.  XSS Shell works by setting up an XSS Channel, an AJAX application embedded into the victim&#8217;s browser, that can obtain commands and send back responses.  To enable the XSS Shell an attacker needs to inject the XSS Shell’s Javascript reference by utilizing a XSS flaw on a website.  Once the victim&#8217;s browser is infected with the XSS Shell and the XSS Channel is created, the attacker can issue instructions to the infected browser.  Also, the Attacker can use a XSS Tunnel to transfer HTTP traffic through the XSS Channel and the victim&#8217;s browser; in turn, exploiting the victim&#8217;s credentials to bypass authentications and IP Restrictions.  The XSS Tunnel is a HTTP Proxy that sits on an attacker’s computer, and any tool that is configured to use it will tunnel its traffic through the XSS Channel.
<br /><br />
Live Stream <a href="http://infinityexists.com/videos/episode21/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Ep.%2021%20-%20Xss%20Tunnel.avi">Here</a>
<br /><br />
<a href="http://www.portcullis-security.com/tools/free/xssshell-xsstunnell.zip">Download XSS Shell and Tunnel</a>]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/08/22/episode-21-xss-tunnel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Underground - Password Phishing</title>
		<link>http://infinityexists.com/2008/08/12/underground-password-phishing/</link>
		<comments>http://infinityexists.com/2008/08/12/underground-password-phishing/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:46:24 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=115</guid>
		<description><![CDATA[Phishing is a method of obtaining sensitive information such as usernames and passwords by pretending to be a trusted website.  Tehdead shows us a variety of password phishing techniques that enable an attacker to trick a user into giving up their login information.  The first step is to create a fake login identical to the [...]]]></description>
			<content:encoded><![CDATA[Phishing is a method of obtaining sensitive information such as usernames and passwords by pretending to be a trusted website.  Tehdead shows us a variety of password phishing techniques that enable an attacker to trick a user into giving up their login information.  The first step is to create a fake login identical to the login on the trusted website.  In order to not raise suspicion, Tehdead explains two methods to capture the victim&#8217;s password and then transfer them to the real website.  One method is to sumbit the information to a php page that is disguised as a pop-up advertisment, and the other is to send the username and password to a simular php page that is contained in an iframe.  Lastly, Tehdead describes how to use link manipulation with BBcode to social engineer a victim into going to the fraudulent website.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2005%20-%20Password%20Phishing.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground5/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Underground%2005%20-%20Password%20Phishing.avi">Here</a>
<br /><br />
If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/08/12/underground-password-phishing/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Underground%2005%20-%20Password%20Phishing.avi" length="66487296" type="video/x-msvideo" />
		</item>
		<item>
		<title>Beer Pong Table</title>
		<link>http://infinityexists.com/2008/08/08/beer-pong-table/</link>
		<comments>http://infinityexists.com/2008/08/08/beer-pong-table/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 05:20:54 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Vblog]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=113</guid>
		<description><![CDATA[The last few days I&#8217;ve been helping my friend Charlie construct his Illinois State University (ISU) Beer Pong Table.  The legs and supports of the table are made from his roommate Brandon&#8217;s hockey sticks, and the table top is made of plywood with a 1/8&#8243; sheet of Acrylic on top.  Our friend Tyler [...]]]></description>
			<content:encoded><![CDATA[The last few days I&#8217;ve been helping my friend Charlie construct his Illinois State University (ISU) Beer Pong Table.  The legs and supports of the table are made from his roommate Brandon&#8217;s hockey sticks, and the table top is made of plywood with a 1/8&#8243; sheet of Acrylic on top.  Our friend Tyler etched ISU&#8217;s mascot, Red Bird, into the Acrylic; it was done free-hand with a dremel (<a href="http://infinityexists.com/pictures/ISU_Redbird.JPG">Compare his etching to image</a>).  Tyler also did the text on the table: &#8220;ISU&#8221; and &#8221; What you call Addiction &#8230; We call Dedication&#8221;.  I did the LED array and the wiring; when the LEDs are lit, the light catches the etching in the acrylic.  The LED controller I made allows you to switch between the LEDs being constantly on or controlled by an audio input.  However, the LEDs we used are only lit at a specific voltage, so it doesn&#8217;t work very well.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Vblog%20-%20Beer%20Pong%20Table.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/beer-pong-table/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Vblog%20-%20Beer%20Pong%20Table.avi">Here</a><br />
<a href="http://www.reconnsworld.com/audio/simplepreamp.gif">Pre-Amp Schematic</a>]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/08/08/beer-pong-table/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Vblog%20-%20Beer%20Pong%20Table.avi" length="146105856" type="video/x-msvideo" />
		</item>
		<item>
		<title>Underground - Windows SMB Relay Exploit</title>
		<link>http://infinityexists.com/2008/08/05/underground-windows-smb-relay-exploit/</link>
		<comments>http://infinityexists.com/2008/08/05/underground-windows-smb-relay-exploit/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 02:47:51 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=111</guid>
		<description><![CDATA[In this Underground video, Overide demonstrates how to obtain root access on a fully patched Windows XP SP3 Machine.  He exploits a flaw in Windows Server Message Block (SMB) which is used to provide shared access to files between hosts on a network.  Overide utilizes the Metasploits Framework to run the exploit.  [...]]]></description>
			<content:encoded><![CDATA[In this Underground video, Overide demonstrates how to obtain root access on a fully patched Windows XP SP3 Machine.  He exploits a flaw in Windows Server Message Block (SMB) which is used to provide shared access to files between hosts on a network.  Overide utilizes the Metasploits Framework to run the exploit.  It works by relaying a SMB authentication request to another host which provides Metasploit with a authenticated SMB session, and if the user is an administrator, Metasploits will be able to execute code on the target computer such as a reverse shell.  For this exploit to run, the target computer must try to authenticate to Metasploit.  Overide forces the target computer to perform a SMB authentication attempt by using a Ettercap Filter.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2004%20-%20Windows%20SMB%20Relay%20Exploit.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground4/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Underground%2004%20-%20Windows%20SMB%20Relay%20Exploit.avi">Here</a><br />
Download Ettercap Filter <a href="http://infinityexists.com/downloads/SMB%20Relay%20Filters.filter">Here</a>
<br /><br />
For more information on the Metasploit Framework and Ettercap Filters check out <a href="http://infinityexists.com/2007/12/26/video-archive-exploit-hacking/">Video Archive - Exploit Hacking</a>, <a href="http://infinityexists.com/2008/07/20/underground-metasploit-autopwn/">Underground - Metasploit Autopwn</a>, and <a href="http://infinityexists.com/2008/08/03/episode-20-ettercap/">Episode 20 - Ettercap</a>.
<br /><br />
If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/08/05/underground-windows-smb-relay-exploit/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Underground%2004%20-%20Windows%20SMB%20Relay%20Exploit.avi" length="30451712" type="video/x-msvideo" />
		</item>
		<item>
		<title>Episode 20 - Ettercap</title>
		<link>http://infinityexists.com/2008/08/03/episode-20-ettercap/</link>
		<comments>http://infinityexists.com/2008/08/03/episode-20-ettercap/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 23:04:42 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=109</guid>
		<description><![CDATA[For this episode of Full Disclosure, we illustrate the many features of Ettercap.  Ettercap is a program designed to sniff passwords on a LAN.  It can recognize several different packets that contain passwords including Http, Telnet, Ftp, Pop, Rlogin, SSH1, ICQ, SMB, MySql, NNTP, X11, IRC, IMAP, VNC, SNMP, MSN, YMSG, etc.  [...]]]></description>
			<content:encoded><![CDATA[For this episode of Full Disclosure, we illustrate the many features of Ettercap.  Ettercap is a program designed to sniff passwords on a LAN.  It can recognize several different packets that contain passwords including Http, Telnet, Ftp, Pop, Rlogin, SSH1, ICQ, SMB, MySql, NNTP, X11, IRC, IMAP, VNC, SNMP, MSN, YMSG, etc.  Furthermore, Ettercap can utilize Man in the Middle Attacks to hijack packets and redirect them to the attacker computer allowing it to extract passwords. In this episode, we show you how to use Arp Poisoning, DHCP Spoofing, and Port Stealing MITM Attacks and explain how they work.  Also, we explain how to configure Ettercap to sniff encrypted passwords over the Secure Sock Layer (SSL and HTTPS).  Moreover, Ettercap can be easily programmed to modify network traffic with the use of Filters.  We demonstrate how to make many different Ettercap Filters.  Ettercap comes with numerous plugins to advance Ettercap&#8217;s abilities; we explain how to use the Check Poison, Re-Poison, DNS Spoofing, Isolate, DoS Attack, Find IP, Gateway Discover, Search Promisc, Arp Cop, and Scan Poisoners Plugins.  Lastly, we demonstrate how to use Ettercap&#8217;s Passive OS Fingerprinting feature.  Ettercap supports passive dissection of many protocols allowing it to identify a host&#8217;s Operating System and Services.
<br /><br />
Live Stream <a href="http://infinityexists.com/videos/episode20/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Ep.%2020%20-%20Ettercap.avi">Here</a>
<br /><br />
This Full Disclosure episode is very lengthy, almost 50 minutes, so if you have any questions feel free to ask them on the <a href="http://infinityexists.com/forums">forums</a>
<br /><br />
<a href="http://ettercap.sourceforge.net/download.php">Download Ettercap (Linux)</a><br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=17435&#038;package_id=130431&#038;release_id=269408">Download Ettercap (Windows)</a>
<br /><br />
Filters:<br />
<a href="http://www.irongeek.com/i.php?page=security/ettercapfilter">Irongeek&#8217;s Image Altering Filter</a><br />
<a href="http://infinityexists.com/downloads/wordpress.filter">Patchy&#8217;s Wordpress Filter</a>]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/08/03/episode-20-ettercap/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Ep.%2020%20-%20Ettercap.avi" length="332789248" type="video/x-msvideo" />
		</item>
		<item>
		<title>Underground - Application Patching</title>
		<link>http://infinityexists.com/2008/07/30/underground-application-patching/</link>
		<comments>http://infinityexists.com/2008/07/30/underground-application-patching/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 10:58:01 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=105</guid>
		<description><![CDATA[Crash Overron&#8217;s second Underground video explains how to use Ollydbg to manipulate a simple program.  OllyDbg is a debugger that analyzes binary code.  Not only does Olly allow you to step through an executable&#8217;s assembly code, but also, it can trace registers, recognize procedures, API calls, switches, tables, constants and strings.  Crash [...]]]></description>
			<content:encoded><![CDATA[Crash Overron&#8217;s second Underground video explains how to use Ollydbg to manipulate a simple program.  OllyDbg is a debugger that analyzes binary code.  Not only does Olly allow you to step through an executable&#8217;s assembly code, but also, it can trace registers, recognize procedures, API calls, switches, tables, constants and strings.  Crash Overron utilizes a feature in Olly to locate a referenced text string that is displayed when an invalid serial key is entered.  Once the string is located, he can find the compare statement that checks the user&#8217;s serial key, and change the flow of the program so that his serial key is accepted.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2003%20-%20Application%20Patching.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground3/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Underground%2003%20-%20Application%20Patching.avi">Here</a>
<br /><br />
<a href="http://www.ollydbg.de/odbg110.zip">Download Ollydgb</a><br />
<a href="http://www.enigmagroup.org/">Download Application</a>
<br /><br />
If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/07/30/underground-application-patching/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Underground%2003%20-%20Application%20Patching.avi" length="14472192" type="video/x-msvideo" />
		</item>
		<item>
		<title>Recovering an Acer Computer</title>
		<link>http://infinityexists.com/2008/07/29/recovering-an-acer-computer/</link>
		<comments>http://infinityexists.com/2008/07/29/recovering-an-acer-computer/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 01:20:35 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=107</guid>
		<description><![CDATA[Last Thursday, my Acer Travelmate laptop crapped out on me and stopped booting Windows XP.  I tried everything to fix it: booting into safe mode, using Windows recovery console to fix the boot.ini, fixing the corrupted partition boot sector with Fixboot, and fixing the Master boot record with Fixmdr.  I even tried to [...]]]></description>
			<content:encoded><![CDATA[Last Thursday, my Acer Travelmate laptop crapped out on me and stopped booting Windows XP.  I tried everything to fix it: booting into safe mode, using Windows recovery console to fix the boot.ini, fixing the corrupted partition boot sector with Fixboot, and fixing the Master boot record with Fixmdr.  I even tried to reinstall windows, but it still wouldn&#8217;t boot!  So I decided I would just backup all my stuff with a liveCD, format the drive, and use the recovery cd to start all over.  Guess what? Acer doesn&#8217;t ship their laptops with a Recovery CD; they require you have to burn it yourself when you first get the computer, and of course I was way too lazy to do that.  Well after some research I found out there is a hidden recovery partition that the Acer repair people use to fix your computer.  If you are having the same problem as me, heres how I accessed the hidden partition and recovered my computer.
<br /><br />
1. Boot your computer with the Backtrack liveCD (I used BT2 because it was the only thing I had off hand)
<br />
2. Backtrack will automatically mount the hidden drive (sda1).  Navigate to it in the /mnt/sda1 folder.
<br />
3. Copy <em>mbrwrwin.exe</em> and <em>rtmbr.bin</em> from the /mnt/sda1 folder to the /mnt/sda2 folder (your C drive).
<br />
4. Next, you need to run the <em>mbrwrwin install rtmbr.bin</em> command.  You can do this a couple different ways: You can use the Windows Recovery Console to run the command, or use a Windows LiveCD like BartPE (<a href="http://www.nu2.nu/pebuilder/">http://www.nu2.nu/pebuilder/</a>).  I used BartPE because I already tried to re-install windows and I couldn&#8217;t access the recovery console because I wasn&#8217;t able to set an Administrator password.
<br />
5. Restart your computer, and press Alt-F10 at the Acer splash screen.  This will bring you to the Acer eRecovery on the hidden partition, and all you have to do is follow the directions to restore the factory settings.  (If you can&#8217;t access the eRecovery make sure d2d recovery is enabled in BIOS.  You can access the BIOS by pressing F2 at the Acer splash screen).
<br />
6. After your computer is restored, burn the damn recovery cd so you don&#8217;t have to do this next time!!!
<br /><br />
For more information check out:
<br />
<a href="http://forum.notebookreview.com/showthread.php?t=175697">http://forum.notebookreview.com/showthread.php?t=175697</a>
<br />
<a href="http://forum.notebookreview.com/showthread.php?t=11476">http://forum.notebookreview.com/showthread.php?t=11476</a>]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/07/29/recovering-an-acer-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Underground - Metasploit Autopwn</title>
		<link>http://infinityexists.com/2008/07/20/underground-metasploit-autopwn/</link>
		<comments>http://infinityexists.com/2008/07/20/underground-metasploit-autopwn/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 07:34:05 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=104</guid>
		<description><![CDATA[In this Underground Video, Copy explains how to use Metasploit&#8217;s Autopwn.  The Metasploit Framework is a tool for developing and executing exploit code against a remote target machine.  Autopwn is a tool in Metasploit Framework version 3 that automates the exploitation process.  Copy demonstrates how to use Autopwn in both Backtrack 2 [...]]]></description>
			<content:encoded><![CDATA[In this Underground Video, Copy explains how to use Metasploit&#8217;s Autopwn.  The Metasploit Framework is a tool for developing and executing exploit code against a remote target machine.  Autopwn is a tool in Metasploit Framework version 3 that automates the exploitation process.  Copy demonstrates how to use Autopwn in both Backtrack 2 and Backtrack 3.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2002%20-%20Metasploit%20Autopwn.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground2/">Here</a><br />
Download <a href="http://infinityexists.com/avi/Underground%2002%20-%20Metasploit%20Autopwn.avi">Here</a>
<br /><br />
<a href="http://www.metasploit.com/">The Metasploit Project</a><br />
For more information on the Metasploit Framework check out my <a href="http://infinityexists.com/videos/video-archive-exploit-hacking/">Exploit Hacking video</a>.
<br /><br />
If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/07/20/underground-metasploit-autopwn/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/avi/Underground%2002%20-%20Metasploit%20Autopwn.avi" length="128997888" type="video/x-msvideo" />
		</item>
		<item>
		<title>Underground - Email Spoofing</title>
		<link>http://infinityexists.com/2008/07/12/underground-email-spoofing/</link>
		<comments>http://infinityexists.com/2008/07/12/underground-email-spoofing/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:29:02 +0000</pubDate>
		<dc:creator>Patchy</dc:creator>
		
		<category><![CDATA[Underground]]></category>

		<guid isPermaLink="false">http://infinityexists.com/?p=101</guid>
		<description><![CDATA[The first Underground video explains how to send fake emails a.k.a. Email Spoofing.  This video, submitted by Crash Overron, covers two methods of email spoofing.  The first and older method is connecting directly to the SMTP server with Telnet; however, this method is usually blocked by the email provider.  The second method, [...]]]></description>
			<content:encoded><![CDATA[The first Underground video explains how to send fake emails a.k.a. Email Spoofing.  This video, submitted by Crash Overron, covers two methods of email spoofing.  The first and older method is connecting directly to the SMTP server with Telnet; however, this method is usually blocked by the email provider.  The second method, utilizes the Mail() function in php.

<embed src="http://infinityexists.com/flv/flvplayer.swf" flashvars="&amp;MM_ComponentVersion=1&amp;file=http://infinityexists.com/flv/Underground%2001%20-%20Email%20Spoofing.flv&amp;autoStart=false&amp;autoRewind=false" quality="high" scale="noscale" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="340" width="520"></embed>

Full Scale Video <a href="http://infinityexists.com/videos/underground01/">Here</a><br />
Download <a href="http://infinityexists.com/wmv/Underground%2001%20-%20Email%20Spoofing.wmv">Here</a><br /><br />
Download <a href="http://infinityexists.com/downloads/email_spoof">Email_Spoof.php</a><br />
(Right Click -> Save As Email_Spoof.php)<br /><br />
If you would like to submit a video to Infinity Exists Underground send a email describing your video to underground@infinityexists.com]]></content:encoded>
			<wfw:commentRss>http://infinityexists.com/2008/07/12/underground-email-spoofing/feed/</wfw:commentRss>
<enclosure url="http://infinityexists.com/wmv/Underground%2001%20-%20Email%20Spoofing.wmv" length="33727675" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
