<?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>Commentaires sur : Exploit Pidgin MSN 2.5.8 exécution de code à distance</title>
	<atom:link href="http://www.indahax.com/exploits/exploit-pidgin-msn-2-5-8-execution-de-code-a-distance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indahax.com/exploits/exploit-pidgin-msn-2-5-8-execution-de-code-a-distance</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2011 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Par : Pierre</title>
		<link>http://www.indahax.com/exploits/exploit-pidgin-msn-2-5-8-execution-de-code-a-distance/comment-page-1#comment-139</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.indahax.com/?p=351#comment-139</guid>
		<description>Well, it convert an integer (the return address) to a byte array.

You can&#039;t do 
payload[shellcode.length] = neweip;


with neweip = 0x0022CFCC it mean that :
/*
payload[shellcode.length] = (byte)(neweip &amp; 0×000000FF); 
// payload[shellcode.length]  = 0xCC;
payload[shellcode.length + 1] = (byte)((neweip &amp; 0×0000FF00) &gt;&gt; 8);
// payload[shellcode.length + 1] = 0xCF;
payload[shellcode.length + 2] = (byte)((neweip &amp; 0×00FF0000) &gt;&gt; 16);
// payload[shellcode.length + 2] = 0x22;
payload[shellcode.length + 3] = (byte)((neweip &amp; 0xFF000000) &gt;&gt; 24);
// payload[shellcode.length + 3] = 0x00;
*/</description>
		<content:encoded><![CDATA[<p>Well, it convert an integer (the return address) to a byte array.</p>
<p>You can&#8217;t do<br />
payload[shellcode.length] = neweip;</p>
<p>with neweip = 0x0022CFCC it mean that :<br />
/*<br />
payload[shellcode.length] = (byte)(neweip &#038; 0×000000FF);<br />
// payload[shellcode.length]  = 0xCC;<br />
payload[shellcode.length + 1] = (byte)((neweip &#038; 0×0000FF00) >> 8);<br />
// payload[shellcode.length + 1] = 0xCF;<br />
payload[shellcode.length + 2] = (byte)((neweip &#038; 0×00FF0000) >> 16);<br />
// payload[shellcode.length + 2] = 0&#215;22;<br />
payload[shellcode.length + 3] = (byte)((neweip &#038; 0xFF000000) >> 24);<br />
// payload[shellcode.length + 3] = 0&#215;00;<br />
*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : b0mb</title>
		<link>http://www.indahax.com/exploits/exploit-pidgin-msn-2-5-8-execution-de-code-a-distance/comment-page-1#comment-138</link>
		<dc:creator>b0mb</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.indahax.com/?p=351#comment-138</guid>
		<description>Excuse me for my english..Hello Pierre...
I have a question that disturb me ..That is the function above ... What does it do ?

/*
payload[shellcode.length] = (byte)(neweip &amp; 0x000000FF);
       payload[shellcode.length + 1] = (byte)((neweip &amp; 0x0000FF00) &gt;&gt; 8);
       payload[shellcode.length + 2] = (byte)((neweip &amp; 0x00FF0000) &gt;&gt; 16);
       payload[shellcode.length + 3] = (byte)((neweip &amp; 0xFF000000) &gt;&gt; 24);
*/

what is the meaning of this ? I saw this algorithm in exploits but i couldnt understand..Thank u for your understand..hava a nice day..</description>
		<content:encoded><![CDATA[<p>Excuse me for my english..Hello Pierre&#8230;<br />
I have a question that disturb me ..That is the function above &#8230; What does it do ?</p>
<p>/*<br />
payload[shellcode.length] = (byte)(neweip &amp; 0x000000FF);<br />
       payload[shellcode.length + 1] = (byte)((neweip &amp; 0x0000FF00) &gt;&gt; 8);<br />
       payload[shellcode.length + 2] = (byte)((neweip &amp; 0x00FF0000) &gt;&gt; 16);<br />
       payload[shellcode.length + 3] = (byte)((neweip &amp; 0xFF000000) &gt;&gt; 24);<br />
*/</p>
<p>what is the meaning of this ? I saw this algorithm in exploits but i couldnt understand..Thank u for your understand..hava a nice day..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : john</title>
		<link>http://www.indahax.com/exploits/exploit-pidgin-msn-2-5-8-execution-de-code-a-distance/comment-page-1#comment-24</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 15 Nov 2009 18:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.indahax.com/?p=351#comment-24</guid>
		<description>w000t indahax is back</description>
		<content:encoded><![CDATA[<p>w000t indahax is back</p>
]]></content:encoded>
	</item>
</channel>
</rss>

