<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Man-in-the-middle Fake DNS for Metasploit</title>
	<atom:link href="http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 16:07:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: me</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-32188</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 14 Apr 2009 00:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-32188</guid>
		<description>does anyone have an idea what is the problem here?

 /root/framework-3.2/modules/auxiliary/server/mitm_fakedns.rb: SyntaxError (eval):166:in `load_module_from_file&#039;: compile error
(eval):166: syntax error, unexpected kEND, expecting $end</description>
		<content:encoded><![CDATA[<p>does anyone have an idea what is the problem here?</p>
<p> /root/framework-3.2/modules/auxiliary/server/mitm_fakedns.rb: SyntaxError (eval):166:in `load_module_from_file&#8217;: compile error<br />
(eval):166: syntax error, unexpected kEND, expecting $end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-25338</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-25338</guid>
		<description>Thanks for taking the time to fix it and post egus!  I&#039;ll make the change and upload it once I get a chance :)</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to fix it and post egus!  I&#8217;ll make the change and upload it once I get a chance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egus</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-25335</link>
		<dc:creator>egus</dc:creator>
		<pubDate>Wed, 05 Nov 2008 23:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-25335</guid>
		<description>Just a note, the mitm_fakedns plugin no longer works with recent versions of the Metasploit 3 testing branch, (trunk).
A major rewrite of the underlying ruby code is underway which seems to break some things. (like class declarations).
Here is my patch of mitm_fakedns to allow it to run within the new framework. (tested with Rev 5845).
----------------------------------------------------
--- mitm_fakedns.rb.ORIG	2008-11-05 11:07:12.000000000 -0600
+++ mitm_fakedns.rb	2008-11-05 17:36:44.000000000 -0600
@@ -13,9 +13,9 @@
 require &#039;msf/core&#039;
 require &#039;resolv&#039;

-module Msf

-class Auxiliary::Server::MITM_FakeDNS &lt; Msf::Auxiliary
+
+class Metasploit3 &lt; Msf::Auxiliary

 	include Auxiliary::Report

@@ -165,4 +165,4 @@
 	end

 end
-end
--------------------------------------------------
Regards,
 -egus</description>
		<content:encoded><![CDATA[<p>Just a note, the mitm_fakedns plugin no longer works with recent versions of the Metasploit 3 testing branch, (trunk).<br />
A major rewrite of the underlying ruby code is underway which seems to break some things. (like class declarations).<br />
Here is my patch of mitm_fakedns to allow it to run within the new framework. (tested with Rev 5845).<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&#8212; mitm_fakedns.rb.ORIG	2008-11-05 11:07:12.000000000 -0600<br />
+++ mitm_fakedns.rb	2008-11-05 17:36:44.000000000 -0600<br />
@@ -13,9 +13,9 @@<br />
 require &#8216;msf/core&#8217;<br />
 require &#8216;resolv&#8217;</p>
<p>-module Msf</p>
<p>-class Auxiliary::Server::MITM_FakeDNS &lt; Msf::Auxiliary<br />
+<br />
+class Metasploit3 &lt; Msf::Auxiliary</p>
<p> 	include Auxiliary::Report</p>
<p>@@ -165,4 +165,4 @@<br />
 	end</p>
<p> end<br />
-end<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Regards,<br />
 -egus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-23197</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Sep 2008 02:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-23197</guid>
		<description>Thanks USB.</description>
		<content:encoded><![CDATA[<p>Thanks USB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usb</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-23196</link>
		<dc:creator>usb</dc:creator>
		<pubDate>Thu, 25 Sep 2008 02:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-23196</guid>
		<description>Hey,

Issue resolved. 
Excuse for passing all the info.

http://www.astalavista.com/index.php?section=blog&amp;cmd=details&amp;id=3689</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Issue resolved.<br />
Excuse for passing all the info.</p>
<p><a href="http://www.astalavista.com/index.php?section=blog&amp;cmd=details&amp;id=3689" rel="nofollow">http://www.astalavista.com/index.php?section=blog&amp;cmd=details&amp;id=3689</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrick</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-21721</link>
		<dc:creator>Ulrick</dc:creator>
		<pubDate>Tue, 02 Sep 2008 09:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-21721</guid>
		<description>Thanks guys, 

It works now, never thought to look in the hosts file as i did a copy paste of yours.

Worse, when trying on msf for a windows platform, it was working fine, and i was therefore scratching my head on the source code and my linux installation.

Everything is working fine nice and will be able to make better demonstrations during the next penetration tests.

;-)</description>
		<content:encoded><![CDATA[<p>Thanks guys, </p>
<p>It works now, never thought to look in the hosts file as i did a copy paste of yours.</p>
<p>Worse, when trying on msf for a windows platform, it was working fine, and i was therefore scratching my head on the source code and my linux installation.</p>
<p>Everything is working fine nice and will be able to make better demonstrations during the next penetration tests.</p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-21676</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Sep 2008 21:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-21676</guid>
		<description>Thanks egus!  I was wracking my brain over that one.</description>
		<content:encoded><![CDATA[<p>Thanks egus!  I was wracking my brain over that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egus</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-21674</link>
		<dc:creator>egus</dc:creator>
		<pubDate>Mon, 01 Sep 2008 20:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-21674</guid>
		<description>Ulrick:

Check your filter text file for trailing newlines.

-eg</description>
		<content:encoded><![CDATA[<p>Ulrick:</p>
<p>Check your filter text file for trailing newlines.</p>
<p>-eg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrick</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-21435</link>
		<dc:creator>Ulrick</dc:creator>
		<pubDate>Thu, 28 Aug 2008 07:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-21435</guid>
		<description>hello,
Just a small question about your scipt, while testing it with your above syntax, i have an ruby error: Auxiliary module filed; can&#039;t convert nil into String

Does it seems familiar to you (or any idea how to solve this), i&#039;m using ubuntu hardy with ruby 1.8.6 ptch level 111

Thanks a lot in advance</description>
		<content:encoded><![CDATA[<p>hello,<br />
Just a small question about your scipt, while testing it with your above syntax, i have an ruby error: Auxiliary module filed; can&#8217;t convert nil into String</p>
<p>Does it seems familiar to you (or any idea how to solve this), i&#8217;m using ubuntu hardy with ruby 1.8.6 ptch level 111</p>
<p>Thanks a lot in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrick</title>
		<link>http://www.mcgrewsecurity.com/2008/08/04/man-in-the-middle-fake-dns-for-metasploit/comment-page-1/#comment-21405</link>
		<dc:creator>Ulrick</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcgrewsecurity.com/?p=157#comment-21405</guid>
		<description>Thanks a lot man, i really like to use Karma/sploit when performing wireless pentesting and have always been fustrated by the fakedns part, unfortunately my ruby knowledge is so misarable i never been able to rewrite something really stable, so i HIGHLY appreciate your version.

Thanks again,</description>
		<content:encoded><![CDATA[<p>Thanks a lot man, i really like to use Karma/sploit when performing wireless pentesting and have always been fustrated by the fakedns part, unfortunately my ruby knowledge is so misarable i never been able to rewrite something really stable, so i HIGHLY appreciate your version.</p>
<p>Thanks again,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
