<?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/"
	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>Comments on: Metasploit: Does it talk your language ?</title>
	<atom:link href="http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/</link>
	<description>Because we&#039;re damned if we do, and we&#039;re damned if we don&#039;t!</description>
	<lastBuildDate>Mon, 13 Feb 2012 14:56:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ChrisJohnRiley</title>
		<link>http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/comment-page-1/#comment-334</link>
		<dc:creator><![CDATA[ChrisJohnRiley]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://c22blog.wordpress.com/?p=796#comment-334</guid>
		<description><![CDATA[The lack of support for systems before Windows 2000 is an issue. I&#039;m looking to work a little more on the script to make it an option of adduser.rb instead of a seperate script altogether. 

I can see the point about just inserting it into a EXEC payload, but getting the syntax just right to function but not break the payload takes a little bit or trial and error (just ask my girlfriend). I&#039;ll work a little more on it and see if it&#039;s something you want to add to SVN. If not I&#039;ll leave it here for those interested (and personal use of course).]]></description>
		<content:encoded><![CDATA[<p>The lack of support for systems before Windows 2000 is an issue. I&#8217;m looking to work a little more on the script to make it an option of adduser.rb instead of a seperate script altogether. </p>
<p>I can see the point about just inserting it into a EXEC payload, but getting the syntax just right to function but not break the payload takes a little bit or trial and error (just ask my girlfriend). I&#8217;ll work a little more on it and see if it&#8217;s something you want to add to SVN. If not I&#8217;ll leave it here for those interested (and personal use of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HD</title>
		<link>http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/comment-page-1/#comment-333</link>
		<dc:creator><![CDATA[HD]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 03:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://c22blog.wordpress.com/?p=796#comment-333</guid>
		<description><![CDATA[Nice work! I believe CANVAS handles it in couple ways, mostly they just return to codepage addresses that don&#039;t change as often, but I haven&#039;t had good luck with the same technique. Immunity also developed the language fingerprinting technique that I implemented for MS08-067. The issue was adduser.rb and using &quot;net user&quot; vs &quot;wmic&quot; is that only newer versions of windows have wmic.exe -- it wouldn&#039;t work on older 2000 machines for example. The adduser payload is just a slim wrapper around exec, you can implement the same thing by using the &quot;exec&quot; payload and just setting CMD to &quot;wmic something something&quot; instead of creating a new payload module (or better yet, use meterp and script it out).]]></description>
		<content:encoded><![CDATA[<p>Nice work! I believe CANVAS handles it in couple ways, mostly they just return to codepage addresses that don&#8217;t change as often, but I haven&#8217;t had good luck with the same technique. Immunity also developed the language fingerprinting technique that I implemented for MS08-067. The issue was adduser.rb and using &#8220;net user&#8221; vs &#8220;wmic&#8221; is that only newer versions of windows have wmic.exe &#8212; it wouldn&#8217;t work on older 2000 machines for example. The adduser payload is just a slim wrapper around exec, you can implement the same thing by using the &#8220;exec&#8221; payload and just setting CMD to &#8220;wmic something something&#8221; instead of creating a new payload module (or better yet, use meterp and script it out).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisJohnRiley</title>
		<link>http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/comment-page-1/#comment-330</link>
		<dc:creator><![CDATA[ChrisJohnRiley]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 19:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://c22blog.wordpress.com/?p=796#comment-330</guid>
		<description><![CDATA[Good to know, thanks. I&#039;m actually due to have a conference call with a few guys from Core about the same issues sometime this week, so I guess CANVAS are next on the list. I&#039;ve got a copy from last year sometime so I can take a look at the code and see what they were doing at that point in time.

Thanks again for the pointer...]]></description>
		<content:encoded><![CDATA[<p>Good to know, thanks. I&#8217;m actually due to have a conference call with a few guys from Core about the same issues sometime this week, so I guess CANVAS are next on the list. I&#8217;ve got a copy from last year sometime so I can take a look at the code and see what they were doing at that point in time.</p>
<p>Thanks again for the pointer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CG</title>
		<link>http://blog.c22.cc/2009/09/07/metasploit-does-it-talk-your-language/comment-page-1/#comment-329</link>
		<dc:creator><![CDATA[CG]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 19:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://c22blog.wordpress.com/?p=796#comment-329</guid>
		<description><![CDATA[you should probably take a look at canvas and see how they are tackling the problem.  As i dont have any real foreign language targets i havent really played with it but they tout it as being able to address some of the foreign language issues.]]></description>
		<content:encoded><![CDATA[<p>you should probably take a look at canvas and see how they are tackling the problem.  As i dont have any real foreign language targets i havent really played with it but they tout it as being able to address some of the foreign language issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

